Create Track Event

Create a new track event in Mixpanel.

Input

Field Definition Type Required

Event

Event Name

Name for the track event. For example, "Signed up", or "Uploaded Photo".

Text TRUE

Properties

Profile ID

User profile's unique identifier; equivalent to the Mixpanel distinct_id field.

Text FALSE

Time

Time an event occurred. If present, the value should be a unix timestamp (seconds since midnight, January 1st, 1970 - UTC).

Date & Time FALSE

IP Address

IP address where the event occurred

Text FALSE

Output

Field Definition Type

Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number