Ad generation via Inner-Active
Posted: Tue Mar 12, 2013 9:50 pm
Hello everybody.
I have been testing my application for the past few days and seem to have came across a problem.
My App is working correctly however the problem arrises within Ad control, the adverts display correctly but all it seems to do is make impressions and no clicks (CTR).
I was wondering if there is anything which needs to be added to control impression vs clicks in side the application itself?
I have been in contact with Inner-Active (who are great by the way) and are looking into any problems their end.
Not sure if i had missed something with integration within the app?
code i am currently using to generate adverts is:
mobileAdRegister "YOUR APP ID HERE"
local tDetails
// See the dictionary for more metadata entries
put "5" into tDetails["refresh"] // The advert refresh interval in seconds
put 10 into tDetails["age"] // The age of the target audience
put "male" into tDetails["gender"] // The expected gender of the target audience
mobileAdCreate "myAd1", "banner", (80,0.5), tDetails
mobileAdSetTopVisible ("myAd1", true) // Sets the visible of the ad "myAd1" to
true
*within a on openCard handler
Hope somebody could offer advice or help as this is delaying launch of my application.
Thanks
I have been testing my application for the past few days and seem to have came across a problem.
My App is working correctly however the problem arrises within Ad control, the adverts display correctly but all it seems to do is make impressions and no clicks (CTR).
I was wondering if there is anything which needs to be added to control impression vs clicks in side the application itself?
I have been in contact with Inner-Active (who are great by the way) and are looking into any problems their end.
Not sure if i had missed something with integration within the app?
code i am currently using to generate adverts is:
mobileAdRegister "YOUR APP ID HERE"
local tDetails
// See the dictionary for more metadata entries
put "5" into tDetails["refresh"] // The advert refresh interval in seconds
put 10 into tDetails["age"] // The age of the target audience
put "male" into tDetails["gender"] // The expected gender of the target audience
mobileAdCreate "myAd1", "banner", (80,0.5), tDetails
mobileAdSetTopVisible ("myAd1", true) // Sets the visible of the ad "myAd1" to
true
*within a on openCard handler
Hope somebody could offer advice or help as this is delaying launch of my application.
Thanks