View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext (google_api_ad_exchange_buyer v0.41.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.