> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-es/hablla/marketing/hablla-tag-manager.md).

# Hablla Tag Manager

## Hablla Tag Manager

El **Hablla Tag Manager** funciona como un *contenedor inteligente*, permitiendo monitorear y rastrear interacciones de los usuarios en tu sitio.\
Con él, puedes configurar **eventos personalizados**, recopilar datos y automatizar acciones estratégicas directamente desde Hablla, sin depender de implementaciones externas complejas.

<figure><img src="/files/8106237d6dbda1917ec489f0a74782f0d7e77af4" alt=""><figcaption></figcaption></figure>

### 📌 Accediendo al Hablla Tag Manager

En el menú lateral, accede a:

**Marketing > Hablla Tag Manager**

En la pantalla inicial verás todos los contenedores creados, con la información de:

* **Nombre**
* **Dominio vinculado**
* **Fecha de creación**

<figure><img src="/files/623c86c49cbcaea77311575b3b7dd99f2a339088" alt=""><figcaption></figcaption></figure>

### ➕ Creando un nuevo contenedor

Haz clic en **Agregar** para crear un nuevo Tag Manager.

Podrás definir:

* **Nombre del contenedor**
* **Dominio** donde se instalará el script

Después de creado, Hablla genera automáticamente un **script de instalación** que debe añadirse dentro de la etiqueta `<head>` del sitio:

```html
<script src="https://htm.hablla.io/api/tag-manager/loader/SEU_ID"></script>
```

### ⚙️ Gestionando las Tags

Dentro de un contenedor, es posible visualizar y crear nuevas **etiquetas**:

Cada etiqueta posee:

* **Nombre**
* **Tipo** (cookies, seguimiento, formulario, etc.)
* **Fecha de creación**

<figure><img src="/files/3205f9a6612b377710d5ab493fb21189439a1f5e" alt=""><figcaption></figcaption></figure>

### 🏷️ Tipos de Tags disponibles

Hablla ofrece diferentes tipos de tags que pueden configurarse:

#### 1. Banner de cookies

Permite configurar el aviso sobre el uso de cookies del sitio.\
Es posible personalizar:

* Ubicación de la visualización (inferior derecho, inferior izquierdo, etc.)
* Tema (claro u oscuro)
* Mensaje de la política de privacidad
* URL de la política

<figure><img src="/files/1143fe5c52bd74150046932c4cb6030356bc049a" alt=""><figcaption></figcaption></figure>

#### 2. Formulario de WhatsApp

Muestra un **pop-up de contacto** directamente en el sitio, integrado con WhatsApp.

Configuraciones posibles:

* Título, descripción y texto de bienvenida
* Carga de imagen y color personalizado
* URL de la política de privacidad
* Enviar datos a un **Webhook**
* Redirigir directamente a un **número de WhatsApp**

<figure><img src="/files/90931ecafd20b8bd650ee53dc11f0c17ad72ed71" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/307643b30ffbbfee3e27f053b76ff18820e6310a" alt=""><figcaption></figcaption></figure>

### 🔗 Ejemplo de uso estratégico

Con Hablla Tag Manager, puedes:

* Mostrar un aviso de cookies conforme a la LGPD.
* Crear formularios inteligentes en el sitio que envíen datos a las automatizaciones de Hablla.
* Redirigir visitantes directamente a tu equipo de WhatsApp.
* Rastrear accesos y campañas de marketing.

***

### ✅ Beneficios

* Centralización de la gestión de tags.
* Mayor agilidad y autonomía para el marketing.
* Integración nativa con el **MCI – Marketing Conversacional Integrado**.
* Reducción de la dependencia de TI para ajustes rápidos en el sitio.


---

# 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:

```
GET https://docs.hablla.com/hablla-docs-es/hablla/marketing/hablla-tag-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
