
Pipilin666
1
Lambda
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
Suscripción a IA
Gente buenas noches necesito que me echen una mano con el script antiadblock de exoclick 😕
En un principio me mandaron estas instrucciones y no sé donde colocarlas :sorrow: .
To set up the neverblock solution you need to follow these instructions:
1) Inside <body> tag on the very top, just once "above" all ad zones that you want to add:
<script type="text/javascript" src="https://ads.exoclick.com/ad_track.js"></script>
<script type="text/javascript" src="/frontend_loader.js"></script>
2) The following code is to declare an ad zone, put it in DOM where you want the zone to be displayed. You can add multiple banner blocks like this on page. The following needs to be added directly underneath the ad coding from the admin panel.
To add a banner do the following (make sure to replace the value for idzone with your zone id, and the corresponding values for width and height):
<script type="text/javascript">
ExoLoader.addZone({"type": "banner", "width":"xxx", "height":"xxxx", "idzone":"XXX"});
</script>
For a popunder its this:
<script type="text/javascript">
ExoLoader.addZone({"type": "popunder", "idzone": "xxxx"});
</script>
3) Add this code to serve the ads on page, after all the addZone declarations. It serves data for all previously declared ad zones in one request and should be called only once on the page.
This should be placed at the very end of the body section:
<script type="text/javascript">
ExoLoader.serve({"script_url":"/backend_loader.php"});
</script>
Todo va en el head ? o la publicidad como esta
<script type="text/javascript">
ExoLoader.addZone({"type": "banner", "width":"xxx", "height":"xxxx", "idzone":"XXX"});
</script>
va en el widget ? espero que me ayuden por favor gracias 🙂
En un principio me mandaron estas instrucciones y no sé donde colocarlas :sorrow: .
To set up the neverblock solution you need to follow these instructions:
1) Inside <body> tag on the very top, just once "above" all ad zones that you want to add:
<script type="text/javascript" src="https://ads.exoclick.com/ad_track.js"></script>
<script type="text/javascript" src="/frontend_loader.js"></script>
2) The following code is to declare an ad zone, put it in DOM where you want the zone to be displayed. You can add multiple banner blocks like this on page. The following needs to be added directly underneath the ad coding from the admin panel.
To add a banner do the following (make sure to replace the value for idzone with your zone id, and the corresponding values for width and height):
<script type="text/javascript">
ExoLoader.addZone({"type": "banner", "width":"xxx", "height":"xxxx", "idzone":"XXX"});
</script>
For a popunder its this:
<script type="text/javascript">
ExoLoader.addZone({"type": "popunder", "idzone": "xxxx"});
</script>
3) Add this code to serve the ads on page, after all the addZone declarations. It serves data for all previously declared ad zones in one request and should be called only once on the page.
This should be placed at the very end of the body section:
<script type="text/javascript">
ExoLoader.serve({"script_url":"/backend_loader.php"});
</script>
Todo va en el head ? o la publicidad como esta
<script type="text/javascript">
ExoLoader.addZone({"type": "banner", "width":"xxx", "height":"xxxx", "idzone":"XXX"});
</script>
va en el widget ? espero que me ayuden por favor gracias 🙂