google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V14.Model.TargetingValue View Source
Attributes
- creativeSizeValue (TargetingValueCreativeSize): The creative size value to exclude/include. Defaults to:
null
. - dayPartTargetingValue (TargetingValueDayPartTargeting): The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING. Defaults to:
null
. - demogAgeCriteriaValue (TargetingValueDemogAgeCriteria): Defaults to:
null
. - demogGenderCriteriaValue (TargetingValueDemogGenderCriteria): Defaults to:
null
. - longValue (String.t): The long value to exclude/include. Defaults to:
null
. - stringValue (String.t): The string value to exclude/include. Defaults to:
null
.
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.V14.Model.TargetingValue{
creativeSizeValue:
GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize.t(),
dayPartTargetingValue:
GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDayPartTargeting.t(),
demogAgeCriteriaValue:
GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogAgeCriteria.t(),
demogGenderCriteriaValue:
GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogGenderCriteria.t(),
longValue: any(),
stringValue: any()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.TargetingValue{ creativeSizeValue: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueCreativeSize.t(), dayPartTargetingValue: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDayPartTargeting.t(), demogAgeCriteriaValue: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogAgeCriteria.t(), demogGenderCriteriaValue: GoogleApi.AdExchangeBuyer.V14.Model.TargetingValueDemogGenderCriteria.t(), longValue: any(), stringValue: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.