BrandsTargetingProjection
Targeting projection for brands ad groups and campaigns.
Declaration
object BrandsTargetingProjectionProperties
| Name | Type | Description |
|---|---|---|
supplyPlacement | IncludeExclude | Restricts delivery to specific placement slots within Maps supply. Supported values: |
lifetimeStorefronts | IncludeExclude | Controls country or region targeting over the lifetime of the campaign. See IncludeExclude for details. |
supplySource | IncludeExclude | Restricts delivery to a specific supply source. Use |
promotedLocationGroup | IncludeExclude | Targets a specific location group. Use for campaigns targeting many locations at once. The location group ID identifies a saved set of brand locations. See IncludeExclude for details. |
promotedLocation | IncludeExclude | Targets an individual brand location by location ID. Use for single-location targeting. See IncludeExclude for details. |
Discussion
The BrandsTargetingProjection appears in brands report rows, capturing the targeting configuration at the time of the report. All fields use IncludeExclude objects containing an include array of string values.
Example
{
"supplyPlacement": {
"include": ["MAPS_SEARCH_RESULTS", "MAPS_SEARCH_HOME"]
},
"lifetimeStorefronts": {
"include": ["US", "CA"]
},
"supplySource": {
"include": ["MAPS"]
},
"promotedLocationGroup": {
"include": ["555666777"]
},
"promotedLocation": {
"include": ["123456789"]
}
}See Also
BrandsReportingRequestBrandsReportingCampaignBrandsReportingAdGroupBrandsReportingAdBrandsReportingCreativeBrandsReportingKeywordBrandsReportingSearchTermBrandsCampaignReportResponseBrandsCampaignReportRowBrandsCampaignReportSummaryBrandsCampaignResultContainerBrandsAdGroupReportResponseBrandsAdGroupReportRowBrandsAdGroupReportSummaryBrandsAdGroupResultContainer