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

# Configure Analytics with RevenueCat

> Forward RevenueCat's subscription events to Encore instead of wiring App Store Server Notifications.

## Overview

Encore measures offer impact from the subscription lifecycle events described in [Configure Analytics](/publishers/ios/quickstart/configure-analytics). When RevenueCat owns your subscriptions, it already receives those events, so you forward from RevenueCat instead of wiring App Store Server Notifications. Two paths do that; pick one.

***

## Forward events from RevenueCat

The direct path. RevenueCat posts subscription lifecycle events straight to Encore.

<Steps>
  <Step title="Open your RevenueCat dashboard">
    Go to **Project Settings → Integrations → Webhooks**.
  </Step>

  <Step title="Create a webhook">
    Set the URL to `https://api.encorekit.com/encore/webhooks/revenuecat/<your-token>` and save.
  </Step>
</Steps>

<Note>
  Your RevenueCat webhook token (an `rcw_…` value) is issued by Encore and surfaced in your dashboard. Unlike your SDK API keys, which you retrieve yourself, this third-party webhook token is provisioned during onboarding, so share your RevenueCat project details with Encore to receive it.
</Note>

***

## Forward from your own server

The path for publishers who already operate a server that fans App Store Server Notifications out to several destinations. Add Encore as one of its destinations and leave RevenueCat's webhook configuration alone. The forwarding contract is on [App Store Server Notifications](/publishers/ios/platform-setup/server-notifications).
