diff --git a/src/components/Analytics/GoogleAd.astro b/src/components/Analytics/GoogleAd.astro
new file mode 100644
index 000000000..91fb05b76
--- /dev/null
+++ b/src/components/Analytics/GoogleAd.astro
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 2c455748c..1e0e84814 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -15,6 +15,7 @@ import { PageVisit } from '../components/PageVisit/PageVisit';
import type { ResourceType } from '../lib/resource-progress';
import Clarity from '../components/Analytics/Clarity.astro';
import RedditPixel from '../components/Analytics/RedditPixel.astro';
+import GoogleAd from '../components/Analytics/GoogleAd.astro';
export interface Props {
title: string;
@@ -160,6 +161,7 @@ const gaPageIdentifier = Astro.url.pathname