@constructor-io/constructorio-client-javascript 2.71.3 → 2.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/.DS_Store +0 -0
- package/lib/modules/tracker.js +2 -3
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/lib/.DS_Store
ADDED
|
Binary file
|
package/lib/modules/tracker.js
CHANGED
|
@@ -1773,12 +1773,11 @@ var Tracker = /*#__PURE__*/function () {
|
|
|
1773
1773
|
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Send browse redirect event to API
|
|
1776
|
-
* @private
|
|
1777
1776
|
* @function trackBrowseRedirect
|
|
1778
1777
|
* @param {object} parameters - Additional parameters to be sent with request
|
|
1779
1778
|
* @param {string} parameters.searchTerm - The search query that caused redirect
|
|
1780
|
-
* @param {string} parameters.filterName - Filter name
|
|
1781
|
-
* @param {string} parameters.filterValue - Filter value
|
|
1779
|
+
* @param {string} parameters.filterName - Filter name of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
|
|
1780
|
+
* @param {string} parameters.filterValue - Filter value of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
|
|
1782
1781
|
* @param {string} [parameters.userInput] - The text that a user had typed at the moment when submitting search request
|
|
1783
1782
|
* @param {string} [parameters.redirectToUrl] - URL of the page to which user is redirected
|
|
1784
1783
|
* @param {string} [parameters.section="Products"] - Index section
|
package/lib/version.js
CHANGED