createConversionEventAsync

abstract suspend fun createConversionEventAsync(interactionId: String, properties: Map<String, Any?> = mutableMapOf(), context: Activity? = null): Result

Registers a CONVERSION event with the given interaction ID, properties and context.

Return

The result of the operation.

Parameters

interactionId

The interaction ID.

properties

A map with properties for the event.

context

The current activity.