enum CurrencyCodeError.Reason (v202411)

  • CurrencyCodeError.Reason describes the different reasons for a currency code error.

  • The error reasons include an invalid code, an unsupported code, or using a deprecated currency after its deprecation.

  • The enumeration provides specific values like INVALID, UNSUPPORTED, and DEPRECATED_CURRENCY_USED to identify the type of currency code error.

The reason behind the currency code error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID The currency code is invalid and does not follow ISO 4217.
UNSUPPORTED The currency code is valid, but is not supported.
DEPRECATED_CURRENCY_USED The currency has been used for entity creation after its deprecation