Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TagSetting

import type { TagSetting } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Tag Settings

interface TagSetting {
additionalKeyValues?: string;
includeClickThroughUrls?: boolean;
includeClickTracking?: boolean;
keywordOption?: "PLACEHOLDER_WITH_LIST_OF_KEYWORDS" | "IGNORE" | "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD";
}

§Properties

§
additionalKeyValues?: string
[src]

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?: boolean
[src]

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

§
includeClickTracking?: boolean
[src]

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

§
keywordOption?: "PLACEHOLDER_WITH_LIST_OF_KEYWORDS" | "IGNORE" | "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD"
[src]

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.