Skip to content
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

Merged
merged 4 commits into from
Apr 12, 2024
Merged

Update analytics #211

merged 4 commits into from
Apr 12, 2024

Conversation

alanthai
Copy link
Contributor

@alanthai alanthai commented Mar 27, 2024

Update to the most recent analytics.

Lots of the code for tracking analytics is derived from https://github.com/BoltApp/embedded-merchant-analytics-scripts


RECOGNITION_EMAIL_FIELD_CHANGED: 'Recognition | email field changed',

// Handled in embed.js

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

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]: [],

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]: [],

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

@alanthai alanthai merged commit 9841962 into master Apr 12, 2024
4 checks passed
@alanthai alanthai deleted the athai/update-analytics branch April 12, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants