View Source GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfig (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • billingId (type: String.t, default: nil) - The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.
  • configId (type: String.t, default: nil) - The config id; generated automatically. Leave this field blank for insert requests.
  • configName (type: String.t, default: nil) - The name of the config. Must be unique. Required for all requests.
  • creativeType (type: list(String.t), default: nil) - List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.
  • dimensions (type: list(GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigDimensions.t), default: nil) - Requests which allow one of these (width, height) pairs will match. All pairs must be supported ad dimensions.
  • excludedContentLabels (type: list(String.t), default: nil) - Requests with any of these content labels will not match. Values are from content-labels.txt in the downloadable files section.
  • excludedGeoCriteriaIds (type: list(String.t), default: nil) - Requests containing any of these geo criteria ids will not match.
  • excludedPlacements (type: list(GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigExcludedPlacements.t), default: nil) - Requests containing any of these placements will not match.
  • excludedUserLists (type: list(String.t), default: nil) - Requests containing any of these users list ids will not match.
  • excludedVerticals (type: list(String.t), default: nil) - Requests containing any of these vertical ids will not match. Values are from the publisher-verticals.txt file in the downloadable files section.
  • geoCriteriaIds (type: list(String.t), default: nil) - Requests containing any of these geo criteria ids will match.
  • isActive (type: boolean(), default: nil) - Whether this config is active. Required for all requests.
  • kind (type: String.t, default: adexchangebuyer#pretargetingConfig) - The kind of the resource, i.e. "adexchangebuyer#pretargetingConfig".
  • languages (type: list(String.t), default: nil) - Request containing any of these language codes will match.
  • maximumQps (type: String.t, default: nil) - The maximum QPS allocated to this pretargeting configuration, used for pretargeting-level QPS limits. By default, this is not set, which indicates that there is no QPS limit at the configuration level (a global or account-level limit may still be imposed).
  • minimumViewabilityDecile (type: integer(), default: nil) - Requests where the predicted viewability is below the specified decile will not match. E.g. if the buyer sets this value to 5, requests from slots where the predicted viewability is below 50% will not match. If the predicted viewability is unknown this field will be ignored.
  • mobileCarriers (type: list(String.t), default: nil) - Requests containing any of these mobile carrier ids will match. Values are from mobile-carriers.csv in the downloadable files section.
  • mobileDevices (type: list(String.t), default: nil) - Requests containing any of these mobile device ids will match. Values are from mobile-devices.csv in the downloadable files section.
  • mobileOperatingSystemVersions (type: list(String.t), default: nil) - Requests containing any of these mobile operating system version ids will match. Values are from mobile-os.csv in the downloadable files section.
  • placements (type: list(GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigPlacements.t), default: nil) - Requests containing any of these placements will match.
  • platforms (type: list(String.t), default: nil) - Requests matching any of these platforms will match. Possible values are PRETARGETING_PLATFORM_MOBILE, PRETARGETING_PLATFORM_DESKTOP, and PRETARGETING_PLATFORM_TABLET.
  • supportedCreativeAttributes (type: list(String.t), default: nil) - Creative attributes should be declared here if all creatives corresponding to this pretargeting configuration have that creative attribute. Values are from pretargetable-creative-attributes.txt in the downloadable files section.
  • userIdentifierDataRequired (type: list(String.t), default: nil) - Requests containing the specified type of user data will match. Possible values are HOSTED_MATCH_DATA, which means the request is cookie-targetable and has a match in the buyer's hosted match table, and COOKIE_OR_IDFA, which means the request has either a targetable cookie or an iOS IDFA.
  • userLists (type: list(String.t), default: nil) - Requests containing any of these user list ids will match.
  • vendorTypes (type: list(String.t), default: nil) - Requests that allow any of these vendor ids will match. Values are from vendors.txt in the downloadable files section.
  • verticals (type: list(String.t), default: nil) - Requests containing any of these vertical ids will match.
  • videoPlayerSizes (type: list(GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigVideoPlayerSizes.t), default: nil) - Video requests satisfying any of these player size constraints will match.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfig{
  billingId: String.t() | nil,
  configId: String.t() | nil,
  configName: String.t() | nil,
  creativeType: [String.t()] | nil,
  dimensions:
    [GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigDimensions.t()] | nil,
  excludedContentLabels: [String.t()] | nil,
  excludedGeoCriteriaIds: [String.t()] | nil,
  excludedPlacements:
    [
      GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigExcludedPlacements.t()
    ]
    | nil,
  excludedUserLists: [String.t()] | nil,
  excludedVerticals: [String.t()] | nil,
  geoCriteriaIds: [String.t()] | nil,
  isActive: boolean() | nil,
  kind: String.t() | nil,
  languages: [String.t()] | nil,
  maximumQps: String.t() | nil,
  minimumViewabilityDecile: integer() | nil,
  mobileCarriers: [String.t()] | nil,
  mobileDevices: [String.t()] | nil,
  mobileOperatingSystemVersions: [String.t()] | nil,
  placements:
    [GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigPlacements.t()] | nil,
  platforms: [String.t()] | nil,
  supportedCreativeAttributes: [String.t()] | nil,
  userIdentifierDataRequired: [String.t()] | nil,
  userLists: [String.t()] | nil,
  vendorTypes: [String.t()] | nil,
  verticals: [String.t()] | nil,
  videoPlayerSizes:
    [GoogleApi.AdExchangeBuyer.V14.Model.PretargetingConfigVideoPlayerSizes.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.