Contents

BrandsReportingSearchTerm

Search term metadata for brands report rows, extending the base reporting search term with brands-only internal fields.

Declaration

object BrandsReportingSearchTerm

Properties

NameTypeDescription
campaignIdint64

The identifier of the campaign that owns the search term.

adAccountIdint64

The identifier of the ad account that owns the search term.

searchTermTextstring

The actual user-entered query string.

searchTermSourcestring

Indicates whether the search term came from a direct user search or an auto-match source.

keywordBrandsReportingKeyword

See BrandsReportingKeyword for details.

adGroupIdint64

The identifier of the ad group that owns the search term.

adGroupReportingAdGroupMin

See ReportingAdGroupMin for details.

countryOrRegionstring

Country or region groupBy dimension value.

deviceClassstring

Device class groupBy dimension value.

locationIdstring

Location ID groupBy dimension value.

Discussion

The BrandsReportingSearchTerm extends the base ReportingSearchTerm object with a brands-only locationId field. The base object provides the searchTermText and searchTermSource, along with campaignId, adAccountId, adGroupId, adGroup, countryOrRegion, and deviceClass, all inherited unchanged from ReportingSearchTerm. The keyword field here is a BrandsReportingKeyword rather than the standard ReportingKeyword, capturing the brands keyword context that the search term matched against.

Search term reports require the ORTZ timezone. The brands search term reports exclude the supplyPlacement and locationId dimensions from groupBy. Only deviceClass is available if dimensioned grouping is needed.

Example

{
  "keyword": {
    "locationId": "555666777",
    "matchType": "PHRASE"
  },
  "locationId": "555666777"
}

See Also