Where can I find Conversion API area?

Where can I find Conversion API area?

The Facebook Pixel Pro edition adds an extra section to the Pixel ID configuration area. In order to use it, please navigate to Marketing → Amasty Facebook Pixel → Manage Pixel IDs → Add New Pixel ID/Edit → Conversion API, there you may enable the Conversion API feature:


Kindly keep in mind that the Conversion API functionality is available only with the Pro version of the Facebook Pixel extension.
      • Related Articles

      • How can I check if Conversion API is working?

        To make sure Conversion API works as expected, check if you have entered an Access Token in the pixel configuration. Navigate to Marketing → Amasty Facebook Pixel → Manage Pixel IDs → Add New Pixel ID/Edit → Conversion API and insert Access Token ...
      • Does the Facebook Pixel support Advanced Matching?

        Since v.1.2.0 Facebook Pixel Pro extension adds compatibility with Advanced Matching, enabling customer information to be sent along with Meta Pixel events. You can find the 'amasty/module-facebook-pixel-advanced-matching' package for installing in ...
      • Gift Card API

        1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • Product Parts Finder API

        1. Amasty\Finder\Api\DropdownRepositoryInterface - class for managing parts finder dropdowns: POST /V1/amasty_finder/dropdown, method="save" - create a dropdown; PUT /V1/amasty_finder/dropdown/:id, method="save" - edit a dropdown; DELETE ...