GoogleApi.DFAReporting.V4.Model.DynamicTargetingKey (google_api_dfa_reporting v0.31.0)

View Source

Contains properties of a dynamic targeting key. Dynamic targeting keys are unique, user-friendly labels, created at the advertiser level in DCM, that can be assigned to ads, creatives, and placements and used for targeting with Studio dynamic creatives. Use these labels instead of numeric Campaign Manager IDs (such as placement IDs) to save time and avoid errors in your dynamic feeds.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#dynamicTargetingKey".
  • name (type: String.t, default: nil) - Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.
  • objectId (type: String.t, default: nil) - ID of the object of this dynamic targeting key. This is a required field.
  • objectType (type: String.t, default: nil) - Type of the object of this dynamic targeting key. This is a required field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.DynamicTargetingKey{
  kind: String.t() | nil,
  name: String.t() | nil,
  objectId: String.t() | nil,
  objectType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.