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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to find the value of parameters passed in App Events Dashboard #2415

Open
3 tasks done
nadeemworkspace opened this issue May 6, 2024 · 1 comment
Open
3 tasks done

Comments

@nadeemworkspace
Copy link

Checklist before submitting a feature request

Goals

I can see the parameter keys in the Events manager but not the value
Screenshot 2024-05-06 at 5 41 07 PM
Manager

Expected results

I can see the parameter keys in the Events manager but not the value
Screenshot 2024-05-06 at 5 41 07 PM
Manager

Code samples & details

static func logAppEventWithParams(eventName: FBAppEvents, _ params: [String: Any]){
        if isProductionEnvironment(){
            let eventParams: [AppEvents.ParameterName: Any] = Dictionary(uniqueKeysWithValues: params.map { key, value in
            (AppEvents.ParameterName(rawValue: key), value)
          })
          let eventName = AppEvents.Name(rawValue: eventName.rawValue)
          AppEvents.shared.logEvent(eventName, parameters: eventParams)
        }
    }.
@nadeemworkspace nadeemworkspace changed the title Not able to find the value of parameters passed in App Events Not able to find the value of parameters passed in App Events Dashboard May 6, 2024
@Anurag-Chourasia
Copy link

I am having similar issue where my neither my param key or value is being displayed. in IOS 17+, Xcode 15+ and Swift 5+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants