• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Ads Not Working

Status
Not open for further replies.

SoftRushMedia

Chevereto Member
Hello Sir

I had implemented adsense adcode on my website but non of the ads seems to work, please tell me what could be the issue? As same ad code is working on other site.
 
Banner code is there and the system is loading that code:

upload_2017-6-13_17-38-29.png

Way I see it, problem is that those scripts are not tied to a src file at all. This code:

Code:
<script async src="//"></script>
<!-- Jiopic-res -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-5674938606916886"
     data-ad-slot="3283318489"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Won't do anything because there's no function handling that. Where did you generated those ad codes anyway? Didn't mention to load a .js file or something?
 
Status
Not open for further replies.
Back
Top