Facebook Pixel event not fired
Closed this issue · 4 comments
hientt53 commented
Thank you for the very excellent repo.
I installed it successfully, and it works fine with GTM and GA.
However, when adding Facebook Pixel in GTM. The Facebook Pixel script is fully loaded through the proxy, but no Pixel Event is fired.
Have you tried FB Pixel yet? Please give me suggestions to get FB Pixel working.
Thank you very much.
nikitaeverywhere commented
Hello!
Thank you for trying this solution. This repository was a PoC solution
which works only with GA/GTM. It is now replaced by SaaS DataUnlocker
https:// dataunlocker.com, give it a try if you haven’t already.
In order to support Facebook pixel in this solution, you would need to
program a few regular expressions in the config file to replace URLs in the
Facebook script.
Hope this helps!
On Wed, 12 Jan 2022 at 21:11, pinkykitten ***@***.***> wrote:
Thank you for the very excellent repo.
I installed it successfully, and it works fine with GTM and GA.
However, when adding Facebook Pixel in GTM. The Facebook Pixel script is
fully loaded through the proxy, but no Pixel Event is fired.
Have you tried FB Pixel yet? Please give me suggestions to get FB Pixel
working.
Thank you very much.
—
Reply to this email directly, view it on GitHub
<#32>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGCCSHI5XLGNV3YZT2Q5NDUVXG6XANCNFSM5LZYUFUQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Nikita <https://zitros.tk>
hientt53 commented
Thanks for the quick reply.
I have two questions:
- https:// dataunlocker.com has Facebook Pixel support.
- If continue to use this repo, do I need to add config to specialContentReplace in config.js?
I've been thinking about that too, but I haven't found a rule to add. Currently FB Pixel downloads this script https://connect.facebook.net/en_US/fbevents.js, from there download https://connect.facebook.net/signals/plugins/identity.js?v=2.9.48 and https://connect.facebook.net/signals/config/{{fb_pixel_id}}?v=2.9.48&r=stable
Can you give me a suggestion?
nikitaeverywhere commented
1. Yes (it’s a general proxy for everything)
2. Right, you will have to add configs for each script to replace URLs in
that script to masked ones. As an example, you can check the Google
Analytics’ code which is already there.
Hope this helps!
Nikita
On Thu, 13 Jan 2022 at 05:20, pinkykitten ***@***.***> wrote:
Thanks for the quick reply.
I have two questions:
1. https:// dataunlocker.com has Facebook Pixel support.
2. If continue to use this repo, do I need to add config to
specialContentReplace in config.js?
I've been thinking about that too, but I haven't found a rule to add.
Currently FB Pixel downloads this script
https://connect.facebook.net/en_US/fbevents.js, from there download
https://connect.facebook.net/signals/plugins/identity.js?v=2.9.48 and
https://connect.facebook.net/signals/config/{{fb_pixel_id}}?v=2.9.48&r=stable
Can you give me a suggestion?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGCCSAR3U7UEDA6CHE364DUVZAILANCNFSM5LZYUFUQ>
.
You are receiving this because you commented.Message ID:
<dataunlocker/save-analytics-from-content-blockers/issues/32/1011744657@
github.com>
--
Nikita <https://zitros.tk>
nikitaeverywhere commented
Closing due to inactivity. Feel free to re-open if not solved.