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

Attributes

  • creativeSizeValue (type: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize.t, default: nil) - The creative size value to exclude/include.
  • dayPartTargetingValue (type: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDayPartTargeting.t, default: nil) - The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
  • demogAgeCriteriaValue (type: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogAgeCriteria.t, default: nil) -
  • demogGenderCriteriaValue (type: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogGenderCriteria.t, default: nil) -
  • longValue (type: String.t, default: nil) - The long value to exclude/include.
  • requestPlatformTargetingValue (type: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueRequestPlatformTargeting.t, default: nil) -
  • stringValue (type: String.t, default: nil) - The string value to exclude/include.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.TargetingValue{
  creativeSizeValue:
    GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize.t() | nil,
  dayPartTargetingValue:
    GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDayPartTargeting.t() | nil,
  demogAgeCriteriaValue:
    GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogAgeCriteria.t() | nil,
  demogGenderCriteriaValue:
    GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogGenderCriteria.t()
    | nil,
  longValue: String.t() | nil,
  requestPlatformTargetingValue:
    GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueRequestPlatformTargeting.t()
    | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.