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

DefaultClickThroughEventTagProperties

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

Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.

interface DefaultClickThroughEventTagProperties {
defaultClickThroughEventTagId?: bigint;
overrideInheritedEventTag?: boolean;
}

§Properties

§
defaultClickThroughEventTagId?: bigint
[src]

ID of the click-through event tag to apply to all ads in this entity's scope.

§
overrideInheritedEventTag?: boolean
[src]

Whether this entity should override the inherited default click-through event tag with its own defined value.