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

CustomVariable

import type { CustomVariable } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";

Custom variable for ads conversions.

interface CustomVariable {
destinationReferences?: string[];
value?: string;
variable?: string;
}

§Properties

§
destinationReferences?: string[]
[src]

Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.

§
value?: string
[src]

Optional. The value to store for the custom variable.

§
variable?: string
[src]

Optional. The name of the custom variable to set. If the variable is not found for the given destination, it will be ignored.