GoogleApi.DFAReporting.V34.Model.TargetingTemplate (google_api_dfa_reporting v0.31.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.TargetingTemplate{
  accountId: String.t() | nil,
  advertiserId: String.t() | nil,
  advertiserIdDimensionValue:
    GoogleApi.DFAReporting.V34.Model.DimensionValue.t() | nil,
  dayPartTargeting: GoogleApi.DFAReporting.V34.Model.DayPartTargeting.t() | nil,
  geoTargeting: GoogleApi.DFAReporting.V34.Model.GeoTargeting.t() | nil,
  id: String.t() | nil,
  keyValueTargetingExpression:
    GoogleApi.DFAReporting.V34.Model.KeyValueTargetingExpression.t() | nil,
  kind: String.t() | nil,
  languageTargeting:
    GoogleApi.DFAReporting.V34.Model.LanguageTargeting.t() | nil,
  listTargetingExpression:
    GoogleApi.DFAReporting.V34.Model.ListTargetingExpression.t() | nil,
  name: String.t() | nil,
  subaccountId: String.t() | nil,
  technologyTargeting:
    GoogleApi.DFAReporting.V34.Model.TechnologyTargeting.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.