• Resolved anrofyi

    (@anrofyi)


    I had added Adsense and Chitika code in different blocks in plugin.But After Update of Plugin some time its showing adsense ads in chitika ads placement. As adsense allow only 3 ads per page so i am worry that its might violate google policy. Please let me know how to correct it as i don’t have enough coding knowledge.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Spacetime

    (@spacetime)

    Hello,

    In order to diagnose the problem there are two options:

    1. Use debugging functions to see what, where and why is inserted:
    http://adinserter.pro/documentation#debugging

    2. Enable remote debugging and provide some data so we can check:
    https://wordpress.org/support/topic/please-read-how-to-ask-for-help-2/

    Thread Starter anrofyi

    (@anrofyi)

    I had enabled remote debugger option in setting. Please let me know what information more you need. I had placed chitika ads code in 6 block for before post but when i am clicking on preview its showing adsense ads in preview also. my site is http://www.androfyi.com

    Plugin Author Spacetime

    (@spacetime)

    You have the following code configured for code block 6:

    <script type="text/rocketscript">
      ( function() {
        if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
        var unit = {"calltype":"async[2]","publisher":"androfyi","width":728,"height":90,"sid":"Chitika Default"};
        var placement_id = window.CHITIKA.units.length;
        window.CHITIKA.units.push(unit);
        document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
    }());
    </script>
    <script type="text/rocketscript" data-rocketsrc="//cdn.chitika.net/getads.js" async></script>

    The code is properly inserted before posts.

    Plugin Author Spacetime

    (@spacetime)

    If you google for “chitika showing adsense” you’ll see that others also noticed this on their websites.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Showing Ads from wrong publisher’ is closed to new replies.