google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.MarketplaceTargeting View Source
Targeting represents different criteria that can be used by advertisers to target ad inventory. For example, they can choose to target ad requests only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise.
Attributes
- geoTargeting (GoogleApi.AdExchangeBuyer.V2beta1.Model.CriteriaTargeting.t): Geo criteria IDs to be included/excluded. Defaults to
nil
. - inventorySizeTargeting (GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting.t): Inventory sizes to be included/excluded. Defaults to
nil
. - placementTargeting (GoogleApi.AdExchangeBuyer.V2beta1.Model.PlacementTargeting.t): Placement targeting information, e.g., URL, mobile applications. Defaults to
nil
. - technologyTargeting (GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t): Technology targeting information, e.g., operating system, device category. Defaults to
nil
. - videoTargeting (GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t): Video targeting information. Defaults to
nil
.
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.MarketplaceTargeting{
geoTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.CriteriaTargeting.t(),
inventorySizeTargeting:
GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting.t(),
placementTargeting:
GoogleApi.AdExchangeBuyer.V2beta1.Model.PlacementTargeting.t(),
technologyTargeting:
GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t(),
videoTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.MarketplaceTargeting{ geoTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.CriteriaTargeting.t(), inventorySizeTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting.t(), placementTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.PlacementTargeting.t(), technologyTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t(), videoTargeting: GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.