---
title: DestinationParameter
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/destinationparameter
---

# DestinationParameter

Destination-specific identifiers used when linking an ad creative to an App Store product page.

## Declaration

```data
object DestinationParameter
```

## Properties

adamId: The App Store app identifier. This is the promotedObjectId on the campaign for App Store campaigns. Required for APP_STORE_PRODUCT_PAGE destinations. productPageId: The UUID of a Custom Product Page created in App Store Connect. Omit to use the default product page.

## Discussion

Discussion The Destination and DestinationCreate embed DestinationParameter. It supplies the app and product page identifiers needed to route a tapped ad to the correct App Store listing. For non-App Store destination types (such as LOCAL_ADS_PLACECARD), omit this object. Example {   "adamId": "987654321",   "productPageId": "76659d7a-d146-43d3-b6b8-b7a12f74bf6b" }

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeUpdate](apple-ads-platform-api/creativeupdate.md)
- [CreativeResponse](apple-ads-platform-api/creativeresponse.md)
- [CreativeQueryResponse](apple-ads-platform-api/creativequeryresponse.md)
- [CreativeEligibility](apple-ads-platform-api/creativeeligibility.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [AssetImage](apple-ads-platform-api/assetimage.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
