Contents

DestinationParameter

Destination-specific identifiers used when linking an ad creative to an App Store product page.

Declaration

object DestinationParameter

Properties

NameTypeDescription
adamIdstring

The App Store app identifier. This is the promotedObjectId on the campaign for App Store campaigns. Required for APP_STORE_PRODUCT_PAGE destinations.

productPageIdstring

The UUID of a Custom Product Page created in App Store Connect. Omit to use the default product page.

Discussion

The Destination and DestinationCreate embed DestinationParameter. It supplies the app and product page identifiers needed to route a tapped ad to the correct App Store listing. For non-App Store destination types (such as LOCAL_ADS_PLACECARD), omit this object.

Example

{
  "adamId": "987654321",
  "productPageId": "76659d7a-d146-43d3-b6b8-b7a12f74bf6b"
}

See Also