TCFv2 integration with Google Analytics

TCFv2 integration with Google Analytics

Many users of the web version decide to integrate the CMP signals with Google Analytics. For this, the following instruction is necessary, so that Google Analytics enables compatibility with the TCF:
  1. window['gtag_enable_tcf_support'] = true;

This window property must be defined before calls to gtag() are made, and it must be included on every page where you want to enable TCF support. If the property is not defined or is set to false, TCF support will not be activated. For more details you can visit this link.