AI-generated Key Takeaways
-
TechnologyTargetingError reasons explain why targeting errors occur, particularly regarding compatibility between mobile and web line items and targeting criteria.
-
Specific error reasons include mobile line items containing web technology criteria, web line items containing mobile technology criteria, and disabled mobile carrier or device capability targeting features.
-
The UNKNOWN reason is returned when the actual error value is not exposed by the requested API version.
-
The
TechnologyTargetingError.Reasonenumeration is associated with several services including AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. -
The Namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202502.
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. |