trackSearchResultsLoaded

fun trackSearchResultsLoaded(    term: String,     resultCount: Int,     customerIds: Array<String>? = null)

Tracks search results loaded (a.k.a. search results viewed) events.

Example:

ConstructorIo.trackSearchResultsLoaded("tooth", 789, arrayOf("1234567-AB", "1234567-AB"))

Parameters

term

the term that results are displayed for, i.e. "Pumpkin"

resultCount

the number of results for that term

customerIds

the customerIds of shown items