Contents

AppsReportingCreative

Creative metadata for apps ads.

Declaration

object AppsReportingCreative

Properties

NameTypeDescription
idint64

The creative’s unique identifier.

creativeTypeAppsReportingCreative.CreativeType

Possible values: CUSTOM_PRODUCT_PAGE, DEFAULT_PRODUCT_PAGE.

systemStatusAppsReportingCreative.SystemStatus

Possible values: VALID, INVALID, PENDING.

creativeSpecReportingCreativeSpec

See ReportingCreativeSpec for details.

destinationReportingDestination

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