enum CurrencyCodeError.Reason (v202411)

  • Several services including ForecastService, LineItemService, OrderService, and ReportService are affected by CurrencyCodeError.

  • The CurrencyCodeError.Reason enumeration provides reasons for currency code errors such as being invalid, unsupported, or deprecated.

  • An invalid currency code does not follow ISO 4217 standards.

  • A valid but unsupported currency code is not accepted by the system.

  • Using a deprecated currency after its deprecation date will result in an 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