AppsReportingCreative
Creative metadata for apps ads.
Declaration
object AppsReportingCreativeProperties
| Name | Type | Description |
|---|---|---|
id | int64 | The creative’s unique identifier. |
creativeType | AppsReportingCreative.CreativeType | Possible values: |
systemStatus | AppsReportingCreative.SystemStatus | Possible values: |
creativeSpec | ReportingCreativeSpec | See ReportingCreativeSpec for details. |
destination | ReportingDestination | See ReportingDestination for details. |
Discussion
The AppsReportingCreative object is the creative metadata snapshot embedded within AppsReportingAd in apps ad report rows. The creativeType field identifies the creative format: DEFAULT_PRODUCT_PAGE and CUSTOM_PRODUCT_PAGE both use App Store product page assets.
The systemStatus field reflects the creative’s validity at report time: INVALID creatives can’t serve and won’t generate impressions. The creativeSpec provides a summary of the creative’s content configuration, and destination captures the click-through destination.
Example
{
"id": 555666777,
"creativeType": "CUSTOM_PRODUCT_PAGE",
"systemStatus": "VALID",
"creativeSpec": {
"language": "en-US"
},
"destination": {
"parameters": {
"productPageId": "555666777",
"url": "https://apps.apple.com/us/app/awayfinder/id123456789"
}
}
}Topics
Type Aliases
See Also
AppsReportingRequestAppsReportingCampaignAppsReportingAdGroupAppsReportingAdAppsCampaignReportResponseAppsCampaignReportRowAppsCampaignReportSummaryAppsCampaignResultContainerAppsAdGroupReportResponseAppsAdGroupReportRowAppsAdGroupReportSummaryAppsAdGroupResultContainerAppsAdReportResponseAppsAdReportRowAppsAdReportSummary