Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjushahgupta committed Feb 7, 2025
1 parent ad4ffc8 commit eb0a76f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/supported-sources/applovin_max.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ ingestr ingest \
--dest-uri "duckdb:///applovin_max.db" \
--dest-table "dest.ad_revenue"
```
By default, `ingestr` retrieves data based on the current UTC time:
- If run after 08:00 UTC, it fetches the previous day's data
- If run before 08:00 UTC, it fetches data from two days ago
For a custom date range, use the `--interval-start` and `--interval-end` parameters.
By default, `ingestr` retrieves data for the last 30 days. For a custom date range, use the `--interval-start` and `--interval-end` parameters.

<img alt="applovin_max_img" src="../media/applovin_max.png"/>

## Table
[ad_revenue](https://developers.applovin.com/en/max/reporting-apis/user-level-ad-revenue-api/): Provides daily metrics from the user-level ad revenue API.
[ad_revenue](https://developers.applovin.com/en/max/reporting-apis/user-level-ad-revenue-api/): Provides daily metrics from the user-level ad revenue API.User-level revenue data is available eight hours after UTC day end. So, for example, data for UTC 2025-01-01 is available on UTC 2025-01-02 after 08:00.

0 comments on commit eb0a76f

Please sign in to comment.