-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added timestamp to wzrk.id #201
Conversation
@PraveenCTzen Please update the description with the below template - JIRA Issue: JIRA_TICKET_ID |
@PraveenCTzen Also test if the notification viewed and clicked events are getting raised with the right information. |
Yes notification viewed and clicked events are getting raised properly |
JIRA Issue: WEB-2664
Background
In this PR, we address an issue encountered when multiple web push notifications with distinct deeplinks were sent from the same campaign. Previously, clicking on an older notification redirected users to the latest deeplink instead of the corresponding one, causing inconsistencies.
Implementation
This fix ensures that each notification correctly redirects to its respective deeplink.
Testing Strategy
Successfully tested the solution using a campaign that sends out varied push notifications, each with a distinct deeplink tailored to different profile properties. Verified that all push notifications redirect correctly. Assistance is now required to replicate and test these scenarios with API campaigns.
Impact Areas
The impacted areas primarily include scenarios involving web push notifications with deeplinks. The issue arises when a campaign includes multiple push notifications, each with its own unique deeplink. This setup may lead to inconsistent redirection.