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

Feature Request: AppEvents supports external_id tracking #1496

Closed
4 tasks done
tanapoln opened this issue Sep 23, 2020 · 2 comments
Closed
4 tasks done

Feature Request: AppEvents supports external_id tracking #1496

tanapoln opened this issue Sep 23, 2020 · 2 comments

Comments

@tanapoln
Copy link

Checklist

  • I've updated to the latest released version of the SDK
  • I've searched for existing feature requests on GitHub issues
  • I've read the Code of Conduct
  • I've given my issue the title: Feature Request: [name of my feature request]

Goals

What do you want to achieve?
Conversion API for Web with Advanced Matching can set external_id to match the user with custom id. Currently, Facebook SDK for iOS is not supported for external_id field.

See the list of user data in the table here: https://developers.facebook.com/docs/app-events/advanced-matching#ios

Expected Results

What do you expect to happen?

Facebook SDK for iOS should support external_id field

@rromanchuk
Copy link

@tanapoln ok so i'm not going crazy. I noticed this from events manager diagnostics tab for server to server conversions via marketing api.

I always assumed that this accessor https://github.com/facebook/facebook-ios-sdk/blob/master/FBSDKCoreKit/FBSDKCoreKit/AppEvents/FBSDKAppEvents.h#L454 was responsible for setting external_id in the payload but it looks like this indeed not the case.

AppEvents.userID = "my-user-id

@Oliverccccct
Copy link

We started to support it from v9.3.0.

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

3 participants