Would creating a custom event for tracking how often a user visits our app home screen be the most cost-efficient way to track visit on the screen?
Hi Nicola B., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
Creating a custom event in Mixpanel is not the most cost-efficient way to track how often a user visits your app home screen if your goal is simply to count those visits. Custom events in Mixpanel are "virtual" events created by combining or filtering existing tracked events—they do not reduce the number of raw events ingested or billed by Mixpanel. Instead, they provide a way to analyze or group existing events for reporting purposes, such as merging multiple events or applying property-based filters for analysis convenience Custom Events: Combine multiple events for analyses.For cost efficiency, you should track a single, well-defined event (e.g., home_screen_viewed) each time the home screen is visited, and use event properties for additional context if needed. This approach aligns with Mixpanel's best practices for event design and will ensure you are only billed for the actual events you send, not for any custom events you create for analysis Events: Capture behaviors and actions.In summary: - Track a single event (e.g., home_screen_viewed) for each home screen visit. - Use custom events only for analysis, not for reducing event volume or cost. - You are billed based on the number of events ingested, not on custom events created for reporting.If you need to analyze home screen visits in different ways, you can always create custom events later for reporting, but this does not impact your event volume or cost.
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.