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
1 reply
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.

Please or to participate in this conversation.