---
title: "Track a mobile push open"
method: POST
path: "/api/events/trackPushOpen"
tags: ["events"]
---

# Track a mobile push open

`POST /api/events/trackPushOpen`

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

## Request body

- TrackPushOpenRequest
  - `campaignId` integer, required — Campaign tied to open
  - `createdAt` integer — Timestamp of the open event. If unspecified, set to the time event was received Expects a unix timestamp.
  - `dataFields` object — Additional data associated with event
  - `email` string — 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>.
  - `messageId` string, required — Iterable-generated Message ID
  - `templateId` integer — Used in AB testing attribution
  - `userId` string — 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 `200`

successful operation

## Other responses

- `400` — Invalid parameters
- `401` — Invalid API key

---

[API](https://skmtc.net/iterable/apis/iterable-api.md) · [All operations](https://skmtc.net/iterable/apis/iterable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iterable/iterable-api/revisions/afaab604b58c/schema)
