Contents

DestinationCreate

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

Declaration

object DestinationCreate

Properties

NameTypeDescription
destinationType RequiredDestinationCreate.DestinationType

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

parametersDestinationCreate.Parameters

Destination-specific parameters. For App Store destinations, provide adamId and optionally productPageId to link to a Custom Product Page. See DestinationParameter.

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"
  }
}

Topics

Dictionaries

Type Aliases

See Also