Differentiate machine and humans opens on subscriber stats API
[MAILPOET-3741]
This commit is contained in:
committed by
Veljko V
parent
bbf19d07c8
commit
14ff48c7fa
@ -44,6 +44,7 @@ class SubscriberStats extends APIEndpoint {
|
||||
'email' => $subscriber->getEmail(),
|
||||
'total_sent' => $statistics->getTotalSentCount(),
|
||||
'open' => $statistics->getOpenCount(),
|
||||
'machine_open' => $statistics->getMachineOpenCount(),
|
||||
'click' => $statistics->getClickCount(),
|
||||
'engagement_score' => $subscriber->getEngagementScore(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user