Reporting field name |
Type |
Definition |
Calculations |
Count |
Count |
The number of WhatsApp events by event_id. |
Count of event_id records. |
Clicked gross |
count |
The number of times a recipient clicked on a link within a WhatsApp message. |
Count of events with event_type: 'linkClicked'. |
Clicked unique |
count_distinct |
The number of unique clicks. |
Count of unique contact_ids by message_id with one click count. |
Clicked rate gross |
number |
The number of click events out of the number of delivered messages. |
Click count out of delivery count, by percentage. |
Clicked rate unique |
number |
The number of unique clicks out the delivered events, as a percentage. |
Unique click count out of delivery count, by percentage. |
Delivered |
count |
The number of times a WhatsApp message was not rejected by a server. |
Count of events with event_type: 'delivered'. |
Delivery rate |
number |
The number of delivered by the number of sent messages. |
Delivery count out of the sent count, by percentage. |
Failed delivery |
count |
The number of sent messages that were undelivered. |
Count of events with delivery_status: 'FAILED' |
Failed delivery rate |
number |
The number of failed delivery count by the number of sent events, as a percentage. |
Failed delivery count out of sent count, by percentage. |
Interacted |
count |
The number of interacted messages. |
Count of events with event_type: 'interacted'. |
Read |
count |
The number of times a WhatsApp message is read by a recipient in a marketing campaign. |
Count of events with event_type: 'read'. |
Sent |
count |
The number of times a WhatsApp message is sent to a recipient in a marketing campaign. |
Count of events with event_type: 'sent'. |
Opt-ins |
count |
The number of opt-in events out of the number of delivered messages. |
Count of events with event_type: 'interacted' and consent_action: 'OPTED-IN-OK'. |
Opt-outs |
count |
The number of times a recipient declines to receive messages from a sender. |
Count of events with event_type: 'interacted' and consent_action: 'OPTED-OUT-OK'. |