Hello,
I am sending purchase and trial start events to Meta using the RevenueCat Meta Ads integration. Currently, I can see the events in Meta, but when I check the event details, Meta reports that no event parameters were detected.
In my Flutter app, I am calling Purchases.collectDeviceIdentifiers() after the Purchases SDK is initialized and after the user accepts the App Tracking Transparency permission, in order to collect the advertiser ID.
Additionally, after initializing the Purchases SDK, I call a method to get the Facebook Anonymous ID and pass it to the Purchases SDK using Purchases.setFBAnonymousID(fbAnonymousID).
I am not sure if there is anything else I need to do. My goal is to see the advertiser ID as an event parameter in Meta.
Also I am not sure why I cant see any other parameter for the StartTrialComplete event, what parameters RC sends to META?
Thank you for your guidance.

