How to download visitor and page view data as a CSV with vercel analytics

I’ve set up my project to use vercel’s built-in analytics and its working fine, but I’d like to export the visitors and page view data as a csv. Consulting docs, there is only information about how to export data from the panels as a csv, which is not sufficient for my purposes.

Hi, @themightypotato! Nice username. Welcome to the Vercel Community :smile:

Yes, you can export Vercel Analytics data.

  1. Navigate to the Analytics Tab:

    • Go to your project’s dashboard on Vercel.
    • Select the “Analytics” tab.
  2. Export Data as CSV:

    • From the bottom of the panel you want to export data from, click the three-dot menu.
    • Select the “Export as CSV” button.

Does that help?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.