You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discovered that the client-side Grid bid adapter is being rejected by the GDPR enforcement module because it doesn't specify the gvlid in the correct location. Did a scan of all the adapters and found the mgid adapter has a similar issue. Both define GVLID as a const, but then never actually set that const in the spec:
Type of issue
Bug
Description
We discovered that the client-side Grid bid adapter is being rejected by the GDPR enforcement module because it doesn't specify the gvlid in the correct location. Did a scan of all the adapters and found the mgid adapter has a similar issue. Both define GVLID as a const, but then never actually set that const in the spec:
gridBidAdapter.js:const GVLID = 686;
mgidBidAdapter.js:const GVLID = 358;
Here's how it's supposed to look:
Tagging @TheMediaGrid and @Gaudeamus
The text was updated successfully, but these errors were encountered: