AI-generated Key Takeaways
-
ReportQuery.AdUnitView is used to generate reports specifically for ad units within Google Ad Manager.
-
This view offers three distinct levels of reporting:
TOP_LEVEL
,FLAT
, andHIERARCHICAL
, each providing a different perspective on ad unit performance. -
TOP_LEVEL
focuses on top-level ad units, including metrics from their descendants;FLAT
reports on all ad units without descendant metrics; andHIERARCHICAL
utilizes the ad unit hierarchy, replacing standard ad unit columns with level-specific ones. -
The namespace for this feature is
https://www.google.com/apis/ads/publisher/v202411
.
A view for an ad unit report.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
TOP_LEVEL
|
Only the top level ad units. Metrics include events for their descendants that are not filtered out. |
FLAT
|
All the ad units. Metrics do not include events for the descendants. |
HIERARCHICAL
|
Use the ad unit hierarchy. There will be as many ad unit columns as
levels of ad units in the generated report:
Metrics do not include events for the descendants. |