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

Add Logicad for Publishers bid adapter #4010

Merged
merged 2 commits into from
Jul 23, 2019
Merged

Add Logicad for Publishers bid adapter #4010

merged 2 commits into from
Jul 23, 2019

Conversation

logicad
Copy link
Contributor

@logicad logicad commented Jul 19, 2019

Type of change

  • New bidder adapter

Description of change

New Logicad for Publishers bid adapter

  • test parameters for validating bids
{
  bidder: 'logicad',
  params: {
    tid: 'test'
  }
}

Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

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

Hi @logicad

Thanks for submitting this new adapter; I ran some tests and it appears to working as expected.

I had one question regarding the userSync code, please see below when you have the chance.

Thanks!

syncOptions.pixelEnabled && serverResponses[0].body.userSync.type == 'image') {
return [{
type: 'image',
url: serverResponses[0].body.userSync.url
Copy link
Collaborator

Choose a reason for hiding this comment

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

To confirm - if you're returning multiple bids, this code would only grab the first bid's userSync pixel. The other bids' userSync pixels would be left out.

Is that expected?

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 @jsnellbaker

Thank you for the review.

Yes, it is as expected.

Only using the first bids will fulfill our requirements.

@jsnellbaker jsnellbaker merged commit 2aa8846 into prebid:master Jul 23, 2019
leonardlabat pushed a commit to criteo-forks/Prebid.js that referenced this pull request Jul 30, 2019
* Add Logicad for Publishers bid adapter

* Add test code
VideoReach pushed a commit to VideoReach/Prebid.js that referenced this pull request Aug 1, 2019
* Add Logicad for Publishers bid adapter

* Add test code
sa1omon pushed a commit to gamoshi/Prebid.js that referenced this pull request Nov 28, 2019
* Add Logicad for Publishers bid adapter

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

Successfully merging this pull request may close these issues.

3 participants