track Item Detail Loaded
fun trackItemDetailLoaded( itemName: String, customerId: String, variationId: String? = null, sectionName: String? = null, url: String = "Not Available", analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks item result loaded events.
Example:
ConstructorIo.trackItemDetailLoaded("Pencil", "123", "234")
Content copied to clipboard
Parameters
item Name
the name of the item loaded
customer Id
the id of the item loaded
variation Id
the variationId of the item loaded
section Name
section of the item loaded
url
the url of the item
analytics Tags
Additional analytics tags to pass