esign / laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API
MIT License
53 stars 11 forks source link

Sending events not working #7

Closed aliwesome closed 11 months ago

aliwesome commented 11 months ago

I use this package in order to get benefits of its integration with Facebook Conversion API, so I just use it to set custom events with custom data on my API to be triggered.

So is there any one using this package that way?

I faced some issues regarding ConversionsApi::sendEvents() method, it seems like there's no response for this.

jordyvanderhaegen commented 11 months ago

The sendEvents method return an instance of GuzzleHttp\Promise\PromiseInterface, see the Guzzle docs for more information. Feel free to reopen an issue if this is an actual problem with the package itself.