RivercodeAB / facebook-conversion-api-nextjs

Facebook / Meta Conversion API for Next.js
61 stars 37 forks source link

fbc and fbp is not added to Facebook conversion request. #3

Closed emilpriver closed 3 years ago

emilpriver commented 3 years ago

Facebook FBC and FBP cookie is not added to the request.

Added solution for both:

FBC

If fbclid is provided from the referer URL is the value used and sent back to Facebook. If not, then we use the _fbc cookie if it's provided. If the cookie is not provided then we return null

FBP

If _fbp cookie Is provided in the request then we use that cookie. If not then we return null.