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

UrlChannel

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

Representation of a URL channel. URL channels allow you to track the performance of particular pages in your site; see URL channels for more information.

interface UrlChannel {
readonly name?: string;
readonly reportingDimensionId?: string;
uriPattern?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the URL channel. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}

§
readonly reportingDimensionId?: string
[src]

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

§
uriPattern?: string
[src]

URI pattern of the channel. Does not include "http://" or "https://". Example: www.example.com/home