← back to Flockedwallpaper
GA4: propagate site gtag to untagged pages (fleet coverage)
ee2e0451fe5283c487006ca0756ae83b72415c3a · 2026-08-03 13:37:06 -0700 · Steve
Files touched
M about-flock-wallpaper.htmlM about-us.htmlM agenda.htmlM custom-flock.html
Diff
commit ee2e0451fe5283c487006ca0756ae83b72415c3a
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Aug 3 13:37:06 2026 -0700
GA4: propagate site gtag to untagged pages (fleet coverage)
---
about-flock-wallpaper.html | 3 +++
about-us.html | 3 +++
agenda.html | 3 +++
custom-flock.html | 3 +++
4 files changed, 12 insertions(+)
diff --git a/about-flock-wallpaper.html b/about-flock-wallpaper.html
index b0f3f27..abc540f 100644
--- a/about-flock-wallpaper.html
+++ b/about-flock-wallpaper.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<!-- Google tag (gtag.js) — GA4 G-985665 -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-985665"></script>
+<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-985665');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Flock Velvet Wallpaper | FlockedWallpaper.com</title>
diff --git a/about-us.html b/about-us.html
index 5d10d44..04ca392 100644
--- a/about-us.html
+++ b/about-us.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<!-- Google tag (gtag.js) — GA4 G-985665 -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-985665"></script>
+<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-985665');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Designer Wallcoverings | FlockedWallpaper.com</title>
diff --git a/agenda.html b/agenda.html
index 8567e37..5fc59fc 100644
--- a/agenda.html
+++ b/agenda.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<!-- Google tag (gtag.js) — GA4 G-985665 -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-985665"></script>
+<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-985665');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Agenda - March 6, 2026</title>
diff --git a/custom-flock.html b/custom-flock.html
index 4d73fb2..797d7f0 100644
--- a/custom-flock.html
+++ b/custom-flock.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
+<!-- Google tag (gtag.js) — GA4 G-985665 -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-985665"></script>
+<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-985665');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Flock Wallpaper Services | FlockedWallpaper.com</title>
← 23813f6 corner-nav: block javascript:/data: URIs in search preview (
·
back to Flockedwallpaper
·
Revert "GA4: propagate site gtag to untagged pages (fleet co 7dc735a →