Skip to content

Meta Audience Network and InMobi Native Ads Missing Click and Impression Callbacks #487

Description

@ruiyong-lee

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions