
Adobe Analytics
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Adobe Analytics to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Pull Adobe Analytics report data and metadata into the PostHog Data warehouse.
Create an OAuth Server-to-Server credential in the Adobe Developer Console, add the Adobe Analytics API to the project, and assign a product profile that can read the report suite you want. Then enter the credential's client ID and secret.
The report table runs one query per day, so pick the dimension and metrics to break it down by. Adobe allows one dimension per report.
Configuration
| Option | Type | Required |
|---|---|---|
Client ID | text | Yes |
Client secret | password | Yes |
Report suite ID | text | Yes |
Global company ID | text | No |
Report dimension | text | No |
Report metrics | text | No |
Start date | text | No |
Linking Adobe Analytics to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Adobe Analytics
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
report_suites | A report suite: the container that Adobe Analytics collects and reports data into. | Full refresh | — | rsid |
segments | A saved segment: a reusable filter applied to report data. | Full refresh | — | id |
calculated_metrics | A calculated metric: a metric derived from other metrics, segments, and functions. | Full refresh | — | id |
dimensions | The dimension catalog for a report suite: every dimension available to break a report down by. | Full refresh | — | rsid, id |
metrics | The metric catalog for a report suite: every metric available to request in a report. | Full refresh | — | rsid, id |
report | Daily report rows from the Adobe Analytics reporting API: one row per report suite, day, and value of the configured dimension, with the configured metrics as columns. | Incremental, Full refresh | date | rsid, date, item_id |