trackInAppAmazonStorePurchaseEvent

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).

productID

Unique productID of the purchased item (e.g., com.chartboost.sword).

userID

User ID used in purchasing the product.

purchaseToken

Unique string obtained from the Amazon Appstore upon purchase.