Monday 8 February 2016

AdFly Pop Ads


Questions in People’s mind:

  • How to use AdFly pop under ads?
  • Is it possible to use AdFly pop under ads with Banner/Interstitial Ads?

Answer for the above Questions:


Use AdFly pop under with Website Entry Ads:


Yes, you can use both Ad types together. It will not affect your Link ads and Banner/Interstitial ads earnings. And this method is suitable for the users who receive more traffic by Mobile.

You can find your Pop Under earnings in separate chart as shown in the screenshot below.

Pop Ads Chart Screenshot


(Note: If you don’t like to use banner or interstitial ads means, you can use Pop Under ads alone. It is suitable for both Desktop and Mobile traffic.)

Find your Pop under Script code:

  • Login to your AdFly Accont.
  • Go to Tools --> Pop Ads.
Where you get your pop ad script like below,

<script type= " text/javascript " >
    var adfly_id = xxxxxxx;
</script>
<script src= " https://cdn.adf.ly/js/display.js " ></script>

  • If you wish to use Pop under ads alone, Just paste the code above the </head> tag in your blog/website.


Use Pop under ads and Banner/Interstitial Ads together:

If you wish to use both Banner/Interstitial ads Pop ads together, just add the following configuration line in your Website Entry Script.

          var popunder = true;

Paste the above line within the <script> tag.

Having any doubt, see this example.

<script type= " text/javascript " >
    var adfly_id = xxxxxx;
    var adfly_advert = 'int';
    var frequency_cap = 5;
    var frequency_delay = 5;
    var init_delay = 3;
    var popunder = true;
</script>
<script src= " https://cdn.adf.ly/js/entry.js " ></script>

(Note: If you disable the pop under ads, just add “false” instead of “true”.)

Open pop ads in safe mode:

Just add the following configuration line to open your pop ads in secure mode.

          var adfly_protocol = 'https' ;

Just add the above configuration line as shown below.

<script type= " text/javascript " >
    var adfly_id = xxxxxxx;
    var adfly_protocol = 'https';
</script>
<script src= " https://cdn.adf.ly/js/display.js " ></script>

(Note: You must add the above configuration line, if your blog/website receives more traffic from banned countries.)

Join AdFly Today