However, I am getting stuck at mapping the AppLovin native ad data to Admob's required spec. For example, I cannot find the native ad data (ie. title, image urls, body text, etc.) in the returned MaxNativeAdView or MaxAd. Also I cannot find the methods for recording impressions or handling clicks.
No official adapter exists, so I am currently trying to write my own following the Admob documentation: https://developers.google.com/admob/android/custom-events/native
However, I am getting stuck at mapping the AppLovin native ad data to Admob's required spec. For example, I cannot find the native ad data (ie. title, image urls, body text, etc.) in the returned MaxNativeAdView or MaxAd. Also I cannot find the methods for recording impressions or handling clicks.