Expand my Community achievements bar.

SOLVED

What is the difference between "Open" y "Click on mobile notification"?

Avatar

Level 6

Is it just that the person that besides opening the notification also clics on any link on it? Didn0't find docs on this.

ogonzalesdiaz_0-1699538444269.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @god_prophet ,

For a push notification delivery, When a Recipient clicked on the push notification in his mobile, a tracking log will get created with URL Type as "Click on mobile notification".

To analyze further, in schema data tab you can configure [delivery/@messageType] and [delivery/@internalName]

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @god_prophet ,

For a push notification delivery, When a Recipient clicked on the push notification in his mobile, a tracking log will get created with URL Type as "Click on mobile notification".

To analyze further, in schema data tab you can configure [delivery/@messageType] and [delivery/@internalName]

Avatar

Level 6

but clicking the notification is not the same as opening it? Why different states? 


Avatar

Community Advisor

@god_prophet ,

Found the below statement in document,

  • 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.

  • 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.

In the data tab > Right click configure list > configure [delivery/@messageType]. You will get more idea!