enum TechnologyTargetingError.Reason (v202502)

  • TechnologyTargetingError reasons are listed for various services like AdjustmentService, ForecastService, and LineItemService.

  • The TechnologyTargetingError.Reason enumeration provides specific reasons for targeting errors, including issues with mobile vs. web targeting and disabled features.

  • Examples of specific errors include mobile line items targeting web criteria and disabled mobile carrier or device capability targeting features.

  • The UNKNOWN value indicates an error reason not exposed by the current API version.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA Mobile line item cannot target web-only targeting criteria.
WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA Web line item cannot target mobile-only targeting criteria.
MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED The mobile carrier targeting feature is not enabled.
DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED The device capability targeting feature is not enabled.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.