Questions in People’s mind:
- Why I can’t open AdFly in India?
- How to open AdFly in banned countries?
- How to use deferent AdFly domains?
Answer for the above questions:
Unfortunately one or two countries
banned AdFly service (Example: India). But you don’t worry. There are lots of
methods to use AdFly in banned countries.
If you/users open any AdFly link in
banned countries (Example: India), you may see the message below.
Message Screenshot |
But you don’t worry. There is some
methods to open AdFly ads in banned countries.
Methods to open AdFly in banned countries:
Method 1 – Changing the protocol:
Just use the protocol https:// instead of http:// to open any AdFly link. It method
is working fine in India.
For Example:
(Tip: Please add the protocol https://
before sharing your links. Because nobody interest to edit link while surfing
or they may not know this trick.)
Method 2 – Adding a sub-domain:
If the above method is not working, use
this trick.
Just add “v2.” subdomain, in front of any AdFly link before publish.
For Example:
(Note: If this method is not working in
your location, also integrate the Method 1 with this Method. (Example: https://v2.adf.ly/1Wcei0)).
Method 3 – Using different AdFly domains:
Before shrinking your URLs in AdFly,
click on View more option button.
View more options Screenshot |
In the expanded menu, select your
alternative domain (j.gs or q.gs) in the Domain drop down list.
Then shrink your URL as usual.
By using these methods, you can open your
shortened links or login your AdFly account in banned countries too.
Open Website Entry Script Ads and Pop Ads in banned countries:
If your blog/website is having more
traffic in AdFly banned countries, you should add an additional configuration
line in your Script.
That configuration line is,
var
adfly_protocol = ‘https’;
Just add this
line within the <script> tag.
If you have 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 adfly_protocol = 'https';
</script>
<script src= " https://cdn.adf.ly/js/entry.js " ></script>
(Note: You can
find these additional configuration lines in Website Entry Script page. (Go to
Tools --> Website Entry Script)).