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

# DestinationCreate

Request payload for specifying the post-tap destination when creating an ad creative.

```
object DestinationCreate
```

## Discussion

The [`CreativeCreate`](/documentation/Apple-Ads-Platform-API/CreativeCreate) embeds `DestinationCreate` to define where users go after tapping the ad.

### Example

```json
{
  "destinationType": "APP_STORE_PRODUCT_PAGE",
  "parameters": {
    "adamId": "123456789",
    "productPageId": "987654321"
  }
}
```

## Topics

### Dictionaries

[`object DestinationCreate.Parameters`](/documentation/Apple-Ads-Platform-API/DestinationCreate/Parameters-data.dictionary)

Destination-specific parameters supplied when creating an ad creative.

### Type Aliases

[`string DestinationCreate.DestinationType`](/documentation/Apple-Ads-Platform-API/DestinationCreate/DestinationType-data.typealias)

The type of post-tap destination to create.

---

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)