From b2d1966dfce3aebd23a6af5ea534b190029a70e1 Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Thu, 4 Sep 2025 16:15:32 +0000
Subject: [PATCH] Update ad configuration to prepare for new publisher ID
Comment out old Google AdSense and Funding Choices configurations in index.html and ads.txt, and add placeholders for the new FOLX.TV Publisher ID.
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, 8 insertions(+), 3 deletions(-)
diff --git a/client/index.html b/client/index.html
index ec137a8..910a093 100644
--- a/client/index.html
+++ b/client/index.html
@@ -16,7 +16,9 @@
'ad_personalization': 'denied'
});
-
+
@@ -78,7 +80,9 @@
-
+
diff --git a/client/public/ads.txt b/client/public/ads.txt
index c40d0a3..2e48ff7 100644
--- a/client/public/ads.txt
+++ b/client/public/ads.txt
@@ -1,2 +1,3 @@
-google.com, pub-4465464714854276, DIRECT, f08c47fec0942fa0
+# Google AdSense - waiting for new FOLX.TV Publisher ID
+# google.com, pub-[NEW-FOLX-PUBLISHER-ID], DIRECT, f08c47fec0942fa0
smartyads.com,21044,DIRECT,f2dbe0dfe26c25d
\ No newline at end of file