BrandsReportingCreative
Creative metadata for brands ads.
Declaration
object BrandsReportingCreativeProperties
| Name | Type | Description |
|---|---|---|
id | int64 | The creative’s unique identifier. |
creativeType | BrandsReportingCreative.CreativeType | Possible values: |
systemStatus | BrandsReportingCreative.SystemStatus | Possible values: |
Discussion
The BrandsReportingCreative object is the creative metadata snapshot embedded within BrandsReportingAd in brands ad report rows. The creativeType field uses the shared CreativeType enumeration, but Brands (Apple Maps) creative reports only ever return LOCAL_ADS_SEARCH_CREATIVE.
The systemStatus field reflects whether the creative was valid at report time. Creatives with INVALID status were not eligible to serve during the reporting period and won’t contribute to impression or engagement metrics.
Example
{
"id": 555666777,
"creativeType": "LOCAL_ADS_SEARCH_CREATIVE",
"systemStatus": "VALID"
}Topics
Type Aliases
See Also
BrandsReportingRequestBrandsReportingCampaignBrandsReportingAdGroupBrandsReportingAdBrandsReportingKeywordBrandsReportingSearchTermBrandsCampaignReportResponseBrandsCampaignReportRowBrandsCampaignReportSummaryBrandsCampaignResultContainerBrandsAdGroupReportResponseBrandsAdGroupReportRowBrandsAdGroupReportSummaryBrandsAdGroupResultContainerBrandsAdReportResponse