-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
This pull request introduces 1 alert when merging 86c82fd740f1a43b4049e48285417c317c680249 into c2036db - view on LGTM.com new alerts:
|
please note the introduced lgtm alert |
There was a problem hiding this 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(), |
There was a problem hiding this comment.
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
86c82fd
to
83893aa
Compare
I have done the update. |
Related docs PR: |
Type of change
Description of change
Removed bid.adId parameter as asked (see #6381)