-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it support VAST wrapper? #21
Comments
I also wonder if it supports Doubleclick For Publishers Ad Server www.google.com/dfp/sb - anyone know? |
Hi! No, it isn't support wrapper because there is a lot of crossdomains requests. |
Anyone know about Google/Doubleclick DFP ad server compatibility? On Friday, July 12, 2013, petro.frolov wrote:
|
It is different technology https://developers.google.com/interactive-media-ads/docs/sdks/html5/v3/ads?hl=us
|
I don't think it is - they support VAST tags, but I know this plugin From: https://support.google.com/dfp_premium/answer/1711021?hl=en VAST (Video Ad Serving Template): VAST is the IAB's standardized On Fri, Jul 12, 2013 at 10:02 AM, petro.frolov [email protected] wrote:
|
I didn't find any examples so I ca't say about DFP. |
Yes it supports DFP. At first, I was using this config:
But then realized that JS wouldn't make a direct request to a different server, so I made a "proxy" PHP script to do the trick for me. The config now looks like this:
Contents of the getzone.php file: |
I found DFP much more suitable than OpenX, since it encodes the video into several formats, the whole thing should in theory be browser-independent. P.S. Please dont distract Petro much from fixing the problem with pre-rolls in IE, I'm impatiently waiting for the fix! :-) |
The only thing with DFP and the proxy script which I haven't resolved by the moment is that DFP would probably lose its geotargeting functionality (since all requests will be coming from the web server itself) which is not of much trouble for me, but if anyone has a say how to address this, would be much appreciated. |
Thanks Kasatashov... which problem w/ IE do you have IE 8 or 9? Also, for DFP, it's pretty strange to even get started with DFP. Do you know of any links that make it clear how to setup DFP for Video Ads? I'd like to use it, it's free up to 400k impressions. DFP actually encodes the video? See, for me, I have an actual network link from spotxchange.com and have to get it into DFP and then get the DFP code into the VAST plugin somehow.. =/ |
I have read the VAST 2.0 spec. It mentioned the solution of cross-domain issue. The solution is to add a access-allow-origin header in ad server side, then xmlHttpRequest can request other servers. So I guess cross-domain is not an issue in the future. It would be very appreciated if you finish the Wrapper issue |
I think that I'll add wrappers when I have more free time. |
Hi PetroFrolov & Kastashov, I was wondering if one of you can help me out with the DFP implementation for videojs? Grtz |
Does it support VAST wrapper? If it does, can you give me an example? Thanks very much! You did a real nice work!
The text was updated successfully, but these errors were encountered: