offeringClicked
fun offeringClicked(context: Context, offeringAttribute: Map<String, Any>, experienceAttribute: Map<String, Any>? = null, workspaceId: String? = null)
Tracks an "offering clicked" event for a single offering and the "experience clicked" event of the associated experience.
Since
14.02.02
Parameters
context
The application context.
offeringAttribute
A list of maps containing attributes of the clicked offering.
experienceAttribute
map containing attributes of the related experience.
workspaceId
The optional workspace ID for which the event is tracked. If null, the default SDK instance is used.