You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/tracker.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1869,12 +1869,11 @@ class Tracker {
1869
1869
1870
1870
/**
1871
1871
* Send browse redirect event to API
1872
-
* @private
1873
1872
* @function trackBrowseRedirect
1874
1873
* @param {object} parameters - Additional parameters to be sent with request
1875
1874
* @param {string} parameters.searchTerm - The search query that caused redirect
1876
-
* @param {string} parameters.filterName - Filter name
1877
-
* @param {string} parameters.filterValue - Filter value
1875
+
* @param {string} parameters.filterName - Filter name of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
1876
+
* @param {string} parameters.filterValue - Filter value of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
1878
1877
* @param {string} [parameters.userInput] - The text that a user had typed at the moment when submitting search request
1879
1878
* @param {string} [parameters.redirectToUrl] - URL of the page to which user is redirected
1880
1879
* @param {string} [parameters.section="Products"] - Index section
0 commit comments