Facebook cookie opt-out (_fbp)
-
Hello,
How I can set opt-out for facebook pixel which generates _fbp cookie?
With Google cookie it is simple and I have done it like in manual:
<script>
if (!window.is_allowed_cookie( ‘_ga’ ) )
{
window[‘ga-disable-UA-xxxxxx-xx’] = true;
}
</script>
- The topic ‘Facebook cookie opt-out (_fbp)’ is closed to new replies.