ismaelaek's avatar

How to implement Meta Offline Conversions in a Laravel application?

I have a leads management CRM, and I want to add the feature to enhance the leads quality via Meta and Google ads, and I couldn't find a real example on Google or Youtube.

I tried to use facebook/business-php-sdk, but I prefer to not use any 3rd party package, can any one with a previous experience help me with that?

0 likes
2 replies
martinbean's avatar

@ismaelaek Don’t know why you want to make your life easier by not using the SDK provided by Meta/Facebook. If that’s the case, then you’ll need to read the API reference and implement the HTTP requests (and everything around it such as authorisation and response handling) yourself from scratch.

1 like
ismaelaek's avatar

Hello @martinbean, thanks for you reply, I created a service class that take care of that using HTTP post request to the API provided by Meta, and as expected it's much easier than using the SDK.

Please or to participate in this conversation.