| string | id | The unique id for this email address on an account
|
| string | email | The email address associated with this record
|
| string | email_type | The type of emails this customer asked to get: html, text, or mobile
|
| array | merges | An associative array of all the merge tags and the data for those tags for this email address. Note: Interest Groups are returned as comma delimited strings - if a group name contains a comma, it will be escaped with a backslash. ie, "," => "\,". Groupings will be returned with their "id" and "name" as well as a "groups" field formatted just like Interest Groups
|
| string | status | The subscription status for this email address, either pending, subscribed, unsubscribed, or cleaned
|
| string | ip_opt | IP Address this address opted in from.
|
| string | ip_signup | IP Address this address signed up from.
|
| int | member_rating | the rating of the subscriber. This will be 1 - 5 as described here
|
| string | campaign_id | If the user is unsubscribed and they unsubscribed from a specific campaign, that campaign_id will be listed, otherwise this is not returned.
|
| array | lists | An associative array of the other lists this member belongs to - the key is the list id and the value is their status in that list.
|
| date timestamp The time this email address was added to the list
|
| date info_changed The last time this record was changed. If the record is old enough, this may be blank.
|
| int | web_id | The Member id used in our web app, allows you to create a link directly to it
|
| array | geo | the geographic information if we have it. including:
| string | latitude | the latitude
| | string | longitude | the longitude
| | string | gmtoff | GMT offset
| | string | dstoff | GMT offset during daylight savings (if DST not observered, will be same as gmtoff
| | string | timezone | the timezone we've place them in
| | string | cc | 2 digit ISO-3166 country code
| | string | region | generally state, province, or similar
| |
| array | clients | the client we've tracked the address as using with two keys:
| string | name | the common name of the client
| | string | icon_url | a url representing a path to an icon representing this client
| |
| array | static_segments | static segments the member is a part of including:
| int | id | the segment id
| | string | name | the name given to the segment
| | string | added | the date the member was added
| |