HTML
This page explains how the Smart Display SDK can react to specific events in HTML5 creatives.
Smart click macro
Smart Display SDK can handle HTML ad click URL (or landing page URL) in 2 ways:
- Direct URL in the creative
<a href="https://mylandingpage.com">...</a>
- Using the
sas:click
macro
In this case the click redirection will be hanle by Smart Display SDK. It will redirect the user using the click URL passed by Smart as script template parameter.<a href="sas:click">...</a>