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

MerkleId NOT handled properly for OpenX (Easy Fix) #7566

Closed
DemonFangs opened this issue Oct 12, 2021 · 4 comments
Closed

MerkleId NOT handled properly for OpenX (Easy Fix) #7566

DemonFangs opened this issue Oct 12, 2021 · 4 comments
Labels

Comments

@DemonFangs
Copy link

After recent Merkle ID module update the merkle id is not extracted properly from the Apenx adapter.

see here

Solution:
Add new case:

case 'merkleid':
    queryParams[key] = userIdObjectOrValue.id;
    break;
@SKOCHERI
Copy link
Contributor

There has been no changes/updates to the way how merkle id was returned from MerkleIdSystem.js. Agree to the fact that Apenx adapter needs to handle merkle id.

@patmmccann patmmccann added the bug label Oct 12, 2021
@patmmccann
Copy link
Collaborator

seems like this

case 'flocId':

should be case flocid or merkle or uid2

@bwschmidt
Copy link
Contributor

fixed in #7576

@DemonFangs
Copy link
Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants