google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext View Source
The serving context for this restriction.
Attributes
all (String.t): Matches all contexts. Defaults to:
null
.- Enum - one of [SIMPLE_CONTEXT]
- appType (AppContext): Matches impressions for a particular app type. Defaults to:
null
. - auctionType (AuctionContext): Matches impressions for a particular auction type. Defaults to:
null
. - location (LocationContext): Matches impressions coming from users or publishers in a specific location. Defaults to:
null
. - platform (PlatformContext): Matches impressions coming from a particular platform. Defaults to:
null
. - securityType (SecurityContext): Matches impressions for a particular security type. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext{
all: any(),
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()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ServingContext{ all: any(), 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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.