You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
It is possible, but since in order to track FID you need to add some JavaScript to the <head> of your pages, you wouldn't be able to track FID with just an autotrack plugin.
<script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+newDate;ga('create','UA-XXXXX-Y','auto');// Replace the following lines with the plugins you want to use.ga('require','performanceTracker');// ...ga('send','pageview');</script><scriptasyncsrc="https://www.google-analytics.com/analytics.js"></script><scriptasyncsrc="path/to/autotrack.js"></script></head>
Do you think that's something most autotrack users would be able/willing to do?
Is it possible for AutoTrack to create a Performance Monitoring plugin using something like the new First Input Delay API?
The text was updated successfully, but these errors were encountered: