-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swetrix should analyze search terms #144
Comments
can't see an option to do this, I asked the swetrix team (see above) |
They fixed it in 2.4.0 |
Swetrix can also log other events, like so: swetrix.track({ ev: 'SEARCH', meta: { url: window.location } }) I'm not quite sure whether this means I should just create regular JS events and name these "SEARCH" or whether I should call |
Hey, sorry for the UX, because we added the search params recently there was not really a need to decode the URL params before. We will fix this tomorrow so it won't be a problem on our side anymore. EDIT: That issue has been fixed.
You call If you click on the expanding arrows button located on the top-right corner of that tab, a modal window with a list of events will open. In that window you will be able to see metadata per event, including the conversion of that specific metadata to a total number of unique visitors. At the moment, we do not support (in other words - filtering) segmentation based on custom event metadata, but this is something that will be added this week. So maybe for your specific use case it should be good to consider using metadata enriched custom events. |
This is next level awesome customer support. You're actually reading my issues in my repo and building the feature I need? Whoa |
Currently only the first page open is counted. Should check out the swetrix SDK
The text was updated successfully, but these errors were encountered: