Vercel Web Analytics API docs - where is it?
Unanswered
African Slender-snouted Crocodil… posted this in #help-forum
African Slender-snouted CrocodileOP
I'm about to add Vercel Web Analytics to my app:
https://vercel.com/docs/analytics
I've read all the docs under that page.
I need to query the analytics from my app so that I can get and display unique visitors metric. How? Where can I find the docs? I've looked both on vercel.com and nextjs.org but can't find it. Please provide a link someone!?
I think it's the API for this package -> Where is the API for @vercel/analytics? https://vercel.com/docs/analytics/package
https://vercel.com/docs/analytics
I've read all the docs under that page.
I need to query the analytics from my app so that I can get and display unique visitors metric. How? Where can I find the docs? I've looked both on vercel.com and nextjs.org but can't find it. Please provide a link someone!?
I think it's the API for this package -> Where is the API for @vercel/analytics? https://vercel.com/docs/analytics/package
3 Replies
@African Slender-snouted Crocodile I'm about to add Vercel Web Analytics to my app:
https://vercel.com/docs/analytics
I've read all the docs under that page.
I need to query the analytics from my app so that I can get and display unique visitors metric. How? Where can I find the docs? I've looked both on vercel.com and nextjs.org but can't find it. Please provide a link someone!?
I think it's the API for this package -> Where is the API for @vercel/analytics? https://vercel.com/docs/analytics/package
you can find one api for that here: https://vercel.com/docs/speed-insights/api
However this one is depricated.
Instead you might want to use this
https://vercel.com/docs/speed-insights/package
And this endpoint might be the one you looking for to capture and send web performance metrics
https://vercel.com/docs/speed-insights/package#endpoint
However this one is depricated.
Instead you might want to use this
https://vercel.com/docs/speed-insights/package
And this endpoint might be the one you looking for to capture and send web performance metrics
https://vercel.com/docs/speed-insights/package#endpoint
African Slender-snouted CrocodileOP
Thanks but I can't see any APIs on any of those pages for getting unique visitors. Also, Web Analytics and Speed Insights are two completely different things.