View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings (google_api_search_ads360 v0.4.0)

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

Attributes

  • alwaysUseDefaultValue (type: boolean(), default: nil) - 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 (type: String.t, default: nil) - 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 (type: float(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings{
    alwaysUseDefaultValue: boolean() | nil,
    defaultCurrencyCode: String.t() | nil,
    defaultValue: float() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.