Skip to main content
When Apple AdServices is enabled in RevenueCat, attributed installs write reserved customer attributes such as media source, campaign, ad group, and keyword. Appeeky reads these attributes through the RevenueCat API so you can tie subscription revenue back to paid acquisition — without exporting files manually. Use this alongside Apple Search Ads Profitability, which joins spend from Apple with revenue from RevenueCat charts. Attribution endpoints complement that view with customer-level dimensions, including country.

What This Answers

  • Which keywords drove paying customers, not just chart-level revenue segments?
  • How does attributed revenue break down by campaign and country?
  • Is Apple Search Ads attribution actually flowing into RevenueCat?
Customer attributes are fetched per customer. The summary endpoint samples recent customers for responsiveness. For large-scale historical analysis, RevenueCat Scheduled Data Exports remain the right tool inside RevenueCat; Appeeky focuses on live optimization workflows.

Prerequisites

  1. An Appeeky API key.
  2. A RevenueCat secret API key (sk_…) via X-RC-Key.
  3. Apple AdServices enabled in RevenueCat → Integrations.
  4. Installs with attribution data — attributes appear after attributed users are recorded.
Optional: X-RC-Project when your API key accesses multiple RevenueCat projects.

Attribution Summary

Aggregates a sample of customers who have attribution attributes, grouped by media source, campaign, keyword, and customer country. Includes total attributed revenue per group.
The same endpoint is also available at:
Both paths behave identically. Connect-prefixed routes work with the Appeeky Connect client and dashboard proxy.

Query parameters

Example

curl

Response

Fields

Row dimensions

Revenue per row is summed from each customer’s subscription proceeds in USD.

Customer Attributes

Read the full attribute list for a single RevenueCat customer, including parsed attribution fields.
Also available at:

Example

curl

Response

Reserved attribution keys

Other custom attributes on the customer are returned in attributes but not mapped into attribution.

How This Fits With Profitability

Chart-based profitability matches revenue to segment names from RevenueCat. Customer attributes expose the same acquisition dimensions at the user level, which is useful when chart segments lag or you need country alongside keyword.

MCP Tools

See MCP for parameter details.

Errors