track Generic Result Click
fun trackGenericResultClick( itemName: String, customerId: String, variationId: String? = null, sectionName: String? = null, analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks generic result click events.
Example:
ConstructorIo.trackGenericResultClick("Pencil", "123", "234")
Content copied to clipboard
Parameters
item Name
the name of the item clicked
customer Id
the id of the item clicked
variation Id
the variationId of the item clicked
section Name
section of the item clicked
analytics Tags
Additional analytics tags to pass