GDPR – disable pixel by java script
-
It is not very good plugin. It’s amazing.
But for me have one big disadvantage. The problem is with GDPR. I know that we can disable it by some code but the problem is when we use cache plugin. It will be hardcoded in page cache (for example Page Cache of W3Total Cache for nonlogged users).
It will be great if it will be possible to disable FB Pixel Code by sample java script.
Or maybe you have another advice for me. Please help ??
Sample code to disable:
<script>
if (window.is_allowed_cookie( ‘_fbp’ ) )
{…fb pixel code…
}
</script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘GDPR – disable pixel by java script’ is closed to new replies.