track Browse Results Loaded
fun trackBrowseResultsLoaded( filterName: String, filterValue: String, itemIds: Array<String>, resultCount: Int, sectionName: String? = null, url: String = "Not Available", analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks browse result loaded (a.k.a. browse results viewed) events.
Example:
ConstructorIo.trackBrowseResultsLoaded("Category", "Snacks", arrayOf("123", "234"), 674)
Content copied to clipboard
Parameters
filter Name
the name of the primary filter, i.e. "Aisle"
filter Value
the value of the primary filter, i.e. "Produce"
item Ids
the item ids of the displayed items
result Count
the number of results for that filter name/value pair
analytics Tags
Additional analytics tags to pass
fun trackBrowseResultsLoaded( filterName: String, filterValue: String, resultCount: Int, sectionName: String? = null, url: String = "Not Available", analyticsTags: Map<String, String>? = null)
Content copied to clipboard
Tracks browse result loaded (a.k.a. browse results viewed) events.
Example:
ConstructorIo.trackBrowseResultsLoaded("Category", "Snacks", 674)
Content copied to clipboard
Parameters
filter Name
the name of the primary filter, i.e. "Aisle"
filter Value
the value of the primary filter, i.e. "Produce"
result Count
the number of results for that filter name/value pair
analytics Tags
Additional analytics tags to pass