Skip to main content
tip
Beta SDK notice: this is a Unity Plugin 3.2.1-beta.1 version, which fully supports iAB TCFv2 and Google UMP according to Google requirements. Use this version only if you use Google Ads, otherwise use our stable version. The latest stable release is Unity Plugin 3.2.0. All changes you can check in the changelog.
Version: 3.2.1-beta.1

Firebase

Firebase SDK (firebase-analytics and firebase-config) is used for analytics and remote config for tests and settings.


Firebase Connection

To connect your Firebase account, follow the steps below.

Step 1. Import Firebase

Firebase SDK is already included in Appodeal SDK (firebase-analytics and firebase-config). You don't need to install it separately.

Step 2. Configure Firebase App

  1. Follow this guide to configure your Firebase app.
  2. For Android:
    Add your google-services.xml file from the Firebase console to the Assets folder of your project.
    For iOS:
    Add your GoogleService-Info.plist file from the Firebase console to the Assets folder of your project.
  3. Go to Appodeal → Appodeal Settings → Firebase Settings and tick Enable auto Configuration for Firebase.

Step 3. Set Up Firebase Remote Config In Attribution Settings (Optional)

If you want to use Firebase Remote Config in your app, you can add your Firebase parameter keys from Firebase console → Project name → Remote Config to Firebase Config Keys in Attribution Settings.

Step 4. Enable Firebase Tracking In Attribution Settings

To enable sending events to Firebase SDK, you need to enable Firebase Tracking in Attribution Settings.


Demo Application

You can use our demo app as a reference project.

Demo App (Beta)

Track In-app Purchases

Tracks in-app purchase information and sends info to Appodeal servers for analytics. It allows users to group by the fact of purchasing in-apps. This will help you adjust the ads for such users or turn them off if needed. In order to track in-app purchases, please refer to this guide

Event Tracking

Appodeal SDK allows you to send events to analytic services such as:

In order to setup event tracking please refer to this guide.