silverorange / site

Website framework.
GNU Lesser General Public License v2.1
3 stars 18 forks source link

Google Analytics 4 make instance aware (aoa) #331

Closed wittman closed 5 months ago

wittman commented 5 months ago

Description

Google Analytics 4 (GA4) - Use separate gtag code specific to instance, ccme (default) or aoa

Testing

Paired with ( https://github.com/silverorange/course-host/pull/2338 )

pnpm start start --symlinks=site

AOA https://berna.silverorange.com/course-host-aoa/work-USERNAME/www/ Check for HTML script tag: <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXX"></script> (id= then the value of config ini google4_account_aoa)

CCME https://berna.silverorange.com/course-host-ccme/work-USERNAME/www/ Check for HTML script tag: <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-DYP9FK1Y87"></script>