jquery - How to add meta tag on head and click through tags using edge animate -


so, noob here. designers have built web banners me using edge animate , media agency asking add click through tags per below:

click-through tag requirements

the html file must include meta tag indicating element in ad triggers clickthrough.

  • specify click-through element ‘click.through’ meta tag. insert html file’s clickable element id says myclickableelementid:

  • format:

    <meta name=”click.through” content=”myclickableelementid” > 
  • ensure html file contains element specified id. id should set on <img> , not on wrapping <div>s.

    <div id=”cta”>   <div id=”cta_copy”><img id=”myclickableelementid” src=”button.png” ></div> </div> 

can provide instruction here on how can within adobe edge animate? can add header text original file, don't know how add right code in injected script banner link meta tag.

you don't use edge animate this.

you use edge animate create animation. use regular html editor create html document , put animation code in it. use regular editor create meta element.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -