07-02-2012 07:55 AM
Hi,
i am developing an app using the blacberry webworks. i am using the blackberry advertsing service. following is my code.
<script type="text/javascript" src="http://www.blackberry.com/app_includes/asdk/adBann
<center> <div id='bannerDiv'></div> </center>
<script type="text/javascript">
var bannerObj = new blackberry.advertising.Banner(31848, "bannerDiv" , {
"bannerTransitions" : true,
"mmaSize" : "auto",
"metadata" : { "age" : "12", "activity" :
"low" },
"refreshRate" : 90000,
"focusBorderColor" : "blue",
"focusBorderWidth" : "1px",
"placeholder" : "http://www.bbmanimated.com/bbmapp2/images/banner.p
});
</script>
the ads are displaying,but its not showing anything, if i click on the ads. what is the reason? i use my own zone id as well. but same issue.
Regards,
Asif Hameed
07-09-2012 01:14 PM
Hi Asif and welcome to the forums!
Could you elaborate on "not showing anything"? What is occurring and what would you expect?
What ad is displayed when this is tested?
Does the ad gain focus and display the focus border?