trackItemDetailLoaded

fun trackItemDetailLoaded(    itemName: String,     customerId: String,     variationId: String? = null,     sectionName: String? = null,     url: String = "Not Available",     analyticsTags: Map<String, String>? = null)

Tracks item result loaded events.

Example:

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

Parameters

itemName

the name of the item loaded

customerId

the id of the item loaded

variationId

the variationId of the item loaded

sectionName

section of the item loaded

url

the url of the item

analyticsTags

Additional analytics tags to pass