RivercodeAB / facebook-conversion-api-nextjs

Facebook / Meta Conversion API for Next.js
69 stars 39 forks source link

Dashboard does not show all passed arguments #28

Open vpaul18 opened 11 months ago

vpaul18 commented 11 months ago

Hi there! Awesome library!

I've just implemented it, but it seems like the Events Manager does not recognize all the passed arguments.

For example, the fbc is passed to the endpoint, yet the dashboard says I have not provided it (also happens with email, fbp). Looking at the source code, it seems like you are definitely passing it.

What is the catch?

Thanks a lot!