Is there any solution for this issues, We too explain the same issues, where consent turn on and it will automatic trigger two view event. We spot there is two line in JS that do utag.view, so we comment and tried remove the lines. But this only reduces the two view event into one view event. But thats not ideal, as we don't want any view event trigger when consent prompt is turn on. We already have extensions set on preload to set window.utag_cfg_ovrd = window.utag_cfg_ovrd || {}; window.utag_cfg_ovrd.noview = true; window.utag_cfg_ovrd.consentPeriod = 365; but it seem the consent prompt is completely ignore it. Any suggestion to resolve this?
... View more