w-sky Posted December 11, 2018 Report Posted December 11, 2018 Hi there, time and again a customer asks us to add a nofollow tag to the banner link, whether it makes sense or not, and because I see there is no way to edit link rel-tags for only one specific banner, I usually unlink the "real" banner from zones, create a second HTML only banner, where I enter the desired code with the banner file as image source, and link this one to the zone(s). Working well, but tracking does not work. If I allow the html code to be changed for tracking (default), this code will end up in the page source: … title="xyz" rel="nofollow noopener"target="_blank"><img … (missing space before target!) while the original code was either one of those (no difference in result): … title="xyz" rel="nofollow noopener" target="_blank"> … title="xyz" target="_blank" rel="nofollow noopener"> … title="xyz" rel="nofollow noopener" > Anyway, my first "Feature Request" is to add a simple option at banner details to enable/disable rel=nofollow. Second request is an option to enable a direct link for a banner instead of the Revive delivery URL, which sadly would disable tracking, but having a direct link is another request from some of our customers. For now I also create a HTML only banner to make this happening. PS: I found there is a way to add rel="nofollow" for all banners, just mentioning, but this does not help me. Quote
stephan Posted January 3, 2022 Report Posted January 3, 2022 I made a patch for this feature:https://github.com/revive-adserver/revive-adserver/pull/1344 Please test it. w-sky 1 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.