DestinationCreate.DestinationType
The type of post-tap destination to create.
Declaration
string DestinationCreate.DestinationTypePossible Values
APP_STORE_PRODUCT_PAGEDirects users to the app’s product page in the App Store. Used with
DEFAULT_PRODUCT_PAGEandCUSTOM_PRODUCT_PAGEcreative types.LOCAL_ADS_PLACECARDDirects users to the brand’s Maps place card. The only supported destination for Apple Maps ad creatives.
Discussion
Apple Maps ad creatives only support LOCAL_ADS_PLACECARD, while App Store ad creatives use APP_STORE_PRODUCT_PAGE.
Example
{
"destinationType": "APP_STORE_PRODUCT_PAGE"
}