Creative.Destination
Post-tap destination entity defining where users go after tapping the ad.
Declaration
object Creative.DestinationProperties
| Name | Type | Description |
|---|---|---|
destinationType | Destination.DestinationType | The type of post-tap destination. See DestinationType. Immutable after creation. |
parameters | Destination.Parameters | Destination-specific parameters. Sub-fields: adamId (App Store app identifier, required), productPageId (UUID of a Custom Product Page created in App Store Connect, nullable string UUID, omit to use the default product page). Immutable after creation. |
url | string | The resolved destination URL. Read-only, computed by the system from |
Discussion
Destination is the post-tap experience for the ad creative. The destinationType field is immutable after creation, and the system computes the read-only url field from destinationType and parameters.