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

CreativeClickThroughUrl

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

Click-through URL

interface CreativeClickThroughUrl {
computedClickThroughUrl?: string;
customClickThroughUrl?: string;
landingPageId?: bigint;
}

§Properties

§
computedClickThroughUrl?: string
[src]

Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field.

§
customClickThroughUrl?: string
[src]

Custom click-through URL. Applicable if the landingPageId field is left unset.

§
landingPageId?: bigint
[src]

ID of the landing page for the click-through URL.