google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.TargetingTemplate View Source
Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. -
advertiserId
(type:String.t
, default:nil
) - Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert. -
advertiserIdDimensionValue
(type:GoogleApi.DFAReporting.V34.Model.DimensionValue.t
, default:nil
) - Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. -
dayPartTargeting
(type:GoogleApi.DFAReporting.V34.Model.DayPartTargeting.t
, default:nil
) - Time and day targeting criteria. -
geoTargeting
(type:GoogleApi.DFAReporting.V34.Model.GeoTargeting.t
, default:nil
) - Geographical targeting criteria. -
id
(type:String.t
, default:nil
) - ID of this targeting template. This is a read-only, auto-generated field. -
keyValueTargetingExpression
(type:GoogleApi.DFAReporting.V34.Model.KeyValueTargetingExpression.t
, default:nil
) - Key-value targeting criteria. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#targetingTemplate". -
languageTargeting
(type:GoogleApi.DFAReporting.V34.Model.LanguageTargeting.t
, default:nil
) - Language targeting criteria. -
listTargetingExpression
(type:GoogleApi.DFAReporting.V34.Model.ListTargetingExpression.t
, default:nil
) - Remarketing list targeting criteria. -
name
(type:String.t
, default:nil
) - Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser. -
subaccountId
(type:String.t
, default:nil
) - Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. -
technologyTargeting
(type:GoogleApi.DFAReporting.V34.Model.TechnologyTargeting.t
, default:nil
) - Technology platform targeting criteria.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DFAReporting.V34.Model.TargetingTemplate{ accountId: String.t(), advertiserId: String.t(), advertiserIdDimensionValue: GoogleApi.DFAReporting.V34.Model.DimensionValue.t(), dayPartTargeting: GoogleApi.DFAReporting.V34.Model.DayPartTargeting.t(), geoTargeting: GoogleApi.DFAReporting.V34.Model.GeoTargeting.t(), id: String.t(), keyValueTargetingExpression: GoogleApi.DFAReporting.V34.Model.KeyValueTargetingExpression.t(), kind: String.t(), languageTargeting: GoogleApi.DFAReporting.V34.Model.LanguageTargeting.t(), listTargetingExpression: GoogleApi.DFAReporting.V34.Model.ListTargetingExpression.t(), name: String.t(), subaccountId: String.t(), technologyTargeting: GoogleApi.DFAReporting.V34.Model.TechnologyTargeting.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.