XF 2.0 Adsense - connect your site

I'm new to Adsense - so forgive me if I'm missing the obvious.

I'm attempting to get AdSense to connect to my site. Twice I've gotten the same error after google crawled my site:

"Insufficient content: To be approved for AdSense and show relevant ads on your site, your pages need to have enough text on them for our specialists to review and for our crawler to be able to determine what your pages are about."

I have (3) ads setup under Setup->Advertising as shown below:

1516904429619.webp

Each ad contains the code AdSense provided pasted as shown:

1516904623040.webp

I'm doing something wrong, can someone point me in the right direction?

Thanks in advance,

-John
 
Looking at your AdSense code, I suggest you get a new code. The default responsive is the one I suggest. It should look something like this:

Code:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Responsive -->
<ins class="adsbygoogle"
	 style="display:block"
	 data-ad-client="ca-pub-1234604858555779"
	 data-ad-slot="1234277042"
	 data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
 
Well, I went to Adsense to look around and now it's telling me I have a content policy violation. (I haven't changed anything since I started this thread last week).

Unfortunately it doesn't tell me what I'm violating. Just gives me a long list of possible violations.

Can I use other ad providers with Xenforo?

-John
 
Top Bottom