-
Notifications
You must be signed in to change notification settings - Fork 17
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: store prompt activation date #1340
Conversation
For future analytics purposes
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.
Working as described with a non-blocking question. How do you envision using this data?
It is (or was) part of the Product usage measurement project scope |
# [3.1.0-alpha.1](v3.0.1...v3.1.0-alpha.1) (2024-09-20) ### Bug Fixes * check for non-preview logged in user on account criteria ([#1347](#1347)) ([9f6f062](9f6f062)) * prioritize ras overlays for delayed prompts ([21c3091](21c3091)) * prioritize ras overlays for delayed prompts [#1341](#1341) ([c0027d1](c0027d1)) * verify delayed prompt can still be displayed before showing ([#1344](#1344)) ([235f36b](235f36b)) ### Features * store prompt activation date ([#1340](#1340)) ([2c11424](2c11424))
🎉 This PR is included in version 3.1.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [3.1.0](v3.0.1...v3.1.0) (2024-10-08) ### Bug Fixes * check for non-preview logged in user on account criteria ([#1347](#1347)) ([9f6f062](9f6f062)) * prioritize ras overlays for delayed prompts ([21c3091](21c3091)) * prioritize ras overlays for delayed prompts [#1341](#1341) ([c0027d1](c0027d1)) * verify delayed prompt can still be displayed before showing ([#1344](#1344)) ([235f36b](235f36b)) ### Features * store prompt activation date ([#1340](#1340)) ([2c11424](2c11424))
For future analytics purposes
All Submissions:
Changes proposed in this Pull Request:
Stores the activation date of the prompts so we can later use for analytics purposes
How to test the changes in this Pull Request:
activation_date
metadata was created with the current datedectivation_date
metadata was created with the current dateOther information: