> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/es/red/integracion-de-atribucion-movil/appsflyer/appsflyer-firma-de-clics.md).

# AppsFlyer - Firma de clics

La función permite firmar cada Clic enviado a AppsFlyer desde Offer18.

{% hint style="info" %}
**¿Cómo funciona?**\
Un código único (Firma) con un periodo de caducidad se adjunta a un Clic y se envía a través de la URL de atribución de AppsFlyer. Si la Firma está caducada o es inválida, el Clic será rechazado en AppsFlyer. Puede obtener más información sobre esta función aquí :link:[ AppsFlyer](https://support.appsflyer.com/hc/en-us/articles/360017831497-Click-signing-for-ad-networks)
{% endhint %}

***

### Habilitar Firma de Clics <a href="#how-to-enable-click-signing" id="how-to-enable-click-signing"></a>

{% hint style="info" %}
**Obtener Clave de Acceso de AppsFlyer**

* Inicie sesión en su cuenta de AppsFlyer
* Vaya a Centro de Seguridad » Tokens API
* Copie su token de API &#x20;
  {% endhint %}

1. Vaya a Cuenta Offer18 » Configuración
2. Vaya a Seguimiento&#x20;
3. Seleccione "Habilitar Validación de Firma"
4. Coloque el "Token de API de AppsFlyer" en el "Campo de Clave de Acceso"
5. Seleccione Anunciante » Enviar

<figure><img src="/files/12835d5a25d5b4c2f78c1131e4239733c37b42e4" alt=""><figcaption></figcaption></figure>

***

### Probar Firma de Clics&#x20;

1. Vaya a Cuenta Offer18 » Configuración
2. Seguimiento » Probar Firma de Clics&#x20;
3. Seleccione Socio: "AppsFlyer"
4. Coloque el "Token de API de AppsFlyer" en la "Clave Secreta"
5. Coloque la URL de Seguimiento de AppsFlyer que contiene ID de Clic y Firma en "URL de Seguimiento del Socio"
6. Enviar

![](/files/1eb173bd132023e6f5d0d83caa100341d714fc6d)

***

### Caso de uso

El caso de uso de esta herramienta será que ni un solo Clic se redirigirá sin validación. La red cuya tráfico se está redirigiendo podrá configurar esto en su extremo.


---

# 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://knowledgebase.offer18.com/es/red/integracion-de-atribucion-movil/appsflyer/appsflyer-firma-de-clics.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.
