ProductPageDetails
Product page metadata for a Default Product Page, Custom Product Page, or Product Page Optimization (PPO) variant.
Declaration
object ProductPageDetailsProperties
| Name | Type | Description |
|---|---|---|
id | string | Product page identifier. This is the App Store Connect product page UUID. Read-only. |
adamId | int64 | The App Store app identifier (Adam ID) this product page belongs to. |
name | string | The product page name as configured in App Store Connect. |
state | string | Product page state. Nullable string with no fixed enum, for example, |
deepLink | uri | Deep link URL for this product page. Only present for product pages with a configured deep link destination. |
creationTime | date-time | Timestamp when the product page was created, in ISO 8601 format. Read-only. |
modificationTime | date-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"
}