Współpraca z Ströer MetaTag

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);
}

We do our best to keep this purely informative documentation up to date. However, if you notice that any of these guides need a little touch-up, let us know!