Unfortunately it has been reported that some ISPs in India and surrounding countries are blocking access to our links. We currently do not know why exactly.
If you are having trouble accessing our website please try:
or
And if your visitors in India are having problems accessing your links, please use the https protocol i.e:
We also have a parameter that can be added to our Publisher Scripts, such as the Full Page Script which will allow you to use the HTTPS version.
First, change the URL to:
https://cdn.adf.ly/js/link-converter.js
and then add the parameter:
var adfly_protocol = 'https';
So the finished script will look like (replace your UserID):
<script type="text/javascript">
var adfly_id = YOUR_USER_ID;
var adfly_advert = 'int';
var adfly_protocol = 'https';
var exclude_domains = ['example.com', 'yoursite.com'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>
Comments
0 comments
Article is closed for comments.