BrandsReportingSearchTerm
Search term metadata for brands report rows, extending the base reporting search term with brands-only internal fields.
Declaration
object BrandsReportingSearchTermProperties
| Name | Type | Description |
|---|---|---|
campaignId | int64 | The identifier of the campaign that owns the search term. |
adAccountId | int64 | The identifier of the ad account that owns the search term. |
searchTermText | string | The actual user-entered query string. |
searchTermSource | string | Indicates whether the search term came from a direct user search or an auto-match source. |
keyword | BrandsReportingKeyword | See BrandsReportingKeyword for details. |
adGroupId | int64 | The identifier of the ad group that owns the search term. |
adGroup | ReportingAdGroupMin | See ReportingAdGroupMin for details. |
countryOrRegion | string | Country or region groupBy dimension value. |
deviceClass | string | Device class groupBy dimension value. |
locationId | string | 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
BrandsReportingRequestBrandsReportingCampaignBrandsReportingAdGroupBrandsReportingAdBrandsReportingCreativeBrandsReportingKeywordBrandsCampaignReportResponseBrandsCampaignReportRowBrandsCampaignReportSummaryBrandsCampaignResultContainerBrandsAdGroupReportResponseBrandsAdGroupReportRowBrandsAdGroupReportSummaryBrandsAdGroupResultContainerBrandsAdReportResponse