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

Jixie Bid adapter: support more userids #8314

Merged
merged 16 commits into from
Apr 29, 2022

Conversation

jxdeveloper1
Copy link
Contributor

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

added code to sending tdid and uid2 and any publisher id to our backend

Be sure to test the integration with your adserver using the Hello World sample page.

  • contact email of the adapter’s maintainer
  • official adapter submission

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

@patmmccann patmmccann changed the title Jx more userids Jixie Bid adapter: support more userids Apr 25, 2022
@patmmccann patmmccann self-requested a review April 25, 2022 18:08
@patmmccann patmmccann self-assigned this Apr 25, 2022
@patmmccann
Copy link
Collaborator

Please add docs

@jxdeveloper1
Copy link
Contributor Author

Hi folks, I might need a bit of guidance here.

To my PR (initial) I received a comment (earlier commit) from Patrick McCann saying "Please add docs".

Since this pull request is about jixie changing to send userids to our backend, I looked at other bidders who are sending userids to their backends - to see what kind of comments/docs they have on this topic. I was unable to find.

So here, I only added a rather lame comment in the md file (With this latest commit (updating the PR) I have actually changed the implementation too). Please let me know what kind of thing I should write about. THANKYOU!

@patmmccann
Copy link
Collaborator

patmmccann commented Apr 27, 2022

You should submit an accompanying pr for this change to this file https://github.com/prebid/prebid.github.io/blob/master/dev-docs/bidders/jixie.md in which you disclose your support for some userids. See https://github.com/prebid/prebid.github.io/blob/master/dev-docs/bidders/rtbhouse.md (or many other adapters) for an example disclosure.

@jxdeveloper1
Copy link
Contributor Author

corresponding PR in the doc repo:
prebid/prebid.github.io#3734
updated the jixie.md file

@@ -6,6 +6,7 @@ import { BANNER, VIDEO } from '../src/mediaTypes.js';
import { ajax } from '../src/ajax.js';
import { getRefererInfo } from '../src/refererDetection.js';
import { Renderer } from '../src/Renderer.js';
import {createEidsArray} from './userId/eids.js';
Copy link
Collaborator

Choose a reason for hiding this comment

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

@dgirardi please note another location this is occurring

Copy link
Collaborator

Choose a reason for hiding this comment

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

FWIW, this does not need to happen - adapters can just take validBidRequest.userIdsAsEids.

@patmmccann patmmccann merged commit b728298 into prebid:master Apr 29, 2022
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.

None yet

3 participants