Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The YieldGroupService is used to manage yield groups within Google Ad Manager.
DistinctError is an enumeration used for identifying and handling errors that can occur during operations with the YieldGroupService, specifically related to distinct elements and types.
Two possible DistinctError reasons are DUPLICATE_ELEMENT and DUPLICATE_TYPE, which signal errors related to duplicate elements or types.
These error reasons likely arise when attempting to create or update yield groups with configurations that violate the uniqueness constraints of elements or types.
The provided namespace https://www.google.com/apis/ads/publisher/v202411 indicates the location of the YieldGroupService and related resources 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 content defines `DistinctError` within the `YieldGroupService` of the Google Ad Manager API (v202411). It specifies two possible error reasons within the `DistinctError.Reason` enumeration: `DUPLICATE_ELEMENT` and `DUPLICATE_TYPE`. These indicate errors related to duplicate elements or duplicate types, respectively, when interacting with the `YieldGroupService`. The namespace for these definitions is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]