m-lab / mlab-speedtest

Repository of the Interface and Project for speed.measurementlab.net
https://speed.measurementlab.net
Apache License 2.0
36 stars 14 forks source link

Uses Google Analytics 4 tracking tag + removes Travis-CI config #69

Closed nkinkade closed 1 month ago

nkinkade commented 1 month ago

"Universal Analytics" (UA) is now retired, replaced by Google Analytics 4 (GA4). Prior to the retirement of UA, I linked our UA tracking code to a GA4 property, which allowed Analytics to continue to collect data using the old tracking code. However, this arrangement requires a couple extra calls to Analytics and reduces the feature set available to the property. This PR replaces the old UA tracking tag with the new GA4 tracking tag.

This PR also removes the Travis-CI config file, since all deployments are now handled through Github Actions on this repo.