Jump to content

dmccreary

Approved members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by dmccreary

  1. Revive is not listed by Google as a supported ad network

    However.. OpenX supports the amp-ad tag for banners in AMP. Given the heritage of OpenX / Revive, I was hoping that there would be a way. 

    According to Google documentation for using OpenX in AMP:

    Required fields are
    data-auid - The ad unit ID to display

    data-host - SSL-enabled OpenX delivery domain

    This an example they cite. All the JSON is optional and could be removed or altered... 

    <amp-ad width="728" height="90"       type="openx"       data-host="domain.openx.net"       data-auid="12345"       json='{"dfp":{"targeting":{"sport":["rugby","cricket"]},"categoryExclusions":["health"],"tagForChildDirectedTreatment":1},"openx":{"customVars":{"marco":"polo","fates":["clothos","lachesis","atropos"]}}}'> </amp-ad>

    Using aquaplatorm to serve... I presume that data-host would be flow.aquaplatform.com

    But... What is the Revive value for a zone for data-auid

    From iframe, or asynchronous JS tag.. I 've tried many numbers shown in the invocation code. None seem to work. 

    WHAT IS THE REVIVE VALUE FOR DATA-AUID AS USED IN OPENX???

    Thanks

  2. HTML5 banners generated using Google Swiffy can't be put into HTML banner field in Revive, the Javascript conflicts, one has to serve them via an iframe. I want the banner to be responsive. 

     

    There are a lot of variables in play: in the footer of the generated HTML5 file it has this in style tags:

     

    html, body width: 100%; height: 100%

     

    and it generates this in a div tag:

     

    id = swiffycontainer style="width: 728px; height: 90px"

     

    the iframe code i insert would normally be something like this (brackets removed so it won't render in this posting)

     

    height="90" frameborder="0" margin="0" padding="0" 

     

    but i do not get responsive sizing. I also get some unwanted padding from the HTML file in the banner module. should changes be made to swiffy HTML file, to the iframe code i put into Revive, both? I've tried quite a few options and haven't gotten it right. 

     

    Delighted to pay for assistance from a developer this is a commercial project. We do not want to serve Flash banners, HTML5 is the answer but i'm missing a few pieces of this puzzle. 

     

    thanks...

     

     

×
×
  • Create New...