facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
Cannot see events on Events Manager dashboard
Checklist
- [✅ ] I've updated to the latest released version of the SDK
- [✅ ] I've searched for existing GitHub issues
- [✅ ] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [✅ ] I've read the Code of Conduct
- [✅ ] This issue is not security related and can safely be disclosed publicly on GitHub
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
- Unity Editor Version:
2019.4.40f1c1
- Unity SDK Version:
14.0.0
- Installation Platform & Verison:
iOS version
Xcode 13.1`
Goals
See my events displayed on Events Manager
Expected Results
After opening the app, I want to see session started event on Event Manager
Actual Results
Nothing appears
Steps to Reproduce
What are the steps necessary to reproduce this issue?
Code Samples & Details
Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.
Note: Remember to format your code for readability:
When i start app, i see the log
Response Body: ( { body = { "app_events_config" = { "advertiser_id_collection_enabled" = 1; "default_ate_status" = 1; "event_collection_enabled" = 0; }; id = 419044332924945; }; code = 200; } )
when i upload the event , i see the log
Response Body: ( { body = { data = ( ); }; code = 200; } )
"event_collection_enabled" =0, Maybe i should open the collection? Where? Thank you very much!