Skip to content
3 changes: 2 additions & 1 deletion static/bidder-info/pinkLion.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aliasOf: "teqblaze"
endpoint: "https://us-east-ep.pinklion.io/pserver"
maintainer:
email: "prebid@pinklion.io"
email: "prebid@pinklion.io"
gvlVendorID: 354
Copy link
Copy Markdown
Collaborator

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?

Copy link
Copy Markdown
Collaborator

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.

Loading