trackInAppGooglePlayPurchaseEvent

fun trackInAppGooglePlayPurchaseEvent(title: String, description: String, price: String, currency: String, productID: String, purchaseData: String?, purchaseSignature: String?)

Tracks an in-app purchase made on the Google Play Store.

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

purchaseData

Unique string obtained from Google Play upon purchase.

purchaseSignature

Unique string obtained from Google Play upon purchase.