RodrigoSMarques / flutter_branch_sdk

Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
https://branch.io
MIT License
100 stars 91 forks source link

Logs & events issue #388

Open osama450 opened 5 days ago

osama450 commented 5 days ago

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 this Future<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):

RodrigoSMarques commented 3 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.

image
osama450 commented 3 days ago

This events from my account ?

RodrigoSMarques commented 3 days ago

No. These are my events.

I am not Branch support, I do not have access to their events.