<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/DestinationParameter",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:DestinationParameter"
  },
  "title" : "DestinationParameter"
}
-->

# DestinationParameter

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

```
object DestinationParameter
```

## Discussion

The [`Destination`](/documentation/Apple-Ads-Platform-API/Destination) and [`DestinationCreate`](/documentation/Apple-Ads-Platform-API/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

```json
{
  "adamId": "987654321",
  "productPageId": "76659d7a-d146-43d3-b6b8-b7a12f74bf6b"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)