Is it possible to use Google Analytics in SSA?
It seems like all we need to do is to add the following but where should this go?
<mat-expansion-panel-header class="mat-expansion-panel-header mat-focus-indicator ng-tns-c47-24 ng-star-inserted mat-expansion-toggle-indicator-before mat-expanded" role="button" id="mat-expansion-panel-header-0" aria-controls="cdk-accordion-child-0" aria-expanded="true" aria-disabled="false" tabindex="0">
<mat-panel-title class="mat-expansion-panel-header-title">
Global Site Tag (gtag.js)
</mat-panel-title></mat-expansion-panel-header>
Copy and paste this code as the first item into the <head> of every webpage you want to measure.
<ga-tagging-web-snippet>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VFH125CMY8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxxx');
</script>
</ga-tagging-web-snippet>
Which file should we change to put this into
http://mydomain.com/connect/analyst/mobile/#?------------------------------
George Corea
Mangoesmapping
Atherton QLD
------------------------------