Hi, I’ve integrated both Meta Audience Network and InMobi as mediated networks for native ads via AdMob. However, I’m not receiving any callbacks for ad impressions or click events for either of them.
After reviewing the adapter source code, it appears that the following methods are not implemented, which may be the root cause:
swift
Copy
Edit
func handlesUserClicks() -> Bool {
return true
}
func handlesUserImpressions() -> Bool {
return true
}
According to the AdMob custom event native ads documentation, these methods should be overridden in order to properly track user interactions.
Could you please confirm if this is an oversight? It would be great to have proper support for these callbacks so that interaction metrics can be captured correctly.
Thanks!
Hi, I’ve integrated both Meta Audience Network and InMobi as mediated networks for native ads via AdMob. However, I’m not receiving any callbacks for ad impressions or click events for either of them.
After reviewing the adapter source code, it appears that the following methods are not implemented, which may be the root cause:
swift
Copy
Edit
func handlesUserClicks() -> Bool {
return true
}
func handlesUserImpressions() -> Bool {
return true
}
According to the AdMob custom event native ads documentation, these methods should be overridden in order to properly track user interactions.
Could you please confirm if this is an oversight? It would be great to have proper support for these callbacks so that interaction metrics can be captured correctly.
Thanks!