Jump to content

Mojrem

Approved members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Mojrem

  1. Hi @andrewatfornax I just saw revive page on Pateron, thank you Andrew, First, i need to explain again, that AMP is intented for news websites, logically a great part of revive users as news websites need ads to make some profit. As a web designer, i can guarantee that it will be a great opportunity for revive to be AMP compatible. I will try to donate ASAP on Pateron ( in the next few days) Thank you again for the positive answer.
  2. Ok, let's get it clear, Can Revive be compatible with AMP ? Is there a plan to make it compatible in the near future? I think that good number of Revive users are working on media websites, and AMP is a good opportunity for electronic medias and will be soon some kind of standard. Personally, the only solution i've got is to use the <amp-iframe> tag BUT, it wont let me put my ad on the top of a page because of the AMP restrictions. the only "clean" way to do it is to use the <amp-ad> tag like this : <amp-ad width="728" height="90" type="revive" data-auid="12345" data-host="revive.mydomain.com"> </amp-ad> the data-auid should call for a zone and not for an AD I seriously think that Revive should be listed here : https://github.com/ampproject/amphtml/tree/master/ads
  3. 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.
×
×
  • Create New...