Contents

ReportingAdGroupMin

Minimal ad group information included in nested report objects.

Declaration

object ReportingAdGroupMin

Properties

NameTypeDescription
namestring

The ad group name.

deletedboolean

true if the ad group has been deleted.

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
}

See Also