google_api_ad_exchange_buyer v0.30.2 GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext 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(), appType: GoogleApi.AdExchangeBuyer.V2beta1.Model.AppContext.t(), auctionType: GoogleApi.AdExchangeBuyer.V2beta1.Model.AuctionContext.t(), location: GoogleApi.AdExchangeBuyer.V2beta1.Model.LocationContext.t(), platform: GoogleApi.AdExchangeBuyer.V2beta1.Model.PlatformContext.t(), securityType: GoogleApi.AdExchangeBuyer.V2beta1.Model.SecurityContext.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.