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
This commit is contained in:
parent
b2d1966dfc
commit
8a497293cb
@ -16,9 +16,7 @@
|
||||
'ad_personalization': 'denied'
|
||||
});
|
||||
</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 async src="https://fundingchoicesmessages.google.com/i/pub-4465464714854276?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" />
|
||||
|
||||
@ -80,9 +78,7 @@
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
||||
<!-- Google AdSense -->
|
||||
<!-- 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>
|
||||
-->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4465464714854276" crossorigin="anonymous"></script>
|
||||
|
||||
<!-- Google tag (gtag.js) - Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNV14K77K3"></script>
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user