track Search Results Loaded
fun trackSearchResultsLoaded( term: String, resultCount: Int, customerIds: Array<String>? = null)
Content copied to clipboard
Tracks search results loaded (a.k.a. search results viewed) events.
Example:
ConstructorIo.trackSearchResultsLoaded("tooth", 789, arrayOf("1234567-AB", "1234567-AB"))
Content copied to clipboard
Parameters
term
the term that results are displayed for, i.e. "Pumpkin"
result Count
the number of results for that term
customer Ids
the customerIds of shown items