Ströer wymaga, dopóki Google nie jest wymienione jako dostawca IAB TCF, aby przekazać oddzielną zgodę dla Google (nazwa dostawcy ConsentManager „Google Ads”, identyfikator dostawcy „s1”). Oto przykład, jak można to osiągnąć:
var x = __tcfapi('getTCData',2);
if("customVendorConsents" in x && "s1" in x.customVendorConsents && x.customVendorConsents.s1)
{
SDG.Publisher.setAdserverConsent(true);
}
else
{
SDG.Publisher.setAdserverConsent(false);
}