track In App Amazon Store Purchase Event
fun trackInAppAmazonStorePurchaseEvent(title: String, description: String, price: String, currency: String, productID: String, userID: String?, purchaseToken: String?)
Tracks an in-app purchase made on the Amazon Appstore.
Parameters
title
Title of the product being purchased (e.g., Sword).
description
Description of the product being purchased (e.g., Platinum sword).
price
Cost of the product being purchased (e.g., "0.99").
currency
Currency in which the product was purchased (e.g., USD).
product ID
Unique productID of the purchased item (e.g., com.chartboost.sword).
user ID
User ID used in purchasing the product.
purchase Token
Unique string obtained from the Amazon Appstore upon purchase.