> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/account/settings/general-settings/facebook-meta-pixel.md).

# Facebook Meta Pixel

## General Information

The Facebook Meta Pixel is an analytics tool used to track actions taken by website visitors and measure the effectiveness of advertising. Technically, the Facebook Meta Pixel is a JavaScript code snippet.

## Configuration of Facebook

### Creating the Facebook Meta Pixel

* To start creating your Facebook Meta Pixel, open the [Meta Events Manager](https://www.facebook.com/events_manager) in Facebook.
* Create your Facebook Meta Pixel by following the steps in the guide below:

{% embed url="<https://de-de.facebook.com/business/help/952192354843755?id=1205376682832142>" %}

### Integrating the pixel into your website

To integrate the pixel into your website, follow the steps in the second section of the same guide:

{% embed url="<https://de-de.facebook.com/business/help/952192354843755?id=1205376682832142>" %}

## Configuration of Payrexx

To integrate Facebook’s tracking pixel into Payrexx, please follow these steps:

1. Log in to your Payrexx account.
2. In the main menu, navigate to **Settings > General Settings**.
3. Scroll down to the "Analytics" section and click "Edit":

<div align="left"><figure><img src="/files/Yibw3aSWqlcvHLM7JBxe" alt=""><figcaption><p>Creating an analytics integration in Payrexx</p></figcaption></figure></div>

A new window will open, containing the following two tabs:

<div align="left"><figure><img src="/files/rJQTlf6VtOHAh4r3yDTb" alt="" width="563"><figcaption><p>Choosing between website and checkout tracking</p></figcaption></figure></div>

#### Website tracking and analytics feeds

If the Facebook Pixel ID is entered in this tab, the website tracking code will be loaded on every page view in order to analyze user behavior accordingly.

#### Checkout tracking

If the Facebook Pixel ID is entered in this tab, the tracking code will only be triggered after successful transactions. This allows for tracking completed purchases. The amount and currency can also be tracked, and will be included with each successful order.

To enter the Facebook Pixel ID, simply paste it into the "Facebook Pixel ID" field in the desired tab and click "Save":

<div align="left"><figure><img src="/files/Ynm6zepdDWCN3quN4L41" alt=""><figcaption><p>Storing the Facebook pixel ID in Payrexx</p></figcaption></figure></div>

{% hint style="info" %}
Payrexx transmits the following values to Facebook: Transaction ID, instance name, total amount, and currency.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payrexx.com/merchant/english/account/settings/general-settings/facebook-meta-pixel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
