My goal is to
- Accurately track subscriptions generated from Facebook Ad campaigns, allowing you to know precisely how much revenue your campaigns generate.
But, I want to avoid RevenueCat from interfacing my Facebook Ad related data. Hence, I want to avoid
- Send trial starts, trial conversions, and renewals directly from RevenueCat to Facebook Ads Manager, allowing for accurate tracking without an app open.
I read on :
https://www.revenuecat.com/docs/integrations/attribution/facebook-ads#3-send-revenuecat-events-into-facebook-ads-manager
I have performed steps
1. Install Facebook SDK
2. Send device data to RevenueCat
I SKIP steps
# Track Install and Usage Events ( https://www.revenuecat.com/docs/integrations/attribution/facebook-ads#track-install-and-usage-events ) - Skip
3. Send RevenueCat events into Facebook Ads Manager (I input the “App ID”, but I leave “Client Token” empty)
4. Testing the Facebook Ads Manager integration - Skip
5. View Events in Facebook - Skip
By doing so, can I still achieve my sole goal, which is ?
- Accurately track subscriptions generated from Facebook Ad campaigns, allowing you to know precisely how much revenue your campaigns generate.
Thank you.