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

33across ID System: Include hashed email from storage #12529

Merged
merged 5 commits into from
Dec 18, 2024

Conversation

carlosfelix
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Updated bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Obtain hashed email from storage and make it part of the 33across ID request.
Include additional maintenance changes such as typo fixes and clearing storage items.

@@ -97,6 +98,11 @@ function calculateQueryStringParams(pid, gdprConsentData, enabledStorageTypes) {
params.tp = encodeURIComponent(tp);
}

const hem = getStoredValue(STORAGE_HEM_KEY, enabledStorageTypes);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if a publisher wanted to pass this on your config params?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @patmmccann

that's a good point, I think we could easily implement this functionality and add it to the PR... working on it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the option to pass hashed email via configuration param.

@patmmccann patmmccann self-assigned this Dec 18, 2024
@patmmccann patmmccann merged commit c13b1b8 into prebid:master Dec 18, 2024
5 of 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.

2 participants