Closed GoogleCodeExporter closed 8 years ago
Original comment by paul.sch...@gmail.com
on 1 Sep 2009 at 7:18
On the 1) issue of the click through not going to an absolute URL... this one
has me a little stumped.. I've just
tried finding out what may cause this - when click throughs come through to me,
they are wrapped with the
redirect URL so I'm struggling to understand how a relative URL would end up
getting fired.. the only things I
can think of are:
1. The plugin isn't getting a click wrapped URL through in the first place for
some reason - just the plain click
through destination address or
2. Somehow I'm putting the wrong value into the click event on the plugin
somehow (struggling to find that)
Best ping me on this one as well - we can debug easily together.
PS: I am going to make a code change to always check the click through URL and
make sure it's being fired as
an absolute path for safety anyway...
Original comment by paul.sch...@gmail.com
on 1 Sep 2009 at 7:32
Original comment by paul.sch...@gmail.com
on 1 Sep 2009 at 7:34
For safety, added NetworkResource.qualifiedHTTPUrl() and replaced the "ad.url"
with "ad.qualifiedHTTPUrl" to
ensure that a click through URL value always starts with "http://" before it's
fired off in the player. Doesn't
address the original bug, but makes it safer just in case the right value isn't
passed through in the first place
Original comment by paul.sch...@gmail.com
on 1 Sep 2009 at 7:49
The new version is "qualifiedHTTPUrl()" is VAST Framework 0.3.2
Original comment by paul.sch...@gmail.com
on 1 Sep 2009 at 7:50
Should be resolved now
Original comment by paul.sch...@gmail.com
on 4 Sep 2009 at 9:39
Original issue reported on code.google.com by
paul.sch...@gmail.com
on 1 Sep 2009 at 5:51