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

FloodlightActivityPublisherDynamicTag

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

Publisher Dynamic Tag

interface FloodlightActivityPublisherDynamicTag {
clickThrough?: boolean;
directorySiteId?: bigint;
siteId?: bigint;
siteIdDimensionValue?: DimensionValue;
viewThrough?: boolean;
}

§Properties

§
clickThrough?: boolean
[src]

Whether this tag is applicable only for click-throughs.

§
directorySiteId?: bigint
[src]

Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.

§

Dynamic floodlight tag.

§
siteId?: bigint
[src]

Site ID of this dynamic tag.

§
siteIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the site. This is a read-only, auto-generated field.

§
viewThrough?: boolean
[src]

Whether this tag is applicable only for view-throughs.