trackGenericResultClick

fun trackGenericResultClick(    itemName: String,     customerId: String,     variationId: String? = null,     sectionName: String? = null,     analyticsTags: Map<String, String>? = null)

Tracks generic result click events.

Example:

ConstructorIo.trackGenericResultClick("Pencil", "123", "234")

Parameters

itemName

the name of the item clicked

customerId

the id of the item clicked

variationId

the variationId of the item clicked

sectionName

section of the item clicked

analyticsTags

Additional analytics tags to pass