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

support userId module #3675

Merged
merged 13 commits into from
Mar 26, 2019
Merged

support userId module #3675

merged 13 commits into from
Mar 26, 2019

Conversation

HolzAndrew
Copy link
Contributor

Type of change

  • Other

Description of change

Adds support for User ID module

if (request && request.userId && typeof request.userId === 'object') {
userId = request.userId;
}
return userId;
Copy link
Contributor

Choose a reason for hiding this comment

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

why don't you just return userId.pucid if it exists?

@jaiminpanchal27 jaiminpanchal27 merged commit cc80fe3 into prebid:master Mar 26, 2019
pycnvr pushed a commit to conversant/Prebid.js that referenced this pull request Apr 4, 2019
* use unit id being sent instead of hard coded auid

* make multiple requests

* removes commented out code. adds aus param back

* hardcodes vht, vwd, aus

* arrays should have commas

* adds aus check to test

* updates md file with new sizes syntax

* updates md file with new sizes syntax

* adds note on md about size option

* size updates

* adds prebid consortium id
jacekburys-quantcast pushed a commit to jacekburys-quantcast/Prebid.js that referenced this pull request May 15, 2019
* use unit id being sent instead of hard coded auid

* make multiple requests

* removes commented out code. adds aus param back

* hardcodes vht, vwd, aus

* arrays should have commas

* adds aus check to test

* updates md file with new sizes syntax

* updates md file with new sizes syntax

* adds note on md about size option

* size updates

* adds prebid consortium id
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.

5 participants