Class ServingRestriction
Output only. A representation of the status of an ad in a specific context. A context here relates to where something ultimately serves (for example, a user or publisher geo, a platform, an HTTPS versus HTTP request, or the type of auction).
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ServingRestriction : IDirectResponseSchema
Properties
Contexts
The contexts for the restriction.
Declaration
[JsonProperty("contexts")]
public virtual IList<ServingContext> Contexts { get; set; }
Property Value
Type | Description |
---|---|
IList<ServingContext> |
Disapproval
Disapproval bound to this restriction. Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("disapproval")]
public virtual Disapproval Disapproval { get; set; }
Property Value
Type | Description |
---|---|
Disapproval |
DisapprovalReasons
Any disapprovals bound to this restriction. Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method. Deprecated; use disapproval field instead.
Declaration
[JsonProperty("disapprovalReasons")]
public virtual IList<Disapproval> DisapprovalReasons { get; set; }
Property Value
Type | Description |
---|---|
IList<Disapproval> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the creative in this context (for example, it has been explicitly disapproved or is pending review).
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |