Closed beliven-davide-lorigliola closed 5 months ago
Ok, for the posterity, solution to problem 1): obviously you have to log in in the app with the same Facebook Account you're using as Meta Developer.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I'm on
"react-native-fbsdk-next": "^13.0.0"
and"react-native": "0.71.6"
.I'm using the following hook in
AppStackNavigator
:Then, for example at first checkout step of my app, I track the
INITIATED_CHECKOUT
event like this:Now, I can see both from network tab of developer tools and Meta Developer Events Manager that events are successfully sent, but I have two major problems:
1) I'm using this library and I'm sending events with parameters in order to make work the Advantage+ Catalog Ads set by my customer, but the relative "flags" don't turn "green", as you can see in this image below:
2) If I try to use the "Test events" function in FB Events manager, even triggering many events from my app doesn't show anything on the realtime dashboard side...
Any hint?