DestinationParameter
Destination-specific identifiers used when linking an ad creative to an App Store product page.
Declaration
object DestinationParameterProperties
| Name | Type | Description |
|---|---|---|
adamId | string | The App Store app identifier. This is the |
productPageId | string | 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"
}