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

GoogleAdsSearchads360V0Resources__ConversionCustomVariable

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

A conversion custom variable. See "About custom Floodlight metrics and dimensions in the new Search Ads 360" at https://support.google.com/sa360/answer/13567857

interface GoogleAdsSearchads360V0Resources__ConversionCustomVariable {
readonly cardinality?:
| "UNSPECIFIED"
| "UNKNOWN"
| "BELOW_ALL_LIMITS"
| "EXCEEDS_SEGMENTATION_LIMIT_BUT_NOT_STATS_LIMIT"
| "APPROACHES_STATS_LIMIT"
| "EXCEEDS_STATS_LIMIT";
readonly customColumnIds?: bigint[];
readonly family?:
| "UNSPECIFIED"
| "UNKNOWN"
| "STANDARD"
| "FLOODLIGHT";
readonly id?: bigint;
name?: string;
readonly ownerCustomer?: string;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ACTIVATION_NEEDED"
| "ENABLED"
| "PAUSED";
tag?: string;
}

§Properties

§
readonly cardinality?: "UNSPECIFIED" | "UNKNOWN" | "BELOW_ALL_LIMITS" | "EXCEEDS_SEGMENTATION_LIMIT_BUT_NOT_STATS_LIMIT" | "APPROACHES_STATS_LIMIT" | "EXCEEDS_STATS_LIMIT"
[src]

Output only. Cardinality of the conversion custom variable.

§
readonly customColumnIds?: bigint[]
[src]

Output only. The IDs of custom columns that use this conversion custom variable.

§
readonly family?: "UNSPECIFIED" | "UNKNOWN" | "STANDARD" | "FLOODLIGHT"
[src]

Output only. Family of the conversion custom variable.

§

Output only. Fields for Search Ads 360 floodlight conversion custom variables.

§
readonly id?: bigint
[src]

Output only. The ID of the conversion custom variable.

§
name?: string
[src]

Required. The name of the conversion custom variable. Name should be unique. The maximum length of name is 100 characters. There should not be any extra spaces before and after.

§
readonly ownerCustomer?: string
[src]

Output only. The resource name of the customer that owns the conversion custom variable.

§
resourceName?: string
[src]

Immutable. The resource name of the conversion custom variable. Conversion custom variable resource names have the form: customers/{customer_id}/conversionCustomVariables/{conversion_custom_variable_id}

§
status?: "UNSPECIFIED" | "UNKNOWN" | "ACTIVATION_NEEDED" | "ENABLED" | "PAUSED"
[src]

The status of the conversion custom variable for conversion event accrual.

§
tag?: string
[src]

Required. Immutable. The tag of the conversion custom variable. Tag should be unique and consist of a "u" character directly followed with a number less than ormequal to 100. For example: "u4".