media Posted February 23, 2024 Report Posted February 23, 2024 I'd like to integtrate a valid URL for Click-Counting into the code for an Generic HTML Banner (option: Do not alter HTML) 1) Is this possible at all? 2) If yes, how to generate the 'sig' value manually? Click-URLs look like this: .../delivery/cl.php?bannerid=1&zoneid=1&sig=???????&oadest=https%3A%2F%2example.com bannerid, zoneid and oadest are easy to integrate, but where can i get the 'sig' value from? Magic Macros seems not to help. (I found a way how to integrate responsive HTML5 ad in an responsive Iframe via Generic HTML Banner, but I'm not able to activate Click-Counting for this banner (choosing the option 'generic html banner' integrates an unvalid URL). All the best, Juergen Quote
Tim Vereecke Posted February 25, 2024 Report Posted February 25, 2024 (edited) Unless I misunderstood your question you should still prepend {clickurl} to the actual link. (even with Do not alter HTML) <a href="{clickurl}https://www.targetsite.com/">Shop now</a> Edited February 25, 2024 by Tim Vereecke Quote
media Posted February 26, 2024 Author Report Posted February 26, 2024 Thanks, yes - it works. {clickurl} generates an link with zoneid=0 in preview and - for example - zoneid=2 if displayed at the website. Clicks are counting. I'll use {clickurl_enc} as I've to load an Cross-Domain Iframe and parse + sanitise the parameters inside with PHP. <iframe src="https://www.adserversite.com/banner01/index.php?ad={clickurl_enc}https://www.targetsite.com"></iframe> 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.