You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
I am trying to update my app to log Standard Events such as the Complete Registration event in the case when a user has completed the registration process within my application. I am logging a custom event however in order to optimise my Facebook ads it needs to be this standard event which I have had no success logging.
From the native SDK docs I have found that there are two different events depending on device type:
There was a Pull Request made back in 2018 to perform similar functionality which was in turn closed and not merged to production: #381
I have also seen that the fb_mobile_complete_registration event maps to this Standard Event in places however from including this log event and testing it on my app I have not been successful in getting the Standard Event log to appear in the Events Manager on Facebook.
I can get fb_mobile_complete_registration to show in the event manager with the following code: AppEventsLogger.logEvent('fb_mobile_complete_registration', { fb_registration_method: 'web', _valueToSum: 123, fb_currency: 'USD' })
However, I can't get fb_mobile_add_payment_info with a similar approach: AppEventsLogger.logEvent('fb_mobile_add_payment_info', { fb_success: success })
I think it's an issue with the parameters but I can't figure what...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug / Missing Feature Report
I am trying to update my app to log
Standard Events
such as theComplete Registration
event in the case when a user has completed the registration process within my application. I am logging a custom event however in order to optimise my Facebook ads it needs to be this standard event which I have had no success logging.From the native SDK docs I have found that there are two different events depending on device type:
iOS:
FBSDKAppEventNameCompletedRegistration
Android:
EVENT_NAME_COMPLETED_REGISTRATION
There was a Pull Request made back in 2018 to perform similar functionality which was in turn closed and not merged to production: #381
I have also seen that the
fb_mobile_complete_registration
event maps to this Standard Event in places however from including this log event and testing it on my app I have not been successful in getting the Standard Event log to appear in the Events Manager on Facebook.Does anyone have any more information on this topic that I might be missing or is it in fact a feature missing from this library?
Environment
The text was updated successfully, but these errors were encountered: