Michael Oeser Posted January 31, 2017 Report Posted January 31, 2017 Hi there, I´m having some trouble to get a HTML banner to work. This is what I got from the ad-agency: <!-- BEGIN ADITIONTAG --> <script type="text/javascript" src="http://imagesrv.adition.com/js/adition.js"></script> <script type="text/javascript" src="http://ad13.adfarm1.adition.com/js?wp_id=3771361&kid=1910607"></script> <noscript><a href="http://ad13.adfarm1.adition.com/click?sid=3771361&ts={timestamp}"> <img src="http://ad13.adfarm1.adition.com/banner?sid=3771361&kid=1910607&ts={timestamp}" border="0"></a></noscript> <!-- END ADITIONTAG --> I added it exactly as I did in the past in OpenX and I assume there isn´t a big difference in Revive, right? But the banner doesn´t show up, not even in the preview in the backend. See screenshot here: http://dl.dropbox.com/u/4814298/html-banner.png Quote
Ian Posted January 31, 2017 Report Posted January 31, 2017 Are you implementing the tag on a http>s< site? Quote
Michael Oeser Posted January 31, 2017 Author Report Posted January 31, 2017 The Revive install runs on a https site indeed. Do I have to make any changes then? https://adserver.automotiveit.eu Quote
Ian Posted January 31, 2017 Report Posted January 31, 2017 <!-- BEGIN ADITIONTAG --> <script type="text/javascript" src="https://imagesrv.adition.com/js/adition.js"></script> <script type="text/javascript" src="https://ad13.adfarm1.adition.com/js?wp_id=3771361&kid=1910607"></script> <noscript><a href="https://ad13.adfarm1.adition.com/click?sid=3771361&ts={timestamp}"> <img src="https://ad13.adfarm1.adition.com/banner?sid=3771361&kid=1910607&ts={timestamp}" border="0"></a></noscript> <!-- END ADITIONTAG --> try this ;) Quote
Michael Oeser Posted January 31, 2017 Author Report Posted January 31, 2017 Crazy ;-) It works. So I need to change http into https in such cases always, right? Quote
Ian Posted January 31, 2017 Report Posted January 31, 2017 Yep ... but that would only work if the third party tag also supports https ... (which is the case in this situation) Quote
Michael Oeser Posted January 31, 2017 Author Report Posted January 31, 2017 That shouldn´t be a problem I assume. We only need to tell that to the agencies. Thanks a lot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.