Reaction node: When to use "open" or "click" after a push?
Hi everyone,
I am currently validating the behavior of the Journey Reaction Activity for Push Notifications and have observed a discrepancy in how interactions are tracked across different Operating Systems.
In our implementation, we use a click_action key in the Custom Data section of the Push payload (e.g., click_action: "OPEN_BENEFITS"). Our data analysis in the Experience Event Dataset shows the following:
- On Android (FCM): The interaction is captured as eventType: pushTracking.customAction.
- On iOS (APNS): The interaction is captured as eventType: pushTracking.applicationOpened.
This seems to be due to how the Mobile SDK interprets the payload on different platforms when no physical action buttons are present in the template.
My question is: When using a Reaction Node in a Journey set to listen for a "Clicked" interaction, does the AJO orchestration engine perform a logical "OR" to include both applicationOpened and customAction?
I want to ensure that users on both platforms are correctly moved to the success path of the journey regardless of the specific eventType name assigned by the SDK.
Thanks!