Sample

Standard JavaScript embed share code

Adways builds the player and the interactivity from the publication informations (media and player used in the Adways studio)

<div style="width: 560px; height: 315px; background-color: black; overflow: visible;" id="adways-interactive"></div>
<script type="text/javascript" src="//dj5ag5n6bpdxo.cloudfront.net/libs/interactive/loader.js"></script>
<script type="text/javascript">
    adways.interactive.createExperience({
        "publication": "mpNHyTH",
        "container": "adways-interactive"
    }).load();
</script>