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

GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo

import type { GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Information for Search Ads 360 Floodlight Conversion Custom Variables.

interface GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo {
readonly floodlightVariableDataType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "NUMBER"
| "STRING";
readonly floodlightVariableType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "DIMENSION"
| "METRIC"
| "UNSET";
}

§Properties

§
readonly floodlightVariableDataType?: "UNSPECIFIED" | "UNKNOWN" | "NUMBER" | "STRING"
[src]

Output only. Floodlight variable data type defined in Search Ads 360.

§
readonly floodlightVariableType?: "UNSPECIFIED" | "UNKNOWN" | "DIMENSION" | "METRIC" | "UNSET"
[src]

Output only. Floodlight variable type defined in Search Ads 360.