Jump to content

Lack of documentation for Accelerated Mobile Pages


Mojrem

Recommended Posts

Hello,

I'm new with Revive Adserver and using 4.x, everything is working correctly, the html5 banners are correctly displayed on the admin interface.

Now i just updated my magazine to AMP Html, and the zones codes are not compatible anymore with my website, and missed the AMP validation.

I took a look at the doc of AMP and revive, and got this page, wich indicates that revive supports AMP https://github.com/ampproject/amphtml/blob/master/ads/openx.md

So : i have to use a code like the one shown there :

<amp-ad width="728" height="90"
      type="openx"
      data-auid="12345"
      data-host="domain.openx.net">
</amp-ad>

I did customize this code after integrating the amp ad js wich is :

<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>

First problem, is that i'm missing revive jstag wich reply by a 404 error like : ads.mydomain/mw/1.0/jstag (Nework Error 404 Not found)

Second problem : No ads on the website.

Despite my weak english, i'm interested in writing a tutorial or even debugging and coding, but i have no idea where to start.

I noticed that in the same git repo : https://github.com/ampproject/amphtml/blob/master/ads/

there is an openx.js, where to integrate it ? defenitly not on my site because of the AMP restrictions. So where ?

What is the data-auid ? it is the id of a zone ? a banner ? tried them all with no result.

 

Any help would be really appreciated.

 

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...