Einführung zu Google Analytics
Setup
Weitere Optionen:
- Kontoname (erforderlich): mensch-hapke
- Google-Produkte und -Dienste (Empfohlen): AUS
- Benchmarking (Empfohlen ): AUS
- Technischer Support (Empfohlen): AUS
- Account Specialists (Empfohlen): AUS
- .
- Property:
- Name: my-XXX-property
- .
- Stream erstellen
- mein-projekt.de (für https://www.mein-projekt.de )
- Mess-ID:
- Stream-ID:
WordPress Plugin: Install WP Plugin: „WP Global Site Tag“ By Von Digital Apps
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxx', { 'anonymize_ip': true });
</script>