BrandsReportingKeyword
Keyword metadata for brands report rows, extending the base reporting keyword with brands-only internal fields.
Declaration
object BrandsReportingKeywordProperties
| Name | Type | Description |
|---|---|---|
id | int64 | The keyword identifier. |
campaignId | int64 | The identifier of the campaign that owns the keyword. |
adAccountId | int64 | The identifier of the ad account that owns the keyword. |
deleted | boolean |
|
text | string | The keyword text. |
status | string | Possible values: |
matchType | string | Match type for the keyword in Maps campaigns. Possible values: |
bid | Money | See Money for details. |
adGroupId | int64 | The identifier of the ad group that owns the keyword. |
modificationTime | date-time | The time the keyword was last modified. |
creationTime | date-time | The time the keyword was created. |
displayStatus | string | The computed display status of the keyword. |
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 BrandsReportingKeyword extends the base ReportingKeyword object with a brands-only locationId field and a Maps-specific matchType override. All other fields, including id, text, bid, status, and adGroupId, are inherited unchanged from ReportingKeyword and appear alongside these fields in an actual response.
Example
{
"locationId": "555666777",
"matchType": "PHRASE"
}See Also
BrandsReportingRequestBrandsReportingCampaignBrandsReportingAdGroupBrandsReportingAdBrandsReportingCreativeBrandsReportingSearchTermBrandsCampaignReportResponseBrandsCampaignReportRowBrandsCampaignReportSummaryBrandsCampaignResultContainerBrandsAdGroupReportResponseBrandsAdGroupReportRowBrandsAdGroupReportSummaryBrandsAdGroupResultContainerBrandsAdReportResponse