I’ve integrated the AdMob SDK in my App, and I’m Using Google DFP for creating the Banners.
We produce some Ads what should be linked to internal Views. I’ve already implemented the handleOpenURL method, because in past we used another Ad System.
Adding custom HTML Code where I put a Link to my custom URL (example tab://MyView), then clicking on the Ad in my App, nothing succeed.
Is there a possibility to catch AdMob Url actions bevore they get redirected?
AdMob has a feature for DFP called App Events where your HTML ad creative can fire an event that the SDK will listen for – then you can implement
and react accordingly.
To fire the event, you’ll want to call
admob.events.dispatchEventfrom the AdMob API for Ads when the ad is clicked.