Download the PHP package setono/meta-conversions-api-bundle without Composer
On this page you can find all versions of the php package setono/meta-conversions-api-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/meta-conversions-api-bundle
More information about setono/meta-conversions-api-bundle
Files in setono/meta-conversions-api-bundle
Package meta-conversions-api-bundle
Short Description Work with the Meta / Facebook Conversions API in your Symfony application
License MIT
Informations about the package meta-conversions-api-bundle
Meta / Facebook Conversions API bundle
Work with the Meta / Facebook Conversions API in your Symfony application. Under the hood this bundle integrates the Meta Conversions API PHP SDK library.
Installation
To install this bundle, simply run:
This also installs the Bot Detection Bundle which is used to filter bot requests.
If you want to handle consent (i.e. cookie/GDPR consent), you can use the consent bundle, by installing it:
Usage
Test the integration
To test the integration you can set the test event code (that you can retrieve from Meta / Facebooks event manager) and
append it to any url on your website like so: https://example.com/?_testEventCode=[YOUR TEST EVENT CODE]
or https://example.com/?_test_event_code=[YOUR TEST EVENT CODE]
. This code is
saved in a session and hence all your subsequent requests will be sent with the test event code.
All versions of meta-conversions-api-bundle with dependencies
composer-runtime-api Version ^2
composer/semver Version ^3.0
setono/bot-detection-bundle Version ^1.7
setono/meta-conversions-api-php-sdk Version ^0.2.1
symfony/config Version ^5.4 || ^6.0
symfony/dependency-injection Version ^5.4 || ^6.0
symfony/event-dispatcher Version ^5.4 || ^6.0
symfony/event-dispatcher-contracts Version ^1.1 || ^2.5 || ^3.1
symfony/http-foundation Version ^5.4 || ^6.0
symfony/http-kernel Version ^5.4 || ^6.0
symfony/messenger Version ^5.4 || ^6.0
symfony/monolog-bundle Version ^2.12 || ^3.8
webmozart/assert Version ^1.11