DavidWells / analytics

Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
https://getanalytics.io
MIT License
2.43k stars 247 forks source link

google analytics script is added in body #401

Closed souravpakhira2 closed 1 year ago

souravpakhira2 commented 1 year ago

Hi, There's an issue with google analytics. When using google analytics its adding script in tag where as it should be in tag

DavidWells commented 1 year ago

The <script> tag is appended to the first found script tag.

Make sure you have another script tag in your head tag

souravpakhira2 commented 1 year ago

Oh okay got it. Thank you !