View a summary of the month-by-month growth activity for a specific list.
package |
Default |
---|
__construct(array $data = NULL)
array
all() : \MailChimp\Response\GrowthHistoryListResponse
Get a month-by-month summary of a specific list’s growth activity.
\MailChimp\Response\GrowthHistoryListResponse
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)
read() : \MailChimp\Models\Lists\GrowthHistory
Get a summary of a specific list’s growth activity for a specific month and year.
\MailChimp\Models\Lists\GrowthHistory
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 :
list_id : string
The list id for the growth activity report.
string
month : string
The month that the growth history is describing.
string
existing : integer
Existing members on the list for a specific month.
integer
imports : integer
Imported members on the list for a specific month.
integer
optins : integer
Newly opted-in members on the list for a specific month.
integer
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>