Tracking email opens and clicks
v0.4.0 -
Today's release introduces two new endpoints for better visibility of your subscriber interactions - emailOpen and emailLinkClick. We've also added an attribute for the 409 Conflict error condition.
EmailOpen
The Sign-Up.to platform records when an email was opened by a subscriber. This new endpoint allows you get insight into this data by subscriber or task.
EmailLinkClick
Need to know when a subscriber clicked a link in an email you sent? This new endpoint will tell you exactly that.
409 Conflict
We've added resource_id
for the 409 Conflict error condition. If you issue a POST and a resource already exists, use this value to avoid issuing an additional GET request.