-
Notifications
You must be signed in to change notification settings - Fork 755
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
New Adapter: Teads #3112
New Adapter: Teads #3112
Conversation
9b0ee0b
to
eb1a213
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
eb1a213
to
0256b2a
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
docs PR prebid/prebid.github.io#4871 |
@github-maxime-liege should add supplementary json test. Refer appnexustest/supplemental as example for supplementary json test |
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
1dd7250
to
e62a5c7
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
7143a54
to
3ee64a7
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
3ee64a7
to
439e4f1
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
439e4f1
to
664872b
Compare
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
adapters/teads/teads.go
Outdated
return openrtb_ext.BidTypeBanner | ||
} | ||
} | ||
return openrtb_ext.BidTypeBanner |
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.
should error out if received impID
that does not have any match in imps
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.
Updated, i could not use pointers because go does not allow me so i returned bidType Banner
with error. If you have any tips on that
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.
could return openrtb_ext.BidType("")
instead of openrtb_ext.BidTypeBanner
refer #3112 (comment)
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
Code coverage summaryNote:
teadsRefer here for heat map coverage report
|
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.
LGTM
🏷 Type of change
📋 Checklist