TagSetting

  • Tag Settings configure options for how tags are generated and include fields for adding key-values, managing click tracking and click-through URLs, and controlling keyword embedding.

  • The additionalKeyValues field allows adding custom key=value pairs, separated by semicolons, to tags.

  • Boolean fields like includeClickTracking and includeClickThroughUrls control the inclusion of specific elements in the generated tags.

  • The keywordOption enum determines how keyword placeholders are embedded in placement tags for publishers to use.

  • The optional includeUnescapedlpurlMacro field indicates whether the unescapedlpurl macro should be included in the tag for the static landing page.

Tag Settings

JSON representation
{
  "additionalKeyValues": string,
  "includeClickTracking": boolean,
  "includeClickThroughUrls": boolean,
  "keywordOption": enum (KeywordHandlingOption),
  "includeUnescapedlpurlMacro": boolean
}
Fields
additionalKeyValues

string

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.

includeClickTracking

boolean

Whether click-tracking string should be included in the tags.

includeClickThroughUrls

boolean

Whether static landing page URLs should be included in the tags. New placements will default to the value set on their site.

keywordOption

enum (KeywordHandlingOption)

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.

includeUnescapedlpurlMacro

boolean

Optional. Indicates that the unescapedlpurl macro should be included in the tag for the static landing page. New placements will default to the value set on their site.