Categories: AMPTips Trik

setting Google analytics v4 terbaru di amp dan di non amp

Bismillaahirrohmaanirrohiim…

Berikut ini kode Google analytics / GA versi 4 untuk Website non AMP:

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxx"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-xxxxx');
</script>

Berikut ini kode Google Analytics V4 untuk website AMP:

<amp-analytics  type="googleanalytics"  config="https://amp.analytics-debugger.com/ga4.json"  data-credentials="include">
    <script  type="application/json">
    {
      "vars": {
        "GA4_MEASUREMENT_ID": "G-xxxxxx",
        "GA4_ENDPOINT_HOSTNAME": "www.google-analytics.com",
        "GOOGLE_CONSENT_ENABLED": false,
        "WEBVITALS_TRACKING": false,
        "PERFORMANCE_TIMING_TRACKING": false,
        "DEFAULT_PAGEVIEW_ENABLED": true,
        "SEND_DOUBLECLICK_BEACON": false,
        "DISABLE_REGIONAL_DATA_COLLECTION": false,
        "ENHANCED_MEASUREMENT_SCROLL": false
      }
    }
    </script>
</amp-analytics>

Terimakasih…

Bagikan
rasupe

Recent Posts

masalah cors pada nginx method options

Bismillaahirrohmaanirrohiim... berikut ini tambahan kode pada vhost nginx untuk memperbolehkan cors method options {{settings}} location…

4 hours ago

cara reset google authenticator pada cyberpanel

Bismillaahirrohmaanirrohiim... Jika kita membuka login halaman cyberpanel dan tahu tahu muncul inputan kode authenticator, berikut…

1 day ago

menjalankan composer php di windows xampp

Bismmillaahirrohmaanirrohiim... Berikut cara menjalankan composer php di xampp windows, cara ini adalah manual, jadi tidak…

1 week ago

Aplikasi Bimbel – Les – Private – Training Multifungsi

🚀 Kelola Bimbel / Les / Private Jadi Lebih Mudah & Profesional! Apakah Anda masih…

2 months ago

Script PosKasir, miliki sendiri untuk bisnis Anda

🚀 Punya Usaha Tapi Masih Pakai Kasir Manual? Ini Solusi yang Lebih Cerdas! Mengelola bisnis…

2 months ago

Aplikasi Manajemen RT Berbasis PHP & MySQL

Solusi Digital untuk Administrasi RT yang Transparan dan Efisien Di era digital seperti sekarang, pengelolaan…

5 months ago