Get recent daily, aggregated activity stats for your list. For example, view unsubscribes, signups, total emails sent, opens, clicks, and more, for up to 180 days.
package |
Default |
---|
__construct(array $data = NULL)
array
api()
clear()
config()
getAction( $name)
getActionField(string $action, string $name) : \MailChimp\Core\ActionField
getActionFields(string $action) : array<mixed,\MailChimp\Core\ActionField>
getField(string $name) : \MailChimp\Core\Field
string
\MailChimp\Core\Field
getFields() : array
array
getPath(\MailChimp\Core\string $child = NULL, array $params = NULL) : string
\MailChimp\Core\string
array
string
hasField(string $name) : boolean
string
Field name
boolean
initialize()
jsonSerialize()
merge( $data)
own( $class, $args)
parseActionPath( &$params)
reference( &$field, $name)
setApi(\MailChimp\Interfaces\MailChimpInterface &$api)
setConfig(\MailChimp\Interfaces\ConfigInterface &$config)
path : string
var |
---|
string
params : array
var |
---|
array
action : array
var |
---|
array
_action : array
var |
---|
array
data : object
var |
---|
object
_fields : array
var |
---|
array
fields : array
var |
---|
array
_reference : array
var |
---|
array
_api :
_config :
day : string
The date for the activity summary.
string
emails_sent : integer
The total number of emails sent on the date for the activity summary.
integer
unique_opens : integer
The number of unique opens.
integer
recipient_clicks : integer
The number of clicks.
integer
hard_bounce : integer
The number of hard bounces.
integer
soft_bounce : integer
The number of soft bounces
integer
subs : integer
The number of subscribes.
integer
unsubs : integer
The number of unsubscribes.
integer
other_adds : integer
The number of subscribers who may have been added outside of the double opt-in process, such as imports or API activity.
integer
other_removes : integer
The number of subscribers who may have been removed outside of unsubscribing or reporting an email as spam (for example, deleted subscribers).
integer
list_id : string
The unique id for the list.
string
total_items : integer
The total number of items matching the query regardless of pagination.
integer
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>