enum FeatureError.Reason (v202411)

  • This documentation details the FeatureError.Reason enumeration within the Google Ad Manager API.

  • FeatureError.Reason helps identify issues related to feature availability in a network.

  • Two possible reasons are defined: MISSING_FEATURE (feature not enabled) and UNKNOWN (reason not exposed by the API).

  • This enumeration is relevant to various services within the Ad Manager API, including CompanyService, AdRuleService, and many others.

  • Developers should consult this documentation to understand and handle errors related to feature availability when interacting with the Google Ad Manager API.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
MISSING_FEATURE A feature is being used that is not enabled on the current network.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.