View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.MarketplaceTargeting (google_api_ad_exchange_buyer v0.41.0)

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, for example, URL, mobile applications.
  • technologyTargeting (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t, default: nil) - Technology targeting information, for example, operating system, device category.
  • videoTargeting (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t, default: nil) - Video targeting information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.MarketplaceTargeting{
  geoTargeting:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.CriteriaTargeting.t() | nil,
  inventorySizeTargeting:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting.t() | nil,
  placementTargeting:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.PlacementTargeting.t() | nil,
  technologyTargeting:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.TechnologyTargeting.t() | nil,
  videoTargeting:
    GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoTargeting.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.