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

GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings

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

Settings related to the value for conversion events associated with this conversion action.

interface GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings {
alwaysUseDefaultValue?: boolean;
defaultCurrencyCode?: string;
defaultValue?: number;
}

§Properties

§
alwaysUseDefaultValue?: boolean
[src]

Controls whether the default value and default currency code are used in place of the value and currency code specified in conversion events for this conversion action.

§
defaultCurrencyCode?: string
[src]

The currency code to use when conversion events for this conversion action are sent with an invalid or missing currency code, or when this conversion action is configured to always use the default value.

§
defaultValue?: number
[src]

The value to use when conversion events for this conversion action are sent with an invalid, disallowed or missing value, or when this conversion action is configured to always use the default value.