8000 Provide criteoId to server by user.ext.eids by bmwcmw · Pull Request #4478 · prebid/Prebid.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Provide criteoId to server by user.ext.eids #4478

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

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

bmwcmw
Copy link
Collaborator
@bmwcmw bmwcmw commented Nov 18, 2019

Type of change

  • Bugfix
  • Feature
  • New 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

Add support to provide received userId from user module to s2s call in order to enable tracking

Test parameters for validating bids

{
  bidder: 'criteo',
  params: {
    zoneid: 497747
  }
}

with

pbjs.setConfig({
    s2sConfig: {
        accountId: '1',
        enabled: true,
        bidders: ['criteo'],
        timeout: 1000,
        adapter: 'prebidServer',
        endpoint: '.../openrtb2/auction',
        syncEndpoint: '.../cookie_sync' // not used
    },
    criteo: {
        ceh: 'abcde'
    },
    userSync: {
        userIds: [{
            name: "criteo"
        }]
    }
});

Other information

CriteoId User Module #4287

@bmwcmw bmwcmw force-pushed the export_criteoId_to_server branch from 519524d to 15c2793 Compare November 21, 2019 09:19
@bmwcmw
Copy link
Collaborator Author
bmwcmw commented Nov 21, 2019

Hi @bretg, I just fixed the previous conflict, please check

@bretg bretg merged commit 103c64b into prebid:master Nov 25, 2019
@bmwcmw bmwcmw deleted the export_criteoId_to_server branch March 24, 2020 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0