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

CustomChannel

import type { CustomChannel } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Representation of a custom channel.

interface CustomChannel {
active?: boolean;
displayName?: string;
readonly name?: string;
readonly reportingDimensionId?: string;
}

§Properties

§
active?: boolean
[src]

Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.

§
displayName?: string
[src]

Required. Display name of the custom channel.

§
readonly name?: string
[src]

Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}

§
readonly reportingDimensionId?: string
[src]

Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.