From 8a497293cb7fef8b5b5217620777d79014fa2279 Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Thu, 4 Sep 2025 16:16:02 +0000
Subject: [PATCH] Update ad publisher ID for Google AdSense integration
Updates the Google Publisher ID from a placeholder to the actual ID '4465464714854276' in client/index.html and client/public/ads.txt, enabling Google AdSense functionality.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/ZQfqCPf
---
client/index.html | 8 ++------
client/public/ads.txt | 3 +--
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/client/index.html b/client/index.html
index 910a093..ec137a8 100644
--- a/client/index.html
+++ b/client/index.html
@@ -16,9 +16,7 @@
'ad_personalization': 'denied'
});
-
+
@@ -80,9 +78,7 @@
-
+
diff --git a/client/public/ads.txt b/client/public/ads.txt
index 2e48ff7..c40d0a3 100644
--- a/client/public/ads.txt
+++ b/client/public/ads.txt
@@ -1,3 +1,2 @@
-# Google AdSense - waiting for new FOLX.TV Publisher ID
-# google.com, pub-[NEW-FOLX-PUBLISHER-ID], DIRECT, f08c47fec0942fa0
+google.com, pub-4465464714854276, DIRECT, f08c47fec0942fa0
smartyads.com,21044,DIRECT,f2dbe0dfe26c25d
\ No newline at end of file