Hey all, I was handed a website to work on and the previous webmaster before me had installed OpenX Enterprise. The site is a live streaming site and we're trying to get ads to pre-roll before the videos. I've never worked with OpenX or OVA so this is all new to me....
Currently there is an ad that plays when the stream starts with some fish swimming and then it says "Enjoy Serving Video Ads with OpenX!"
Now I know the default api address is <hostname>....../delivery/fc.php
However with Open X Enterprise they give us "VANITY URLs"
One Url is for Admin/API:
ox-ui.<website>
Another for Delivery:
ox-d.<website>
Lastly for Image:
ox-i.<website>
My question is should I be replacing the "delivery/fc.php" with one of the VANITY URLS?
-I have tried this and no ad displays with either 1 of the 3 vanity URLS. What am I doing wrong?
Hi...
So with the old "hosted" version of OpenX, the URL was:
d1.openx.org/fc.phpSo my guess is that you go:
ox-d.<website>/fc.phpHowever, is "enterprise" OpenX V3?
If it is, then I believe that the URLs have also changed. My tests were using:
<host>/v/1.0/avI think you'll need to check with them if you are running V3 - they may have set new URLs for the production version.
Also, if you are running V3 then you'll need to make sure that you are:
1. Running OVA RC5 (the latest dev build)
2. Set your OpenX ad server type in the OVA config to "OpenX3" or just use direct ad tags
So - think the first question is - what version of "enterprise" are you running and then go from there ...
Paul