Midroll ads CLICK issue

Report Nuevoplayer bugs here. Please make sure they haven't been reported or fixed already.

Midroll ads CLICK issue

Postby dargre » Mon Aug 29, 2011 6:33 pm

We found possible problem with clicks over midroll ads in Nuevoplayer 5 integration.
This is not player issue, but small typo bug in midroll xml file.

So if you cannot click midroll ad, check file "midroll.php"
Depending on script used, it can be in directory "/nuevo/", "/media/nuevo/", or "/nuevo/player/"
Find line similar to:
Code: Select all
print "<click_url>".$mid['url']."</click_url>\n";\


"display_url" must be changed to "url" in 2 places

Don't forget that click URL must be full URL with "http://"
Last edited by dargre on Mon Sep 05, 2011 12:23 am, edited 1 time in total.
Thank you,
Nuevolab Team
dargre
 
Posts: 332
Joined: Mon Sep 07, 2009 3:47 am

Re: Midroll ads CLICK issue

Postby Vicky » Mon Sep 05, 2011 12:17 am

I had the same problem and fixed the issue with following.

Download latest player.swf and midroll.swf from the client area.
Make a backup of existing files.
Replace them with the ones downloaded.

Open midroll.php Depending on script used, it can be in directory "/nuevo/", "/media/nuevo/", or "/nuevo/player/"

Find on line 68.
Code: Select all
print "<click_url>".clr($mid['link'])."</click_url>\n";

Replace it with.
Code: Select all
print "<url>".clr($mid['url'])."</url>\n";


Thanx Nuevo for the excellent player.
Vicky
 
Posts: 1
Joined: Mon Sep 05, 2011 12:10 am


Return to Bug Tracking

Who is online

Users browsing this forum: No registered users and 0 guests

cron