Class ServingContext
The serving context for this restriction.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ServingContext : IDirectResponseSchema
Properties
All
Matches all contexts.
Declaration
[JsonProperty("all")]
public virtual string All { get; set; }
Property Value
Type | Description |
---|---|
string |
AppType
Matches impressions for a particular app type.
Declaration
[JsonProperty("appType")]
public virtual AppContext AppType { get; set; }
Property Value
Type | Description |
---|---|
AppContext |
AuctionType
Matches impressions for a particular auction type.
Declaration
[JsonProperty("auctionType")]
public virtual AuctionContext AuctionType { get; set; }
Property Value
Type | Description |
---|---|
AuctionContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Matches impressions coming from users or publishers in a specific location.
Declaration
[JsonProperty("location")]
public virtual LocationContext Location { get; set; }
Property Value
Type | Description |
---|---|
LocationContext |
Platform
Matches impressions coming from a particular platform.
Declaration
[JsonProperty("platform")]
public virtual PlatformContext Platform { get; set; }
Property Value
Type | Description |
---|---|
PlatformContext |
SecurityType
Matches impressions for a particular security type.
Declaration
[JsonProperty("securityType")]
public virtual SecurityContext SecurityType { get; set; }
Property Value
Type | Description |
---|---|
SecurityContext |