Skip to content

Commit

Permalink
Update analytics event list (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOcansey authored Nov 25, 2024
1 parent dc59ed1 commit 2644aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Constants
public const DEFAULT_LIMIT = 25;
public const MIN_LIMIT = 10;
public const MAX_LIMIT = 100;
public const POSSIBLE_EVENT_TYPES = ['queued', 'sent', 'delivered', 'soft_bounced', 'hard_bounced', 'junk', 'opened', 'clicked', 'unsubscribed', 'spam_complaints'];
public const POSSIBLE_EVENT_TYPES = ['queued', 'sent', 'delivered', 'soft_bounced', 'hard_bounced', 'junk', 'opened', 'clicked', 'unsubscribed', 'spam_complaints', 'opened_unique', 'clicked_unique'];
public const POSSIBLE_SMS_STATUSES = ['queued', 'sent', 'delivered', 'failed'];
public const POSSIBLE_SMS_RECIPIENT_STATUSES = ['active', 'opt_out'];
public const POSSIBLE_GROUP_BY_OPTIONS = ['days', 'weeks', 'months', 'years'];
Expand Down

0 comments on commit 2644aad

Please sign in to comment.