Open lucasrafagnin opened 2 years ago
@lucasrafagnin,
MaxNativeAdListener
interface. For impression you can assume it is tracked as soon as you've added the ad view to your view hierarchy in onNativeAdLoaded()
(you can check your log for messages like View met visibility requirements. Logging visibility impression
and Tracking Visibility
). isAdInvalidated()
in the adapter (so no action required on your part): https://github.com/AppLovin/AppLovin-MAX-SDK-Android/blob/ea965190cb4a3a683eee9088f0a276f6e8ba9669/Facebook/src/main/java/com/applovin/mediation/adapters/FacebookMediationAdapter.java#L1074-L1080Vu Chau AppLovin Team
Hi @chauduyphanvu.
Could you add the impression event in MaxNativeAdListener class? I noticed that this information exists in MaxNativeAdAdapterListener, and it would be relevant to our project as we used this event callback previously in the Mopub SDK.
Thanks.
This issue is stale because it has been open for 30 days with no activity.
Hi guys,
During the Sdk migration I noticed some different points, and I would like to know if there is a way to get around them:
Lack of listener callback (Topic 7) for onClick and onImpression ad events, they are important events and existed both on Facebook and on Mopub (called MoPubNativeEventListener), and I didn't find it on your SDK.
One way to detect if the ad loaded is still valid, on Facebook this function is called
isAdInvalidated
.Desired Assets(Topic 5), in Mopub I can pass these optional parameters and I haven't found an equivalent in AppLovin.
Thanks