Lavorare con Ströer MetaTag

Ströer richiede, fintanto che Google non è elencato come fornitore IAB TCF, di ottenere un consenso separato per Google (nome del fornitore ConsentManager "Google Ads", ID fornitore "s1"). Ecco un esempio di come ciò può essere realizzato:

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!