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

ClickTag

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

Creative Click Tag.

interface ClickTag {
clickThroughUrl?: CreativeClickThroughUrl;
eventName?: string;
name?: string;
}

§Properties

§

Parameter value for the specified click tag. This field contains a click-through url.

§
eventName?: string
[src]

Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.

§
name?: string
[src]

Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field.