- Issue created by @alexgreydev
Maybe anybody from maintainers can have a quick answer here?
It seems the only way is to use library override here and copy whole js code with introducing that fourth fbq() param explicitly eventID for deduplication.
Based on this place in code for fbq() function call from last version of module:
https://git.drupalcode.org/project/facebook_pixel/-/blob/2.x/js/facebook...
I would like to know if it is possible to achieve eventID addition as separate fourth param as mentioned in
Facebook Developers Deduplication insights here:
https://developers.facebook.com/docs/marketing-api/conversions-api/dedup...
Active
2.0
Code (Facebook Pixel)
Maybe anybody from maintainers can have a quick answer here?
It seems the only way is to use library override here and copy whole js code with introducing that fourth fbq() param explicitly eventID for deduplication.