enum TechnologyTargetingError.Reason (v202411)

  • TechnologyTargetingError outlines reasons for targeting errors in Google Ad Manager, often related to mobile and web targeting criteria mismatch.

  • This error can occur across multiple services, including LineItemService, ProposalLineItemService, and YieldGroupService.

  • Specific reasons for the error are categorized by enumeration values like MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA and WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA.

  • The error might also indicate that certain targeting features, such as mobile carrier targeting or device capability targeting, are not enabled.

  • If the specific reason for the targeting error is not exposed by the current API version, the enumeration value UNKNOWN will be returned.

The reasons for the target error.


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