View Source GoogleApi.DFAReporting.V4.Model.TagSetting (google_api_dfa_reporting v0.26.0)

Tag Settings

Attributes

  • additionalKeyValues (type: String.t, default: nil) - Additional key-values to be included in tags. Each key-value pair must be of the form key=value, and pairs must be separated by a semicolon (;). Keys and values must not contain commas. For example, id=2;color=red is a valid value for this field.
  • includeClickThroughUrls (type: boolean(), default: nil) - Whether static landing page URLs should be included in the tags. New placements will default to the value set on their site.
  • includeClickTracking (type: boolean(), default: nil) - Whether click-tracking string should be included in the tags.
  • keywordOption (type: String.t, default: nil) - Option specifying how keywords are embedded in ad tags. This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V4.Model.TagSetting{
  additionalKeyValues: String.t() | nil,
  includeClickThroughUrls: boolean() | nil,
  includeClickTracking: boolean() | nil,
  keywordOption: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.