Show / Hide Table of Contents

Class Creative.FilteringReasonsData.ReasonsData

The filtering reasons.

Inheritance
System.Object
Creative.FilteringReasonsData.ReasonsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ReasonsData

Properties

FilteringCount

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.

Declaration
[JsonProperty("filteringCount")]
public virtual long? FilteringCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

FilteringStatus

The filtering status code as defined in creative-status-codes.txt.

Declaration
[JsonProperty("filteringStatus")]
public virtual int? FilteringStatus { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top