From 8801c3244d66cac0d344a9f937451f0d5808997d Mon Sep 17 00:00:00 2001 From: Stanley Peng Date: Mon, 29 Dec 2025 14:30:14 -0800 Subject: [PATCH] update private function --- src/modules/tracker.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/tracker.js b/src/modules/tracker.js index e9e72eb4..60da242a 100644 --- a/src/modules/tracker.js +++ b/src/modules/tracker.js @@ -1869,12 +1869,11 @@ class Tracker { /** * Send browse redirect event to API - * @private * @function trackBrowseRedirect * @param {object} parameters - Additional parameters to be sent with request * @param {string} parameters.searchTerm - The search query that caused redirect - * @param {string} parameters.filterName - Filter name - * @param {string} parameters.filterValue - Filter value + * @param {string} parameters.filterName - Filter name of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded` + * @param {string} parameters.filterValue - Filter value of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded` * @param {string} [parameters.userInput] - The text that a user had typed at the moment when submitting search request * @param {string} [parameters.redirectToUrl] - URL of the page to which user is redirected * @param {string} [parameters.section="Products"] - Index section