SSL protected ad serving now active on AdToll
We have had numerous requests to make our ad code (ad serving) SSL compatible. This is VERY important for publishers serving ads on pages within a secure area.
As part of our promise to deliver on your suggestions we have now made this available.
How do you use it?
Very simply actually… all you need to do is change the URL of the ad code from http://adserve.adtoll.com to https://adserve.adtoll.com
For example your current ad code may look something like this:
<!-- START ADTOLL.COM CODE V1.0 -->
<style type="text/css">
A.at_adv_here_15956, A.at_pow_by_15956 {font-family: Arial; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000099; text-decoration: none; }
A.at_adv_here_15956:hover, A.at_pow_by_15956:hover { color: #0000FF; text-decoration: underline; }
</style>
<script type="text/javascript">
adtoll_see_your_ad_here = 1;
adtoll_your_text = "Advertise here";
adtoll_show_powered_by = 1;
</script>
<script src="http://adserve.adtoll.com/js/at_ag_15956.js" type="text/javascript"></script>
<!-- END ADTOLL.COM CODE V1.0 -->
If serving pages in a secure area (SSL) then change the ad code to this:
<!-- START ADTOLL.COM CODE V1.0 -->
<style type="text/css">
A.at_adv_here_15956, A.at_pow_by_15956 {font-family: Arial; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000099; text-decoration: none; }
A.at_adv_here_15956:hover, A.at_pow_by_15956:hover { color: #0000FF; text-decoration: underline; }
</style>
<script type="text/javascript">
adtoll_see_your_ad_here = 1;
adtoll_your_text = "Advertise here";
adtoll_show_powered_by = 1;
</script>
<script src="https://adserve.adtoll.com/js/at_ag_15956.js” type=”text/javascript”></script>
<!– END ADTOLL.COM CODE V1.0 –>
The only change required is to the second last line where you change the http to https. This tells the web browser that the requested page is coming from a secure area.
That’s all you need to do and you should now be successfully serving ads to your secure pages with no errors.
If you like this post then please consider subscribing to our full feed RSS. You can also subscribe by Email and have new posts sent directly to your inbox.

