-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: introduce navigation and traffic acquisition data in form audit #544
Conversation
const dataChunks = new DataChunks(); | ||
loadBundles(bundles, dataChunks); | ||
dataChunks.filter = { checkpoint: ['navigate'] }; | ||
dataChunks.filtered.forEach((bundle) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to add CTA clicks and total clicks here for opportunity classification
This PR will trigger a minor release when merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# [@adobe/spacecat-shared-rum-api-client-v2.19.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.18.9...@adobe/spacecat-shared-rum-api-client-v2.19.0) (2025-01-30) ### Features * introduce navigation and traffic acquisition data in form audit ([#544](#544)) ([550f917](550f917))
🎉 This PR is included in version @adobe/spacecat-shared-rum-api-client-v2.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!