google_api_ad_exchange_buyer v0.20.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
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.CriteriaTargeting.t
, default:nil
) - Geo criteria IDs to be included/excluded.inventorySizeTargeting
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting.t
, default:nil
) - Inventory sizes to be included/excluded.placementTargeting
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.PlacementTargeting.t
, default:nil
) - Placement targeting information, e.g., URL, mobile applications.technologyTargeting
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t
, default:nil
) - Technology targeting information, e.g., operating system, device category.videoTargeting
(type:GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t
, default:nil
) - Video targeting information.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.