-
Notifications
You must be signed in to change notification settings - Fork 845
PinkLion: Add TCF Vendor ID #4591
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
base: master
Are you sure you want to change the base?
Conversation
init new adapter
| maintainer: | ||
| email: "[email protected]" | ||
| email: "[email protected]" | ||
| gvlVendorID: 354 |
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.
curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."354"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 802k 100 802k 0 0 1856k 0 --:--:-- --:--:-- --:--:-- 1857k
{
"id": 354,
"name": "Apester Ltd",
"purposes": [
2,
3,
4
],
"legIntPurposes": [
7,
8,
10
],
"flexiblePurposes": [
7
],
"specialPurposes": [
1,
2
],
"features": [],
"specialFeatures": [],
"cookieMaxAgeSeconds": 34560000,
"usesCookies": true,
"cookieRefresh": false,
"urls": [
{
"langId": "en",
"privacy": "https://apester.com/privacy-policy/",
"legIntClaim": "https://apester.com/privacy-policy/"
}
],
"usesNonCookieAccess": false,
"dataRetention": {
"stdRetention": 30,
"purposes": {},
"specialPurposes": {}
},
"dataDeclaration": [
3,
6,
7,
8
],
"deviceStorageDisclosureUrl": "https://apester.com/deviceStorage.json"
}
@prebidPinkLion Is Apester correct here?
| maintainer: | ||
| email: "[email protected]" | ||
| email: "[email protected]" | ||
| gvlVendorID: 354 |
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.
FYI there is currently a bug with aliases not being able to overwrite their base adapter GVL ID (Aliases inheriting GVL IDs). It should be fixed in the next couple of weeks.
|
@bsardo we received a similar pr in js and we believe this company is attempting to borrow the gvlid of an affiliated but different company and that this should not be merged. |
|
@patmmccann |

prebid/prebid.github.io#6314
prebid/Prebid.js#14083