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

SharedIdSystem: add configurable inserter #12664

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

dgirardi
Copy link
Collaborator

Type of change

  • Feature

Description of change

This adds the option to set inserter in the EIDs generated by sharedId, taking it from params.inserter, e.g.

pbjs.setConfig({
  userSync: {
    userIds: [{
      name: 'sharedId',
      params: {
        inserter: 'publisher.com'
      },
    }]
  }
});

Other information

Closes #12641

@patmmccann patmmccann self-assigned this Jan 15, 2025
@ChrisHuie ChrisHuie self-requested a review January 16, 2025 15:58
@ChrisHuie ChrisHuie self-assigned this Jan 16, 2025
@ChrisHuie ChrisHuie merged commit f14229a into prebid:master Jan 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserId module: define getEid method & SharedId Id submodule: support for recently added eid object fields
3 participants