-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Kubient and Fidelity bid adapters. Update Gvlid, Parameters, Alias. #2552
Conversation
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.
It's cool to split kubient out from fidelity, but please explain why GVLID needs to be removed for fidelity. Thanks.
dev-docs/bidders/fidelity.md
Outdated
@@ -8,7 +8,6 @@ biddercode: fidelity | |||
media_types: banner | |||
gdpr_supported: true | |||
usp_supported: true | |||
gvl_id: 408 |
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.
Why are you removing the GVLID from the fidelity adapter? 408 seems valid for them -- https://vendorlist.consensu.org/v2/vendor-list.json
408: {
id: 408,
name: "Fidelity Media",
purposes: [
1,
2,
7
],
legIntPurposes: [ ],
flexiblePurposes: [
2,
7
],
specialPurposes: [ ],
features: [ ],
specialFeatures: [ ],
policyUrl: "https://fidelity-media.com/privacy-policy/",
deletedDate: "2020-08-25T00:00:00Z",
cookieMaxAgeSeconds: -100,
usesNonCookieAccess: false
},
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.
The fidelity adapter still refers to the id
const FIDELITY_VENDOR_ID = 408;
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.
@bretg Thanks, I'll look into and fix it on Monday
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.
@bretg it is fixed now. Please, re-review.
…rebid#2552) * Update Fidelity Bid Adapter. Remove GVLID * Update Kubient Adapter parameters, add GVLID. * Error fix. Gvlid is back.
Adding native Kubient pbjs adapter, removing alias from Fidelity adapter.