Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to track event parameter on facebook event manager consnole #491

Closed
priyankagupta23pg opened this issue Feb 16, 2024 · 2 comments
Closed
Labels
wontfix This will not be worked on

Comments

@priyankagupta23pg
Copy link

priyankagupta23pg commented Feb 16, 2024

馃悰 Bug Report

I am not able to see parameters passed from app using below code how can param values I see on fb console,
on console only getting events count & events name

To Reproduce

Run below code

Expected Behavior

while parameter sent along with events should also be displayed

Code Example

AppEventsLogger.logEvent(AppEventsLogger.AppEvents.ViewedContent, {
"event_name": isIOS?"ios Login screen":"android Login screen",
"event_time": new Date().getMilliseconds(), });

unable to see parameters on Event manager console..Please clarify where I can see these parameter values.Only event name & count is coming

ANdroid & ios both platform same issue

@mikehardy
Copy link
Collaborator

With apologies this isn't a feature I use and this is an open source repository.
You'll have to alter your expectations of who will do what and revise them to "I will investigate what the cause is and collaborate upstream with facebook-android-sdk or facebook-ios-sdk as needed"

That's the way to move this forward, possibly with a https://stackoverflow.com/help/minimal-reproducible-example based on one of their quickstarts as needed

Copy link

stale bot commented Mar 18, 2024

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.

@stale stale bot added the wontfix This will not be worked on label Mar 18, 2024
@stale stale bot closed this as completed Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants