> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flokitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Source mapping

> Map the systems FloKit needs across acquisition, subscriptions, product events, and finance.

FloKit should fit around the systems a subscription app already uses. The integration story should make it obvious where each signal comes from and what job it does.

## Source categories

| Category            | Examples                                          | Why it matters                                           |
| ------------------- | ------------------------------------------------- | -------------------------------------------------------- |
| Ad platforms        | Meta, Google, TikTok, Apple Search Ads            | Spend, budgets, campaigns, creatives, bids, and delivery |
| Attribution and MMP | AppsFlyer, Adjust, Branch                         | User-source joins, campaign attribution, install quality |
| Subscription stack  | App stores, Stripe                                | Trials, subscriptions, renewals, cancellations, refunds  |
| Product analytics   | Amplitude, Mixpanel, PostHog, Firebase            | Activation, onboarding, paywall, and retention events    |
| Warehouse           | BigQuery, Snowflake, Redshift                     | Source-of-truth joins and finance-approved reporting     |
| Creative systems    | Asset folders, campaign naming, creative metadata | Creative fatigue and retained-value analysis             |

## Integration promise

For marketing docs, this page should show that FloKit does not replace the monetization stack. It adds the acquisition intelligence and controlled action layer on top of it.

## First-pass setup

<Steps>
  <Step title="Choose source of truth">
    Decide which system owns revenue, cohort joins, campaign names, and user identity.
  </Step>

  <Step title="Connect read-only data">
    Start with warehouse exports, platform reports, or webhooks before enabling any write action.
  </Step>

  <Step title="Map identifiers">
    Confirm how campaign IDs, creative IDs, user IDs, and transaction IDs join across systems.
  </Step>

  <Step title="Validate payback">
    Compare FloKit metrics to finance-approved reports before trusting action recommendations.
  </Step>
</Steps>
