> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/integraciones-y-herramientas/analitica-y-medicion/evento-facebook.md).

# Evento Facebook

Los eventos de Facebook son acciones que realizan los usuarios dentro de tu tienda y que se envían a Meta para medir resultados y optimizar campañas.

Por ejemplo:

* Ver un producto
* Agregar al carrito
* Iniciar checkout
* Realizar una compra

Estos eventos permiten entender el comportamiento de los usuarios y mejorar el rendimiento de tus campañas publicitarias.

***

## **Credenciales necesarias:**

* ID del Pixel de Meta
* Acceso al Administrador de Eventos
* Permisos de Administrador o Editor

***

#### ¿Por qué son importantes?

Trabajar con eventos mejora directamente tus resultados:

* Permiten medir conversiones reales
* Mejoran la optimización de campañas (algoritmo de Meta)
* Ayudan a crear audiencias (remarketing)
* Dan visibilidad sobre el rendimiento del funnel de compra

***

#### ¿Cómo se envían los eventos?

Los eventos pueden enviarse a través de:

* [**Pixel de Meta**](/integraciones-y-herramientas/analitica-y-medicion/pixel-meta.md) **(antes Pixel de Facebook)**
* [**API de conversiones**](/integraciones-y-herramientas/analitica-y-medicion/api-de-eventos-y-conversiones.md) **(servidor)**

La combinación de ambos métodos permite una medición más completa y precisa.

***

#### ¿Cómo se configuran?

Para ver el paso a paso actualizado, podés seguir la documentación oficial de Meta:

* Eventos estándar:\
  <https://developers.facebook.com/docs/meta-pixel/reference>
* API de conversiones:\
  <https://developers.facebook.com/docs/marketing-api/conversions-api>


---

# 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://guia.fenicio.help/integraciones-y-herramientas/analitica-y-medicion/evento-facebook.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.
