What is the difference between Push Opened vs Clicked | Community
Skip to main content
New Participant
April 11, 2024
Solved

What is the difference between Push Opened vs Clicked

  • April 11, 2024
  • 1 reply
  • 1682 views

Hi,

 

As per title, we are looking to leverage the Reaction Event, but is a bit confused on the differences between the two. When someone receives the push, I thought there would only be one action (aka clicking on the push?)

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

@akwankl Below is the difference between push open and click,

  • Push Click - When a push notification has been delivered to the device and the user has clicked on the device. The user either wanted to view the notification (which will in turn move to Push Open tracking) or dismiss the notification.

  • Push Open - When a push notification has been delivered to the device and the user has clicked on the notification causing the app to open. This is similar to the Push Click except a Push Open will not be triggered if the notification was dismissed.

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
April 11, 2024

@akwankl Below is the difference between push open and click,

  • Push Click - When a push notification has been delivered to the device and the user has clicked on the device. The user either wanted to view the notification (which will in turn move to Push Open tracking) or dismiss the notification.

  • Push Open - When a push notification has been delivered to the device and the user has clicked on the notification causing the app to open. This is similar to the Push Click except a Push Open will not be triggered if the notification was dismissed.

Thanks, Sathees