kapa.ai Create a report that allows you to check the number of users by date for the last time a user performed a specific event.
To create a report that shows the number of users by date for the last time a user performed a specific event in Mixpanel, you can use the advanced controls in the Insights report. Here’s how you can achieve this: 1. Open an Insights Report and select your specific event. 2. Set the Measurement to "Unique Users". 3. Apply a Breakdown (e.g., by a property if needed). 4. Use Advanced Controls for Uniques: In the advanced settings for unique users, you can choose to assign each user to the segment (e.g., date) of their last action within each time interval. This will count each user only on the date they last performed the event within the selected interval. > "You can enable this now via the advanced control for Uniques, by choosing which segment to associate a user to: either the first segment or the last segment in the chart date range... it assigns a segment based on the first/last segment for each time interval, NOT across all time intervals in the chart range." Insights: Users5. Set the Date Range and Interval: Choose your desired date range and set the interval to "Day" to see the count by date.This setup will give you, for each date, the number of users whose last occurrence of the event in that interval was on that date.Note: If you need to do this outside the UI (e.g., via JQL), you would use a script to group events by user and date, then select the last event per user, but the UI method above is the recommended and supported approach in Mixpanel.If you need further customization or a code example, please specify if you want a JQL script or an API-based solution.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
カスタムイベントプロパティを使い、ユーザーが最後にイベントXを行った日付をTimeプロパティを利用して作成する方法を教えて
Let me check the knowledge base for you again. One moment! 📚
Mixpanelで「ユーザーが最後にイベントXを行った日付」をカスタムイベントプロパティとして作成する方法について、知識ソース内に直接的な手順や具体的な式例は記載されていません。ただし、Mixpanelのカスタムプロパティ機能では、既存のプロパティを組み合わせて新しいプロパティを作成できることが説明されています。カスタムプロパティ作成時には、Excelのような数式言語を使い、プロパティの最大値や日付の抽出などの関数も利用可能です(例:日付プロパティ間の差分計算や、TODAY()関数の利用など)Custom Properties: Calculate new properties on the fly。しかし、「特定イベントの最後の発生日時」をユーザー単位で抽出する具体的な関数や手順については、知識ソースに明記されていません。 また、カスタムプロパティの作成画面で利用できる関数一覧はCtrl+Spaceで確認できる旨も記載されていますが、「最後のイベント日時」を取得する標準関数の有無は不明です。まとめ 申し訳ありませんが、Mixpanelのカスタムイベントプロパティで「ユーザーが最後にイベントXを行った日付」をTimeプロパティから直接作成する具体的な方法について、知識ソースには十分な情報がありませんでした。もしUI上での操作やJQLなど他の方法での実現方法が知りたい場合は、追加でご質問ください。Custom Properties: Calculate new properties on the fly
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.