AdMob Data in Firebase Analytics with AdMob Plugin not working

Hello,

I am using the AdMob-Plugin and the Firebase Analytics-Plugin.

However, the impression/click data from AdMob is not recognized by Firebase Analytics, like it is with another non-Corona project.

Is there any way to make that work with the Corona AdMob Plugin?

Best regards,

Björn

The Corona AdMob plugin is using the standard Google libraries for AdMob and not Firebase AdMob which I suspect might be the reason. We currently do not have a Firebase AdMob plugin. It may change in the future however there is no ETA for such a plugin.

What confuses me a bit is that during development testing, Firebase actually recorded Impression/click data for one day on my testing device. That was on June 2nd.

However, I can’t figure out the reason or difference on that day.

The linking works now! The Firebase support told me, that Firebase Analytics 4.0 is required for logging AdMob events. So Scott updated the Firebase Analytics plugin to a new version and it’s working now for iOS.

The Corona AdMob plugin is using the standard Google libraries for AdMob and not Firebase AdMob which I suspect might be the reason. We currently do not have a Firebase AdMob plugin. It may change in the future however there is no ETA for such a plugin.

What confuses me a bit is that during development testing, Firebase actually recorded Impression/click data for one day on my testing device. That was on June 2nd.

However, I can’t figure out the reason or difference on that day.

The linking works now! The Firebase support told me, that Firebase Analytics 4.0 is required for logging AdMob events. So Scott updated the Firebase Analytics plugin to a new version and it’s working now for iOS.