nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

Countdown don't work with custom ad notice #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Putting a custom ad notice in conjunction with a countdown (code below), 
doesn't work as expected (the ad only shows the total seconds of the ad, not 
the countdown).

{
    "zone":"14",
    "position":"pre-roll",
    "notice":
        {
            "type": "countdown",
            "show": "true",
            "region": "reserved-system-message",
            "message": "publicidad dura _seconds_ segundos"
    }
},

Original issue reported on code.google.com by Felipe.C...@gmail.com on 3 Aug 2010 at 3:22

GoogleCodeExporter commented 8 years ago
Hmmm.. ok.. that's a bug.. I'll fix in this next release. Sorry about that.

Original comment by paul.sch...@gmail.com on 4 Aug 2010 at 4:44

GoogleCodeExporter commented 8 years ago
Gosh! stupid me... this isn't a bug... 

Felipe, you need to use _countdown_ as the keyword, not _seconds_

_seconds_ specifies the total seconds statically while _countdown_ specifies 
the seconds counting down.. try that - it will work ;)

Original comment by paul.sch...@gmail.com on 4 Aug 2010 at 7:48

GoogleCodeExporter commented 8 years ago
it worked!

Original comment by Felipe.C...@gmail.com on 4 Aug 2010 at 8:01

GoogleCodeExporter commented 8 years ago
Closing...

Original comment by paul.sch...@gmail.com on 5 Aug 2010 at 8:15