Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

What fields in ajo_push_tracking_experience_event_dataset can be used to check the values like sent, delivered, bounce, errors, open.

Avatar

Level 4

Hi Experts,

Could you please help me find the field which can get me values :  sent, delivered, bounce, errors, open etc. from  ajo_push_tracking_experience_event_dataset.

Example: we have interaction_type (open, click) in AJO EMail Event dataset and Feedback status (sent, bouce) in AJO Message Feedback dataset of AJO.

 

Thank you,

Shivani

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @ShivaniM  You can use eventType to track open with value of pushTracking.applicationOpened

 

Full list of values are available in schema you can click on the eventType attribute to see all enums

more info is available here: https://experienceleague.adobe.com/en/docs/experience-platform/xdm/classes/experienceevent

 


     Manoj
     Find me on LinkedIn

View solution in original post

3 Replies

Avatar

Community Advisor

Hello @ShivaniM  You can find that information in cjm_message_feedback_event_dataset for delivery status including sent and bounce.

Open and click info can be found in AJO Push Tracking Experience Event Dataset 

 


     Manoj
     Find me on LinkedIn

Avatar

Level 4

Hi Manoj,

Thank you for the update, could you please help me with field names for open, click also for AJO Push Tracking Experience Event Dataset

Avatar

Correct answer by
Community Advisor

Hello @ShivaniM  You can use eventType to track open with value of pushTracking.applicationOpened

 

Full list of values are available in schema you can click on the eventType attribute to see all enums

more info is available here: https://experienceleague.adobe.com/en/docs/experience-platform/xdm/classes/experienceevent

 


     Manoj
     Find me on LinkedIn