Email Tracking
Retrieve email tracking information.
Accept header for requests to Email Tracking
application/vnd.procurios.emailtracking+json; version=1
Tracked Emails GET
Scope:
email/trackingGet the list of tracked emails. Will return a max of 100 items per request. The attributes vary depending on the type of email.
Parameters
Parameter | Type | Description |
---|---|---|
after | integer | Use to retrieve the next page of tracked emails. Pass the trackingId of the last email in the list. |
Email Links GET
Scope:
email/trackingGet the list of tracked links in a specific email. Links have either a number or a uuid. Numbers correspond to the order of anchor links in the email html. Uuids correspond to the data-linkid attributes of the anchor elements in the email html.
Email Recipients GET
Scope:
email/trackingGet the list of recipients of a specific email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of recipients. Pass the |
Email Opens GET
Scope:
email/trackingGet the list of opens of a specific email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of events. Pass the |
Email Clicks GET
Scope:
email/trackingGet the list of clicks of a specific email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of events. Pass the |
Global Recipients GET
Scope:
email/trackingGet the list of recipients of any email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of recipients. Pass the |
Global Opens GET
Scope:
email/trackingGet the list of opens of any email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of events. Pass the |
Global Clicks GET
Scope:
email/trackingGet the list of clicks of a any email. Will return a max of 1000 items per request.
Parameters
Parameter | Type | Description |
---|---|---|
after | string | Use to retrieve the next page of events. Pass the |