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
This commit is contained in:
parent
cc9102bf3c
commit
b2d1966dfc
@ -16,7 +16,9 @@
|
||||
'ad_personalization': 'denied'
|
||||
});
|
||||
</script>
|
||||
<script async src="https://fundingchoicesmessages.google.com/i/pub-4465464714854276?ers=1" nonce="temp-nonce"></script>
|
||||
<!-- Google Funding Choices - commented out until new FOLX.TV Publisher ID is available
|
||||
<script async src="https://fundingchoicesmessages.google.com/i/pub-[NEW-FOLX-PUBLISHER-ID]?ers=1" nonce="temp-nonce"></script>
|
||||
-->
|
||||
<script nonce="temp-nonce">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
|
||||
<meta name="description" content="FOLX.TV Video Platform – Amazing Content" />
|
||||
|
||||
@ -78,7 +80,9 @@
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<!-- Google AdSense -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4465464714854276" crossorigin="anonymous"></script>
|
||||
<!-- Google AdSense - commented out until new FOLX.TV Publisher ID is available
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-[NEW-FOLX-PUBLISHER-ID]" crossorigin="anonymous"></script>
|
||||
-->
|
||||
|
||||
<!-- Google tag (gtag.js) - Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNV14K77K3"></script>
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user