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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
I have implemented the cleanURLTracker plugin with the queryParamsWhitelist option enabled. However, when testing in Google Analytics the page is stripping all query strings, even the ones that are in the whitelist. This feature seems to be broken.
I have implemented the cleanURLTracker plugin with the queryParamsWhitelist option enabled. However, when testing in Google Analytics the page is stripping all query strings, even the ones that are in the whitelist. This feature seems to be broken.
ga('require', 'cleanUrlTracker', {
stripQuery: true,
queryParamsWhitelist: ['s', 'id', 'd', 'cat']
});
The text was updated successfully, but these errors were encountered: