enum CurrencyCodeError.Reason (v202508)

  • CurrencyCodeError.Reason describes the reasons behind a currency code error within various services.

  • There are three possible reasons for a CurrencyCodeError: INVALID, UNSUPPORTED, or DEPRECATED_CURRENCY_USED.

  • The INVALID reason indicates the currency code does not follow ISO 4217.

  • The UNSUPPORTED reason means the currency code is valid but not supported.

  • The DEPRECATED_CURRENCY_USED reason occurs when a deprecated currency is used for entity creation.

The reason behind the currency code error.


Namespace
https://www.google.com/apis/ads/publisher/v202508
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