-
Notifications
You must be signed in to change notification settings - Fork 769
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: 152 Media - Adkernel alias #4116
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.
Please open a docs PR and provide the link in the PR description.
@@ -0,0 +1,2 @@ | |||
aliasOf: adkernel | |||
gvlVendorID: 1111 |
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.
Verified GVL ID
curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."1111"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 658k 100 658k 0 0 2651k 0 --:--:-- --:--:-- --:--:-- 2646k
{
"id": 1111,
"name": "152 Media LLC",
"purposes": [
1,
2,
7,
10
],
"legIntPurposes": [],
"flexiblePurposes": [],
"specialPurposes": [],
"features": [],
"specialFeatures": [],
"cookieMaxAgeSeconds": 7776000,
"usesCookies": true,
"cookieRefresh": true,
"urls": [
{
"langId": "en",
"privacy": "https://152media.com/privacy-policy/"
}
],
"usesNonCookieAccess": true,
"dataRetention": {
"stdRetention": 120,
"purposes": {
"2": 90
},
"specialPurposes": {}
},
"dataDeclaration": [
1,
2,
3,
6,
8,
10,
11
],
"deviceStorageDisclosureUrl": "https://152media.info/iab.json"
}
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
Alias for partner network to resolve an issue with multiple connected networks via same adkernel bidder.
prebid/prebid.github.io#5835