latestSwagger 2.02026-08-10148196271.0 KB

afaab604b58c

events

Track a mobile push open

Learn about <a href="https://support.iterable.com/hc/articles/29156459027348">identifying users by <code>userId</code> and <code>email</code></a>.

post/api/events/trackPushOpen

Request body

campaignIdinteger required

Campaign tied to open

createdAtinteger

Timestamp of the open event. If unspecified, set to the time event was received Expects a unix timestamp.

dataFieldsobject

Additional data associated with event

emailstring

An email address that identifies a user profile in Iterable. Provide an <code>email</code> or a <code>userId</code> (but not both), depending on <a href="https://support.iterable.com/hc/articles/29156459027348">how your project identifies users</a>.

messageIdstring required

Iterable-generated Message ID

templateIdinteger

Used in AB testing attribution

userIdstring

A user ID that identifies a user profile in Iterable. Provide an <code>email</code> or a <code>userId</code> (but not both), depending on <a href="https://support.iterable.com/hc/articles/29156459027348">how your project identifies users</a>.

Response

successful operation