Open osama450 opened 5 days ago
I found some events in the Liveview option.
But I advise you to open a support ticket to Branch, since this is not a question about the Flutter plugin, but about Branch services.
Branch Support: (https://help.branch.io/using-branch/page/submit-a-ticket)
They will be able to guide you better.
This events from my account ?
No. These are my events.
I am not Branch support, I do not have access to their events.
Describe the bug Hi there, I need to send logs or event for user actions I'm using this code to send this data I'm using the free plan , thanks
Expected behavior this my code , and I don't get any data in dashboard and i don't know where should will be
Future<void> logToBranchIo( {required String name, Map<String, dynamic>? parameters}) async { BranchEvent eventCustom = BranchEvent.standardEvent(BranchStandardEvent.LOGIN); FlutterBranchSdk.trackContentWithoutBuo(branchEvent: eventCustom); }.
and thisFuture<void> logToBranchIo( {required String name, Map<String, dynamic>? parameters}) async { BranchEvent eventCustom = BranchEvent.customEvent('Test'); FlutterBranchSdk.trackContentWithoutBuo(branchEvent: eventCustom); }
Mobile (Please complete the following information. remove session if not Mobile):