Difference between Admob Ads and Firebase Ads

前端 未结 3 1661
别跟我提以往
别跟我提以往 2020-12-10 10:02

I\'m trying to migrate from Google analytics to the new Firebase analytics but I noticed there are libraries for ads too. Are firebase ads going to replace admob ads as well

相关标签:
3条回答
  • 2020-12-10 10:37

    I used to use https://github.com/unity-plugins/Unity-Admob

    Later, use https://github.com/unity-plugins/Firebase-Admob-Unity

    Found no difference between the two, they use the same admob library, the same

    code to achieve. Firebase just retains a previous admob interface

    0 讨论(0)
  • 2020-12-10 10:42

    Linking your app(s) to Firebase enables Firebase Analytics and AdMob to work together more closely. By choosing to link your app to Firebase, you allow more of your Analytics data to be used by AdMob independent of your Firebase Analytics Data Sharing Settings.

    Check Admob - Google Support for more information and Admob - Firebase

    0 讨论(0)
  • 2020-12-10 10:45

    Happily, these are the same thing! The 'firebase-ads' dependency just brings in the existing 'play-services-ads' library and the 'firebase-analytics' library. The Firebase SDK is part of Google Play services, so no need to worry about migrating, just update to the latest version.

    Exactly as Kastriot says, the main integration is between Firebase Analytics and AdMob, but the AdMob SDK is still the same service you're already familiar with.

    0 讨论(0)
提交回复
热议问题