Contents

ProductPageDetails

Product page metadata for a Default Product Page, Custom Product Page, or Product Page Optimization (PPO) variant.

Declaration

object ProductPageDetails

Properties

NameTypeDescription
idstring

Product page identifier. This is the App Store Connect product page UUID. Read-only.

adamIdint64

The App Store app identifier (Adam ID) this product page belongs to.

namestring

The product page name as configured in App Store Connect.

statestring

Product page state. Nullable string with no fixed enum, for example, PUBLISHED. App Store Connect may also surface states such as READY_FOR_DISTRIBUTION before a page finishes propagating.

deepLinkuri

Deep link URL for this product page. Only present for product pages with a configured deep link destination.

creationTimedate-time

Timestamp when the product page was created, in ISO 8601 format. Read-only.

modificationTimedate-time

Timestamp when the product page was last modified, in ISO 8601 format. Read-only.

Discussion

The ProductPageDetails object describes a product page associated with an app. The product page query and get-by-ID endpoints return it. Creative and ad group objects that use a product page destination reference the page by its productPageId only, not this full object.

Example

{
  "id": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
  "adamId": 324684580,
  "name": "AwayFinder Premium Campaign Landing",
  "state": "PUBLISHED",
  "deepLink": "awayfinder://campaign/premium",
  "creationTime": "2025-01-10T08:00:00.000",
  "modificationTime": "2025-01-12T09:30:00.000"
}

See Also