Contents

BrandsReportingCreative

Creative metadata for brands ads.

Declaration

object BrandsReportingCreative

Properties

NameTypeDescription
idint64

The creative’s unique identifier.

creativeTypeBrandsReportingCreative.CreativeType

Possible values: LOCAL_ADS_SEARCH_CREATIVE.

systemStatusBrandsReportingCreative.SystemStatus

Possible values: VALID, INVALID, PENDING.

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