DestinationCreate
Request payload for specifying the post-tap destination when creating an ad creative.
Declaration
object DestinationCreateProperties
| Name | Type | Description |
|---|---|---|
destinationType Required | DestinationCreate.DestinationType | The type of post-tap destination. See DestinationType. Immutable after creation. |
parameters | DestinationCreate.Parameters | Destination-specific parameters. For App Store destinations, provide |
Discussion
The CreativeCreate embeds DestinationCreate to define where users go after tapping the ad.
Example
{
"destinationType": "APP_STORE_PRODUCT_PAGE",
"parameters": {
"adamId": "123456789",
"productPageId": "987654321"
}
}