---
title: SKStoreProductParameterCustomProductPageIdentifier
framework: storekit
role: symbol
role_heading: Global Variable
path: storekit/skstoreproductparametercustomproductpageidentifier
---

# SKStoreProductParameterCustomProductPageIdentifier

The key that represents the custom product page identifier you want the store to display when you present the view controller.

## Declaration

```swift
let SKStoreProductParameterCustomProductPageIdentifier: String
```

## Discussion

Discussion The value for this key is a UUID that represents a custom product page. Get this value from the ppid parameter of your custom product page’s URL. For example, in the following sample custom product page URL: https://apps.apple.com/us/app/example-appname/id1234567890?ppid=eb2b3606-2fef-4aab-a54e-b2e5547c9bc3 the custom product page identifier is the string that follows ppid=, which is eb2b3606-2fef-4aab-a54e-b2e5547c9bc3. App Store Connect creates the URL when you configure your custom product page. For more information, see Create custom product pages. For more information about custom product pages, see Custom product pages on the App Store.

## See Also

### Affiliate and Analytics Keys

- [SKStoreProductParameterProductIdentifier](storekit/skstoreproductparameterproductidentifier.md)
- [SKStoreProductParameterAdvertisingPartnerToken](storekit/skstoreproductparameteradvertisingpartnertoken.md)
- [SKStoreProductParameterAffiliateToken](storekit/skstoreproductparameteraffiliatetoken.md)
- [SKStoreProductParameterCampaignToken](storekit/skstoreproductparametercampaigntoken.md)
- [SKStoreProductParameterProviderToken](storekit/skstoreproductparameterprovidertoken.md)
