facebook-sdk-for-unity icon indicating copy to clipboard operation
facebook-sdk-for-unity copied to clipboard

Cannot see events on Events Manager dashboard

Open WikyWu opened this issue 2 years ago • 0 comments

Checklist

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!

WikyWu avatar Aug 01 '22 10:08 WikyWu