ReportingAdGroupMin
Minimal ad group information included in nested report objects.
Declaration
object ReportingAdGroupMinProperties
| Name | Type | Description |
|---|---|---|
name | string | The ad group name. |
deleted | boolean |
|
Discussion
The ReportingAdGroupMin object is a lightweight ad group summary embedded in report row objects (for example, within ReportingKeyword). It provides enough context to identify the parent ad group without duplicating the full AdGroup structure.
Example
{
"name": "AwayFinder Search - Brand",
"deleted": false
}