Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
MobileApplicationTargetingError is an enum used for signaling errors related to user domain targeting, specifically for mobile applications.
This error enum is utilized by multiple services within Google Ad Manager, including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService.
Two specific error reasons are defined: CANNOT_TARGET_UNLINKED_APPLICATION, indicating that only linked applications can be targeted, and UNKNOWN, used for errors not exposed by the current API version.
This enum belongs to the namespace https://www.google.com/apis/ads/publisher/v202411 within the Google Ad Manager API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The core content details the `MobileApplicationTargetingError` enumeration, applicable to multiple services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `TargetingPresetService`, and `YieldGroupService`. It outlines two possible error reasons: `CANNOT_TARGET_UNLINKED_APPLICATION`, indicating that only linked applications can be targeted, and `UNKNOWN`, used when the API version doesn't expose the specific error. The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]