ValueSettings

  • These settings define how conversion event values are handled for a specific conversion action.

  • default_value specifies a fallback value for invalid, disallowed, or missing conversion values, or when configured to always use the default.

  • default_currency_code provides a fallback currency code for invalid or missing currency codes, or when configured to always use the default.

  • always_use_default_value determines if the specified value and currency code in conversion events are overridden by the default values.

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

Fields

default_value

double

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.

default_currency_code

string

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.

always_use_default_value

bool

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.