Contents

Creative.Destination

Post-tap destination entity defining where users go after tapping the ad.

Declaration

object Creative.Destination

Properties

NameTypeDescription
destinationTypeDestination.DestinationType

The type of post-tap destination. See DestinationType. Immutable after creation.

parametersDestination.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.

urlstring

The resolved destination URL. Read-only, computed by the system from destinationType and parameters.

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.