Whatsapp Event Log Report
Summary Doc
Type of Report -
Standard
Purpose of the Report -
This report contains 2 worksheets-
i) Overall: The purpose of this worksheet is mainly to fetch the name and count of all the events triggered in a session of only platform WhatsApp.
ii) Unidentified: This worksheet contains information about the count of some specific events when they are triggered in a session-only platform WhatsApp.
Detailed Description -
i) Overall
| Name of Column | Description of Field | Where is the value fetched from |
|---|---|---|
| Events Tags | Concat of event name and event type | event_logs(sessionFlow) |
| Count | No of times that event tag occurs within a session | event_logs |
| Custom Menu Linked | Event name | event_logs |
The aggregation is written where lookup is implemented on chat_sessions based on session_id to include sessions only where platform== “WhatsApp”.
ii) msisdn query
| Name of Column | Description of Field | Where is the value fetched from |
|---|---|---|
| Events Tags | Concat of event name and event type | event_logs |
| Count | No of times that event tag occurs within a session | event_logs |
| Custom Menu Linked | Event name | event_logs |
Example of Report -
Report Format -
Branch : development
Path : Reports/eventLogWhatsappReport.js
Aggregation -
Branch : development
Path : Reports//eventLogWhatsapp.js