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

Criteo Adapter: remove bid.adId #8783

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Conversation

dzhang-criteo
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

Removed bid.adId parameter as asked (see #6381)

@lgtm-com
Copy link

lgtm-com bot commented Aug 4, 2022

This pull request introduces 1 alert when merging 86c82fd into c2036db - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@patmmccann patmmccann self-requested a review August 4, 2022 14:25
@patmmccann patmmccann self-assigned this Aug 4, 2022
@patmmccann
Copy link
Collaborator

please note the introduced lgtm alert

Copy link
Collaborator

@patmmccann patmmccann left a comment

Choose a reason for hiding this comment

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

please fix the lgtm alert, tyvm!

Also, you should do a docs pull to remove the warning.

@@ -235,7 +235,6 @@ export const spec = {
const bidId = bidRequest.bidId;
const bid = {
requestId: bidId,
adId: slot.bidId || getUniqueIdentifierStr(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

please remove imprt of getUniqueIdentifierStr

@dzhang-criteo
Copy link
Contributor Author

I have done the update.
I'll prepare a pull-request for the doc as you suggested.

@patmmccann patmmccann merged commit cdb290c into prebid:master Aug 4, 2022
@MartianTribe
Copy link

Related docs PR:
prebid/prebid.github.io#3945

JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
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