| string | action | The action taken - either "open" or "click"
|
| string | timestamp | The datetime the action occurred
|
| string | url | IF the action is a click, the url that was clicked
|
| string | unique_id | The campaign_id of the List the Member appears on
|
| string | title | The campaign title
|
| string | list_name | The name of the List the Member appears on
|
| string | email | The email address of the member
|
| string | fname | IF a FNAME merge field exists on the list, that value for the member
|
| string | lname | IF a LNAME merge field exists on the list, that value for the member
|
| int | | member_rating the rating of the subscriber. This will be 1 - 5 as described here
|
| string | member_since | the datetime the member was added and/or confirmed
|
| 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
| |