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

CustomDimension

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

A message containing the custom dimension.

interface CustomDimension {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

Custom dimension name.

§
value?: string
[src]

Custom dimension value.