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

Event "NOTIFICATION_TAPPED" triggered automatically. #4205

Closed
drptiago opened this issue Jan 24, 2024 · 5 comments
Closed

Event "NOTIFICATION_TAPPED" triggered automatically. #4205

drptiago opened this issue Jan 24, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@drptiago
Copy link
Collaborator

Description

The event NOTIFICATION_TAPPED happens when a user interact with a notification we sent NOTIFICATION_SENT

But checking the events, the NOTIFICATION_TAPPED is happening in the same second of NOTIFICATION_SENT, so it seems to be automatic.

We need to trigger this NOTIFICATION_TAPPED only when the user clicks on the notification.

Steps to reproduce

Check this user:
https://app.amplitude.com/analytics/gooddollar/project/288710/search/amplitude_id%3D190777824400?collapsed=true&sessionHandle=Y0xEJ0%2F_Y0xELne_CxrPpSQ_BGfG_dc952a0c-a042-4e71-808f-a5133b089cabR&eventId=f2f95056-4f78-4ede-a54b-8b496fef67ff

This behavior is the same in different users, in the same second the NOTIFICATION_SENT happens the NOTIFICATION_TAPPED also happens.

@L03TJ3
Copy link
Collaborator

L03TJ3 commented Jan 24, 2024

@drptiago you say same behavior for different users. Is it he same behavior for all users tho?

@drptiago
Copy link
Collaborator Author

Yes @L03TJ3 all users with NOTIFICATION_TAPPED event have this behavior.

In this dashboard, click in the line and user streams, you will see this is the behavior to all of them.
https://app.amplitude.com/analytics/gooddollar/chart/smeoke9?linkingDashboardId=thkrruw

@L03TJ3 L03TJ3 added the bug Something isn't working label Jan 25, 2024
@L03TJ3
Copy link
Collaborator

L03TJ3 commented Feb 26, 2024

Has been resolved as it was the NOTIFICATION_EVENT which was triggered when opening the app when someone tapped the notification: e57874a

@L03TJ3
Copy link
Collaborator

L03TJ3 commented Mar 1, 2024

@drptiago to what extend can this be considered solved?

@L03TJ3 L03TJ3 closed this as completed Mar 1, 2024
@L03TJ3 L03TJ3 reopened this Mar 1, 2024
@drptiago drptiago closed this as completed Mar 1, 2024
@drptiago
Copy link
Collaborator Author

drptiago commented Mar 1, 2024

Fixed.

It's clear now the NOTIFICATION_SENT cannot be tracked, we can only track NOTIFICATION_TAPPED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants