Skip to content

Data sources

Partner Console combines four kinds of data. Knowing which source feeds which feature helps you decide what to connect next.

The foundation. Once your Shopify Partners connection is set up, installs, subscriptions, transactions, MRR, churn and the whole customer lifecycle sync on their own. Every report under Reports and every customer page runs on this. Nothing to build.

What only your app knows: contact emails, custom fields, and in-app behavior (usage events, page views). This powers segments, flows, the Behavior section, and activation funnels. One HTTP call per update; see the developer docs.

For computed data that would be tedious to push event by event, connect a read-only PostgreSQL user and map SQL queries to custom fields. The console re-runs them on a schedule.

The App Store listing itself: page views, the install funnel, ad clicks, and which search terms drive installs. Shopify’s Partner Dashboard sends these events to GA4; GA4 exports them to BigQuery; Partner Console polls BigQuery. Setup takes about fifteen minutes: Setting up Google Analytics 4 with BigQuery.