Help with ad click detection code

Since there appears to be no way to detect when an Inneractive ad is clicked, does anyone know how one might listen to the network stream for a URL request? Could you place a listener on the Runtime to check for calls to the Inneractive ad server?

An easier solution would be an invisible rectangle that passes touch events through to the ad below, but it seems there’s no way to move such a rectangle in front of the Inneractive ad. [import]uid: 1560 topic_id: 23764 reply_id: 323764[/import]

Check out Deniz’s admediator module here:

http://developer.anscamobile.com/code/ad-mediator-corona

It uses the same connection to Inneractive, but works alot better imho. Also you can mediate to other networks if you want. You can check for clicks in his code rather easily. [import]uid: 8872 topic_id: 23764 reply_id: 95624[/import]

I have tried it, thanks. It works well, apart from one thing…it seems to interfere with a Twitter button I have in my app on a different screen, forcing the Twitter call to open in Safari rather than as a popup. If I could figure out how to resolve that, AdMediator would probably be the way to go. [import]uid: 1560 topic_id: 23764 reply_id: 95723[/import]