Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course
@DrSarge37 Жыл бұрын
A couple of things to keep in mind, even though you can have 50 websites for $9/month, the 10,000 “pageviews” is across all 50 websites. Furthermore, any custom event tracking counts towards that pageview count. That means if you have only 5,000 actual page views but have 5,000 custom events in a span of a week, you have now gone over your limit. You also don’t have to add the provider in the head of your layout. It can still wrap your application like normal. This is helpful if you embed lets say a Sanity studio into your Next.js application, you don’t want your editors messing with your analytics data.
@colbyfayock Жыл бұрын
good points, thanks for sharing!
@DrSarge37 Жыл бұрын
@@colbyfayock no problem! I learned the hard way of adding it to the head and noticed I had an 18 minute visit duration and then noticed it was primarily all the sanity studio 😂
@JacksonHan-u3k3 ай бұрын
It seems that it's only 9 sites at the moment.
@colbyfayock Жыл бұрын
Get fresh tutorials and other free content straight to your inbox! colbyfayock.com/news
@GatoNordico Жыл бұрын
Great video! It seems like plausible is going to be my analytics option 🙌🏻
@colbyfayock Жыл бұрын
Thanks glad it was helpful!
@GatoNordico Жыл бұрын
@@colbyfayock absolutely! Then I saw a few other of your vids and now I’m a subscriber. Looking forward for more!
@qwertzez2 ай бұрын
Hey, I hope I still get some answer here :D. I'm self hosting plausible and NextJS and when I click on a link to go for example to /privacy-policy, it doesn't fire an event and it doesn't track it. When I refresh the website after that, I get the event. It also works, when I write /privacy-policy into the URL. It just doesn't work when I click on the link button on the page. Does anyone know how I can fix that?
@pranavsonawane76479 ай бұрын
A very helpful video Colby! Thank you so much!
@colbyfayock9 ай бұрын
no problem! 🙌
@sshadow2 Жыл бұрын
Excellent tutorial. Exactly what I needed!
@colbyfayock Жыл бұрын
thanks glad it helped!
@QtheCoder Жыл бұрын
Nice, this is a good walkthrough. Was looking for one now I have a good reference
@colbyfayock Жыл бұрын
glad it helped!
@julianbustos3079 Жыл бұрын
Thanks Colby got this setup in 10 mins
@colbyfayock Жыл бұрын
awesome to hear that!!
@saltcod6311 ай бұрын
Great video - amazing radio voice! :^)
@colbyfayock11 ай бұрын
thank you 😁
@Kim-by5uy4 ай бұрын
Great vid. Thanks
@colbyfayock4 ай бұрын
🙌
@ts89608 ай бұрын
can I fetch the amount of views on a page, so for example I want my blog articles to show how many visitors
@colbyfayock8 ай бұрын
looks like they do have an API! plausible.io/docs/stats-api#get-apiv1statsaggregate