farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

extra.cycle_time unit mismatch #244

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
According to http://code.google.com/p/adwhirl/wiki/ProtocolV2 and to what the 
adwhirl log shows my app is getting the extra.cycle_time is supposed to be in 
milliseconds.

In the java code for the android sdk, in the com.adwhirl.AdWhirlLayout class, 
on the rotateThreadedDelayed method, you can see that the extra.cycle_time 
parameter is logged and used as if it were in seconds.

Original issue reported on code.google.com by ruben01 on 14 Jul 2011 at 9:46

GoogleCodeExporter commented 9 years ago
It's weird! Set the cycle_time 15000 and the ad rotated every 15 seconds.

Original comment by shiwanqi...@gmail.com on 2 Sep 2011 at 3:12