On autocapture, it’s possible to name the events using the page name + event type like home page xpto + page view?
Hi Luísa S., 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
Short answer: not directly. Mixpanel Autocapture creates predefined events with fixed names (e.g., “[Auto] Page View”, “[Auto] Element Click”) and sends them with standard properties like URL components, element details, etc. You can’t rename those events at capture time to a custom pattern like “home page xpto + page view.” [Autocapture docs].Workarounds: - Use properties to encode page context (e.g., pathname, URL, custom attributes via capture_extra_attrs), then build Custom Events in Mixpanel that group/filter Autocapture events by those properties and label them for reporting. [JS SDK autocapture options; Autocapture blog intro]. - If you need fully custom event names, implement precision tracking for those events (e.g., track “page_viewed” with a “page_name” property) or use the SDK’s page view tracking with your own event name. Best practice is one “page_viewed” event with a page property, not separate events per page. [Events best practices; Track Page Views].
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.
