Database field reference |
Reporting field name |
Type |
Definition |
Calculations |
count |
Count |
Count |
The total number of WhatsApp events by event_id. |
Count of event_id records. |
click_count |
Clicked (gross) |
count |
The total number of times a recipient clicked on a link within a WhatsApp message. |
Count of events with event_type: 'linkClicked'. |
click_count_unique |
Clicked (unique) |
count_distinct |
The total number of unique clicks |
Count of unique contact_ids by message_id with one click count. |
click_rate |
Clicked rate (gross) |
number |
The total number of click events out of the number of delivered messages. |
Click count out of delivery count, by percentage. |
click_rate_unique |
Clicked rate (unique) |
number |
The total number of unique clicks out a number of delivered events, as a percentage. |
Unique click count out of delivery count, by percentage. |
delivery_count |
Delivered |
count |
The total number of times a WhatsApp message was not rejected by a server. |
Count of events with event_type: 'delivered'. |
delivery_rate |
Delivery rate |
number |
The total number of delivered by the number of sent messages. |
Delivery count out of the sent count, by percentage. |
undelivery_count |
Failed delivery |
count |
The total number of sent messages that were undelivered. |
Count of events with delivery_status: 'FAILED' |
undelivery_rate |
Failed delivery rate |
number |
The total 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 |
Interacted |
count |
The total number of interacted messages. |
Count of events with event_type: 'interacted'. |
read_count |
Read |
count |
The total number of times a WhatsApp message is read by a recipient in a marketing campaign. |
Count of events with event_type: 'read'. |
send_count |
Sent |
count |
The total number of times a WhatsApp message is sent to a recipient in a marketing campaign. |
Count of events with event_type: 'sent'. |
opt_in_counts |
Opt-ins |
count |
The total 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_out_counts |
Opt-outs |
count |
The total 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'. |
Comments
0 comments
Please sign in to leave a comment.