nytimes / react-tracking

🎯 Declarative tracking for React apps.
https://open.nytimes.com/introducing-react-tracking-declarative-tracking-for-react-apps-2c76706bb79a
Other
1.88k stars 123 forks source link

Track PageView #175

Closed AdsonCicilioti closed 3 years ago

AdsonCicilioti commented 3 years ago

Is possible track Pageviews?

I'm trying onLoad event but on production (vercel) the page static obfuscate new pagelods counts.

tizmagik commented 3 years ago

It should be possible assuming you have React runtime on the frontend and you're not just rendering to static markup. If you have an example repro I'd be happy to take a look.

tizmagik commented 3 years ago

Closing for now. Feel free to reopen if you have a repro with some more context. Thanks!