dvrpc / license-plate-survey

Repository for DVRPC's License Plate Survey Station Shed Web Viewer
0 stars 0 forks source link

Google Analytics #11

Closed rbeatty1 closed 5 years ago

rbeatty1 commented 6 years ago

Gotta make sure we keep track of whose using these things

rbeatty1 commented 5 years ago

@mmolta wanna help me out with this one? I don't have any of our account jawns nor have I ever worked with GA. Just need to be pointed in the right direction

mmolta commented 5 years ago

ya sorry I should've included the script in the review notes. Here's the general jawn:

<script>var _gaq = [['_setAccount', 'UA-9825778-1'], ['_trackPageview']];</script> <script async src="//www.google-analytics.com/ga.js"></script>

I believe the bracket that says ['_trackPageview'] can be edited to include other metrics you want but don't quote me on that.

Also it unfortunately has to go in your <head> after everything else and will bring down your Lighthouse performance score but that's cause elgoog skcus

rbeatty1 commented 5 years ago

Closed with 9608d84