member through other endpoints will not trigger the webhook.
| Field | Data type | Description |
|---|---|---|
action | String | The action that triggered the webhook, e.g., member_data_updated. |
completed_at | Integer | The date and time at which the process that triggered the webhook was finished. Given in Unix time. |
completed_on | String | The date on which the process that triggered the webhook was finished. |
is_background | Boolean | This indicates whether the aggregation was performed manually in the foreground or automatically in the background. |
job_guid | String | The unique identifier for MX’s internal aggregation process. Defined by MX. This field is not relevant for partners using the Platform API and should be ignored. |
member_guid | String | The unique identifier for the member which has new or updated transaction data. Defined by MX. |
transactions_created_count | Integer | The number of newly created transactions. |
transactions_updated_count | Integer | The number of newly updated transactions. |
type | String | The type of webhook being delivered. Current possible values are AGGREGATION, BALANCE, HISTORY, and STATEMENT; however, additional values may be added at any time. |
user_guid | String | The unique identifier for the user with which the data is associated. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user associated with the aggregation. |
JSON
Analytics Events
| Field | Data Type | Definition |
|---|---|---|
action | String | A description of the type of action that was taken by the user. |
app_name | String | The name of the user’s application. |
app_version | String | The version of the user’s application. |
category | String | A description of the feature the user interacted with. |
client_id | String | The unique partner-defined identifier for the client. |
created_at | Integer | The date and time at which the event occurred. |
data_source | String | Where the event originated from: web for a web application or app for a mobile application. |
duration | Integer | Duration of the event in milliseconds. |
host | String | The host name of the server. |
interval | Integer | Length of time of a timed event in milliseconds. |
name | String | The name of the page in the case of a pageview, or in the case of an analytics_event, a description of the action taken. |
path | String | The relative URL path of the event. |
screen_resolution | String | The resolution of screen size in pixels, for example, 1200x1600. |
session_id | String | The unique identifier of the session. |
type | String | The type of analytics event. One of four values: “analyticsevent”, “pageview”, “screenview”, and “timedevent”. |
user_agent_string (deprecated) | String | Text identifying the user’s browser and operating system. Deprecated in favor of user_agent. |
user_agent | String | Text identifying the user’s browser and operating system. |
user_guid | String | The unique identifier for the member. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
user_ip_address | String | The IP address of the user. |
value | String | The value used by the user, if applicable. |
| client_guid | String | The unique identifier of the client. Defined by MX. |
JSON

