Search Track Events
Search for track events in Mixpanel.
Options
Field | Definition | Type | Required |
---|---|---|---|
Project Name | Name of the user's Mixpanel project |
Dropdown |
TRUE |
Result Set | Choose whether the search returns First Matching Event or All Matching Events |
Dropdown |
TRUE |
Due to limitations to the Mixpanel API, a 60-second delay is recommended between creating a track event in Mixpanel and searching for a new track event using the Search Track Events action card. See Mixpanel FAQs.
Due to limitations to the Mixpanel API, you can use the Search Track Events action card to make a maximum of 60 requests per hour.
Input
Field | Definition | Type | Required |
---|---|---|---|
Start Date | Start date when an event occurred; input field is available only when the Property match type option is selected from the Search Type dropdown option. |
Date & Time |
FALSE |
End Date | End date when an event ended; input field is available only when the Property match type option is selected from the Search Type dropdown option. |
Date & Time |
FALSE |
Event Name | Name for the event. For example, "Signed up", or "Uploaded Photo"; input field is available only when the Property match type option is selected from the Search Type dropdown option. |
Text |
FALSE |
Output
Field | Definition | Type |
---|---|---|
Profile ID | User profile's unique identifier; equivalent to the Mixpanel distinct_id field. |
Text |
Name | Name of the track event |
Text |
Time | Time when an event occurred. If present, the value should be a Unix timestamp (seconds since midnight, January 1st, 1970 - UTC). |
Date & Time |
Sampling Factor | Rate at which this event was sampled (if you are using Mixpanel's sampling feature).
In projects that use event sampling, each event has a sampling_factor property: a probability, between 0.0 and 1.0, for the event to be stored in Mixpanel. 0.05 means the event is being sampled at 5%. This is important for getting accurate counts of sampled events. If you are not using sampling, this will always be 1.0. |
Number |
Dataset | Additional data for a project from an external source. |
Date & Time |
Properties | Properties associated with a track event, such as $mp_api_endpoint for the user's project |
Object |