Page 4 of 21

Re: Adsense & Ads for phpBB

Posted: 03 May 2016, 12:47
by Superkikim
Hey. I'm back. It works for a while and stopped working again. I'm using FF on MacOS X. Even with admin mode disabled, the ads are only shown to admin. If I open the site from Safari with no user session, the ads are not shown.

In a previous post, you mentioned the action of "delete the date". I don't understand what date, and where. Can you be specific ?

https://www.focore.ch

I have again disabled Adsense and Ads, and enabled Topic Ads.

By the way, I wanted to change my insertion codes, but I cannot find any more the documentation of Topic Ads. Has it been removed from the forum ?

Re: Adsense & Ads for phpBB

Posted: 16 May 2016, 17:53
by Tom-X3
Hello,

Thank you for this wonderfull extension, working very well !

Could it be possible to have some multiple advertisement sources at the same place ?

For example in the header ads :
50% adsense, 25% local image, 25% another advertisement.

Thanks for your answer.

Best regards

Thomas

Re: Adsense & Ads for phpBB

Posted: 18 May 2016, 20:22
by Stoker
Do you mean rotating? Thats not possible atm

Re: Adsense & Ads for phpBB

Posted: 26 May 2016, 17:59
by bc073001
Hi

i have added This extension Everything look fine but the Ads are not displaying

http://prntscr.com/b8q76p

Loading forever

Re: Adsense & Ads for phpBB

Posted: 26 May 2016, 18:08
by bc073001
Hi
My ads are not working. they takes forever to load.

Forum Url :wxuier.net

Re: Adsense & Ads for phpBB

Posted: 26 May 2016, 21:47
by Stoker
Cant check because it isnt enabled at your board.

Re: Adsense & Ads for phpBB

Posted: 28 May 2016, 13:10
by bc073001
Stoker wrote:Cant check because it isnt enabled at your board.

Can you check again Kindly

Re: Adsense & Ads for phpBB

Posted: 28 May 2016, 20:32
by Stoker
bc073001 wrote:
Stoker wrote:Cant check because it isnt enabled at your board.

Can you check again Kindly
Please also post the adcode you use.
You are right, the ads doesnt show at the moment.

Re: Adsense & Ads for phpBB

Posted: 29 May 2016, 00:08
by bc073001
Stoker wrote:
bc073001 wrote:
Stoker wrote:Cant check because it isnt enabled at your board.

Can you check again Kindly
Please also post the adcode you use.
You are right, the ads doesnt show at the moment.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Headerad -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8167757973110361"
data-ad-slot="8043739165"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>



This is the add code

Re: Adsense & Ads for phpBB

Posted: 29 May 2016, 05:49
by Stoker
The code seems to be fine. Have you been using adsense on your site before?
Is the site approved by google?


You can try my adsense code, just for testing to see if it works.

Code: Select all

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BBCodes Responsive Bannepr -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-3346231937490093"
     data-ad-slot="5846792837"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>