How to use Animated gif file in Display Advertising

  1. FTP into the site server using the information provided in your account setup email under FTP access.
     
  2. Upload the animated gif file to the server into the Images directory.
     
  3. Set up the display ad in the backoffice under Common – Display Advertising.
     
  4. Use the Pasted Code box to enter the HTML image tag to reference the animated image file that was uploaded to the server.  In this example the file name uploaded was “animated.gif”
        <img src="http://www.yourdomainname.com/images/animated.gif" class="img-responsive"  />
 
        To add a hyperlink to the animated banner ad you would use the following HTML
        <a href="http://www.websitelink.com" target="blank" >
        <img src="http://www.yourdomainname.com/images/animated.gif" class="img-responsive" /></a>
 

Please see the following article for instructions on how to use FTP - http://support.marketgrabber.com/kb/a62/file-transfer-protocol.aspx