[object Object]

← back to Designersalesreps

GA4+Meta pixel: inject gtag + fbq into homepage

c2aa4788cc7c8e013b8d8378e8fa52cbe369aa45 · 2026-08-18 06:06:27 -0700 · Steve Abrams

Files touched

Diff

commit c2aa4788cc7c8e013b8d8378e8fa52cbe369aa45
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Aug 18 06:06:27 2026 -0700

    GA4+Meta pixel: inject gtag + fbq into homepage
---
 public/index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/public/index.html b/public/index.html
index 868eb2a..ebe5721 100644
--- a/public/index.html
+++ b/public/index.html
@@ -119,6 +119,11 @@ body.dsr-hf-claim [data-f="claim"]{display:none!important}
 .drill:hover{color:var(--accent);border-bottom-color:var(--accent)}
 .tag.drill:hover{color:var(--accent)}
 </style>
+<!-- GA4 -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-J4BCJ7GZYR"></script>
+<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag('js',new Date());gtag('config','G-J4BCJ7GZYR');</script>
+<!-- Meta Pixel -->
+<script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init','1431180262113856');fbq('track','PageView');</script>
 </head>
 <body>
 <header class="header">

← 7accefe viewer standard: add Grid/List toggle + per-field on/off men  ·  back to Designersalesreps  ·  deploy: guard live runtime data from rsync --delete 142f4e6 →