appviewLogAction

abstract fun appviewLogAction(json: String)

Logs an action performed by the user outside of a page view.

Parameters

json

A JSON string containing details about the completed transaction, including transaction ID, items, and pricing.

Samples