-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update analytics #211
Update analytics #211
Conversation
cartridges/int_bolt_embedded_sfra/cartridge/client/default/js/eventListenerRegistration.js
Show resolved
Hide resolved
...ges/int_bolt_embedded_sfra/cartridge/client/default/js/checkout/eventListenerRegistration.js
Outdated
Show resolved
Hide resolved
cartridges/int_bolt_embedded_sfra/cartridge/client/default/js/analytics/actions.js
Show resolved
Hide resolved
|
||
RECOGNITION_EMAIL_FIELD_CHANGED: 'Recognition | email field changed', | ||
|
||
// Handled in embed.js |
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.
This is public facing code so lets clean this up
PAYMENT_FAILED: 'Payment | failed', | ||
PAYMENT_TOGGLE_REGISTRATION_CHECKBOX: 'Payment | toggle registration checkbox' | ||
|
||
// optional. Handled in embed.js |
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.
cleanup
window.BoltSelectors.billingZipCode | ||
]) | ||
], | ||
// [EventName.BILLING_PAYMENT_METHOD_SELECTED]: [], |
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.
If skipped leave comment why
window.BoltSelectors.shippingPhoneNumber | ||
]) | ||
], | ||
// [EventName.SHIPPING_OPTION_SELECTED]: [], |
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.
If skipped leave comment why
Update to the most recent analytics.
Lots of the code for tracking analytics is derived from https://github.com/BoltApp/embedded-merchant-analytics-scripts