Jump to content

Marquin

Approved members
  • Posts

    1
  • Joined

  • Last visited

About Marquin

Marquin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey there, I had a similar issue and I have finally gotten it to work. I think the first problem is that revive delivers an XML, but it's in the VAST 1 format. While most only accept VAST 2+. My solution to this was to convert revive's VAST 1 into Vast 2 using this free WordPress plugin: https://wordpress.org/plugins/wp-revive-adserver/#:~:text=Revive Adserver is a free,apps and in video players. And the link generated by that plugin points to an XML file hosted on your WordPress site in the VAST 2 format. The steps I took are as follows: Set up my campaign, banners, and zones Build my vast invocation code based on the guidance provided in the documentation here: https://documentation.revive-adserver.com/display/DOCS/Invocation+code:+Zone+level#InvocationCode:ZoneLevel-VideoInvocationcodeforInlineVideoadzoneorOverlayVideoadzone. The link is as follows: [YOUR-ADSERVER-DOMAIN-HERE]/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D[YOUR-ZONE-ID-HERE] I am using the hosted version, so my link ends up looking a bit differently: https://servedby.revive-adserver.net/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D[YOUR-ZONE-ID-HERE Setup the wp revive plugin into a wordpress installation. Copy and paste my invocation link from 2.1 in the plugin and let it generate a VAST 2 xml for me. Here i'ts important to allow external services to reach xml files on your website. This is most likely your XMLRPC settings. Then you use the vast link generated by the plugin. In my case, I host my ads on bunny.net storage and deliver my ads through videos in my bunny stream. Bunny stream accepts VAST links. This might be written a bit messily, but i just got it to work this morning and I will probably forget to write out how I did it if I didn't do it today. Success!
×
×
  • Create New...