AppsTargetingProjection
Targeting projection for apps campaigns.
Declaration
object AppsTargetingProjectionProperties
| Name | Type | Description |
|---|---|---|
supplyPlacement | IncludeExclude | The ad placement slots included in delivery. Values: |
lifetimeStorefronts | IncludeExclude | App Store countries or regions targeted over the campaign’s lifetime, which may differ from the currently active |
countryOrRegion | IncludeExclude | ISO 3166-1 alpha-2 country codes currently targeted by the campaign. See IncludeExclude for details. |
Discussion
The AppsTargetingProjection object describes the targeting scope for an apps campaign entity as captured in a report row. Each field is an IncludeExclude wrapper whose include array lists the active targeting values at the time of the report.
Example
{
"supplyPlacement": {
"include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB"]
},
"lifetimeStorefronts": {
"include": ["US", "CA", "GB"]
},
"countryOrRegion": {
"include": ["US", "CA"]
}
}See Also
AppsReportingRequestAppsReportingCampaignAppsReportingAdGroupAppsReportingAdAppsReportingCreativeAppsCampaignReportResponseAppsCampaignReportRowAppsCampaignReportSummaryAppsCampaignResultContainerAppsAdGroupReportResponseAppsAdGroupReportRowAppsAdGroupReportSummaryAppsAdGroupResultContainerAppsAdReportResponseAppsAdReportRow