Skip to main content

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 ColumnDescription of FieldWhere is the value fetched from
Events TagsConcat of event name and event typeevent_logs(sessionFlow)
CountNo of times that event tag occurs within a sessionevent_logs
Custom Menu LinkedEvent nameevent_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 ColumnDescription of FieldWhere is the value fetched from
Events TagsConcat of event name and event typeevent_logs
CountNo of times that event tag occurs within a sessionevent_logs
Custom Menu LinkedEvent nameevent_logs

Example of Report -

Whatspp Event Log Report

Report Format -
Branch : development
Path : Reports/eventLogWhatsappReport.js

Aggregation -

Branch : development
Path : Reports//eventLogWhatsapp.js