GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext (google_api_ad_exchange_buyer v0.39.2) View Source
The serving context for this restriction.
Attributes
-
all(type:String.t, default:nil) - Matches all contexts. -
appType(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.AppContext.t, default:nil) - Matches impressions for a particular app type. -
auctionType(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.AuctionContext.t, default:nil) - Matches impressions for a particular auction type. -
location(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.LocationContext.t, default:nil) - Matches impressions coming from users or publishers in a specific location. -
platform(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.PlatformContext.t, default:nil) - Matches impressions coming from a particular platform. -
securityType(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.SecurityContext.t, default:nil) - Matches impressions for a particular security type.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext{
all: String.t() | nil,
appType: GoogleApi.AdExchangeBuyer.V2beta1.Model.AppContext.t() | nil,
auctionType: GoogleApi.AdExchangeBuyer.V2beta1.Model.AuctionContext.t() | nil,
location: GoogleApi.AdExchangeBuyer.V2beta1.Model.LocationContext.t() | nil,
platform: GoogleApi.AdExchangeBuyer.V2beta1.Model.PlatformContext.t() | nil,
securityType:
GoogleApi.AdExchangeBuyer.V2beta1.Model.SecurityContext.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.