Skip to content

Commit 271cdc9

Browse files
authored
update private function (#421)
1 parent e70b96d commit 271cdc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/modules/tracker.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,12 +1869,11 @@ class Tracker {
18691869

18701870
/**
18711871
* Send browse redirect event to API
1872-
* @private
18731872
* @function trackBrowseRedirect
18741873
* @param {object} parameters - Additional parameters to be sent with request
18751874
* @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`
18781877
* @param {string} [parameters.userInput] - The text that a user had typed at the moment when submitting search request
18791878
* @param {string} [parameters.redirectToUrl] - URL of the page to which user is redirected
18801879
* @param {string} [parameters.section="Products"] - Index section

0 commit comments

Comments
 (0)