diff --git a/pages/docs/features/custom-events.md b/pages/docs/features/custom-events.md index f062ab8191..897352e9bd 100644 --- a/pages/docs/features/custom-events.md +++ b/pages/docs/features/custom-events.md @@ -30,6 +30,8 @@ In Lexicon, click on the **Custom Events** tab. ![image](https://github.com/mixpanel/docs/assets/2077899/fb4e1680-3b20-4f24-90de-0101cb097c54) +Note: It may take several hours for recently created custom events to appear in Lexicon. + Here you can see a list of all the custom events in the project. Click on the **name** of the event to edit its details. To delete a custom event, check the **box** beside the title of all the custom events you want to delete, then click the **delete** button at the top of the list. diff --git a/pages/docs/reports.mdx b/pages/docs/reports.mdx index 5e8726bdf4..e32912938a 100644 --- a/pages/docs/reports.mdx +++ b/pages/docs/reports.mdx @@ -46,11 +46,11 @@ An inline filter applies to one particular event in the report. Add a filter to your query by clicking on the **…** icon beside an event, profile, cohort, or step. -![image](https://github.com/mixpanel/docs/assets/2077899/3e36bd7e-f5b8-462a-890c-bf396ff98f69) +![image](/inline-filter-1.png) Then, select a property from the drop down list that appears and specify which values to filter. -![image](https://github.com/mixpanel/docs/assets/2077899/c7cce429-3c9c-4759-8ea1-b09345fa0b4e) +![image](/inline-filter-2.png) In Funnels, filtering a step by a particular property will limit the data you see in the funnel to events with that property value. @@ -58,7 +58,7 @@ You can choose multiple property filters for each item in your query. You can select whether you would like the query to match any of these filters, or all of the filters by clicking on **and/or** beside the filters. -![image](https://github.com/mixpanel/docs/assets/2077899/9e3bcd31-2b12-48d1-b04f-cdda85dd2584) +![image](/inline-filter-3.png) ### First Time Ever Filter Sometimes, you might want to filter an event to only the first time that it's performed by a user. This helps answer the following questions: diff --git a/public/inline-filter-1.png b/public/inline-filter-1.png new file mode 100644 index 0000000000..98932ea75f Binary files /dev/null and b/public/inline-filter-1.png differ diff --git a/public/inline-filter-2.png b/public/inline-filter-2.png new file mode 100644 index 0000000000..4bb7d1886c Binary files /dev/null and b/public/inline-filter-2.png differ diff --git a/public/inline-filter-3.png b/public/inline-filter-3.png new file mode 100644 index 0000000000..f9dfed9569 Binary files /dev/null and b/public/inline-filter-3.png differ