esign / laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API
MIT License
54 stars 12 forks source link

How does it work ? #10

Closed berktaylan closed 10 months ago

berktaylan commented 10 months ago

Does it use fbclid on somewhere when sending events ?

jordyvanderhaegen commented 10 months ago

This package currently sends the _fbc cookie to the Conversions API, with the caveat that it's not available in the initial request—only in subsequent ones. I welcome PRs to address this limitation by manually creating and sending the _fbc cookie with the initial request. Refer to Facebook's documentation for guidance.