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

ClickThroughUrlSuffixProperties

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

Click Through URL Suffix settings.

interface ClickThroughUrlSuffixProperties {
clickThroughUrlSuffix?: string;
overrideInheritedSuffix?: boolean;
}

§Properties

§
clickThroughUrlSuffix?: string
[src]

Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.

§
overrideInheritedSuffix?: boolean
[src]

Whether this entity should override the inherited click-through URL suffix with its own defined value.