Manage segments and tags for a specific Mailchimp list. A segment is a section of your list that includes only those subscribers who share specific common field information. Tags are labels you create to help organize your contacts.
package |
Default |
---|
__construct(array $data = NULL)
array
all() : \MailChimp\Response\SegmentListResponse
Get information about all available segments for a specific list.
\MailChimp\Response\SegmentListResponse
api()
batch() : mixed
Batch add/remove list members to static segment
mixed
clear()
config()
create() : \MailChimp\Models\Lists\Segment
Create a new segment in a specific list.
\MailChimp\Models\Lists\Segment
delete() : mixed
Delete a specific segment in a list.
mixed
edit() : \MailChimp\Models\Lists\Segment
Update a specific segment in a list.
\MailChimp\Models\Lists\Segment
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\Segment
Get information about a specific segment
\MailChimp\Models\Lists\Segment
reference( &$field, $name)
setApi(\MailChimp\Interfaces\MailChimpInterface &$api)
setConfig(\MailChimp\Interfaces\ConfigInterface &$config)
subscriber_hash()
params : array
var |
---|
array
path : string
var |
---|
string
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 :
id : integer
The unique id for the segment.
integer
name : string
The name of the segment.
string
member_count : integer
The number of active subscribers currently included in the segment.
integer
type : string
The type of segment. Static segments are now known as tags. Learn more about tags.
string
created_at : string
The date and time the segment was created in ISO 8601 format.
string
updated_at : string
The date and time the segment was last updated in ISO 8601 format.
string
list_id : string
The list id.
string
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>