# Why doesn’t Firebase and AdLibertas revenue match?

### **Ad Revenue**

Google uses <mark style="color:blue;">“</mark>[<mark style="color:blue;">Admob-network estimated</mark>](https://support.google.com/firebase/answer/6317517?authuser=0#revenue\&zippy=%2Cin-this-article)<mark style="color:blue;">”</mark> revenue (only) for their ad revenue numbers. AdLibertas uses impression-level actual ad revenue from your ad networks.

### **In-App Purchase Revenue:**

Some revenue discrepancies might be due to time zones and currency exchange. AdLibertas reports on GMT and auto-converts on the day of purchase from local currency using [<mark style="color:blue;">Open Exchange Rates</mark>](https://openexchangerates.org/) to convert to USD.

### **Subscription Revenue:**

It should be noted that while Firebase auto-fires subscription renewals, [<mark style="color:blue;">they don’t export that data to BigQuery</mark>](https://support.google.com/firebase/answer/9234069?visit_id=637806567513711513-1338229260\&rd=1#:~:text=set%20to%20true.-,this%20event%20is%20not%20exported%20to%20bigquery.,-product_id%2C%20price%2C%20value)<mark style="color:blue;">.</mark> So if you have material renewals or refunds, those will not be represented in AdLibertas by default. Your choices are to integrate a subscription management tool like [<mark style="color:blue;">RevenueCat</mark>](https://docs.adlibertas.com/data-integrations/iap/revenuecat-integration-webhooks)<mark style="color:blue;">,</mark> fire a custom renewal event in Firebase, or [<mark style="color:blue;">send a custom webhook</mark>](https://docs.adlibertas.com/data-integrations/custom-integrations/sending-events-via-webhooks-to-adlibertas) to our servers.

To read more about how Firebase handles IAP & Subscription revenue, [<mark style="color:blue;">read this article.</mark>](https://docs.adlibertas.com/data-integrations/iap/tracking-iap-and-subscriptions-in-firebase-and-bigquery)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adlibertas.com/faqs/audience-reporting/why-doesnt-firebase-and-adlibertas-revenue-match.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
