You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/attribution/facebook-ads.mdx
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,13 @@ You can see Facebook's App Events Reference [here](https://developers.facebook.c
91
91
92
92
## 3. Send RevenueCat events into Facebook Ads Manager
93
93
94
-
After you've set up the _Purchases SDK_ to send attribution data to RevenueCat, you can "turn on" the integration from the RevenueCat dashboard.
94
+
:::info Meta Conversions API
95
+
We are in the process of rolling out a new Facebook Ads integration that uses the [Conversions API](https://developers.facebook.com/docs/marketing-api/conversions-api/). We support both the Conversions API and the legacy App Events API for compatibility, but recommend using the Conversions API for better reliability and long-term support.
96
+
97
+
Learn more in the [sending RevenueCat events with the Conversions API](/integrations/attribution/facebook-ads#5-send-revenuecat-events-into-meta-events-manager) section below.
98
+
:::
99
+
100
+
After you've set up the _Purchases SDK_ to send attribution data to RevenueCat, you can turn on the integration from the RevenueCat dashboard.
95
101
96
102
1. Navigate to your project in the RevenueCat dashboard and find the _Integrations_ card in the left menu. Select **+ New**
97
103
@@ -141,7 +147,25 @@ While still on the Customer View, click into the test purchase event in the [Cus
You have completed the Events API integration! You can stop here or continue with the rest of the documentation to learn how to set up the Conversions API.
152
+
:::
153
+
154
+
## 5. Send RevenueCat events with the Conversions API
155
+
156
+
After you've set up the _Purchases SDK_ to send attribution data to RevenueCat, you can "turn on" the integration from the RevenueCat dashboard.
157
+
158
+
1. Navigate to your project in the RevenueCat dashboard and find the _Integrations_ card in the left menu. Select **+ New**
2. Choose **Facebook** from the Integrations menu.
163
+
3. Add your Datasource ID for production events (and optionally an Datasource ID for sandbox events). You can find this ID in the Events Manager, selecting which datasource you'd like to use.
164
+
4. Add the Client Token for your app (and for the sandbox Datasource if included). You can find your Client Token in the Events Manager dashboard, under your selected **Datasource > Settings > Generate Access Token**.
165
+
5. (Optional) You can toggle between different names for Facebook events. The recommended values are the same as with the [Events API integration](/integrations/attribution/facebook-ads#event-names).
166
+
6. Select whether you want sales reported as gross revenue (before app store commission), or after store commission and/or estimated taxes.
167
+
168
+
## 6. View Events in Facebook
145
169
146
170
Once events are delivered to Facebook, they can be used across Events Manager, Ads Manager, and Audiences.
0 commit comments