track In App Google Play Purchase Event
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).
product ID
Unique productID of the purchased item (e.g., com.chartboost.sword).
purchase Data
Unique string obtained from Google Play upon purchase.
purchase Signature
Unique string obtained from Google Play upon purchase.