RSS Feed/News Is this considered a violation of the AdSense TOS?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,173
Points
823

Reputation:

Is this considered a violation if I modify the code from this:
JavaScript:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-123" crossorigin="anonymous"></script>

To this:
JavaScript:

Code:
<script>
  setTimeout(function() {
    var adsense_js = document.createElement('script');
    adsense_js.async = true;
    adsense_js.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-123";
    adsense_js.crossOrigin = "anonymous"...

Read more

Continue reading...
 
Status
Not open for further replies.
Top