how to check the entry page of the website?
Hi Sonia, 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
To check the entry page (landing page) of your website in Mixpanel, you can use the Sessions feature. Mixpanel's Sessions functionality allows you to analyze which pages users first land on when visiting your site.Here's how you can do it: 1. Make sure you're tracking page views on your website. You can do this automatically with the JavaScript SDK by setting track_pageview: true
in your mixpanel.init()
call, as mentioned in the track events FAQ.2. Use the Sessions report in Mixpanel. The Session Start event automatically inherits certain properties from the first event in a session, including the Current URL property.3. Break down your Session Start events by the Current URL property to see which pages are the most common landing pages for sessions.As described in the Sessions documentation: > Breaking down by the Current URL property tells you which pages are the most common landing pages for a session.For example, Mixpanel's own analysis showed that "the most common landing page is the 'What is Mixpanel?' page of our docs, followed by the page on 'Identifying Users'." Sessions: Compute sessions based on existing event dataThis analysis can provide valuable insights to help you decide which parts of your website to invest more in, based on where users are most commonly entering your site.
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.