Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/modules/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ class Tracker {
* @param {object} [networkParameters] - Parameters relevant to the network request
* @param {number} [networkParameters.timeout] - Request timeout (in milliseconds)
* @returns {(true|Error)}
* @description User clicked a result that appeared within a search product listing page
* @description User viewed a set of recommendations
* @example
* constructorio.tracker.trackRecommendationView(
* {
Expand Down Expand Up @@ -1628,7 +1628,7 @@ class Tracker {
* @param {object} [networkParameters] - Parameters relevant to the network request
* @param {number} [networkParameters.timeout] - Request timeout (in milliseconds)
* @returns {(true|Error)}
* @description User clicked a result that appeared within a browse product listing page
* @description User clicked a result that appeared outside of the scope of search / browse / recommendations
* @example
* constructorio.tracker.trackGenericResultClick(
* {
Expand Down
Loading