# Shopify

Para integrarse con Shopify se debe colocar el píxel de imagen de Offer18 en el panel de control de Shopify

### [<mark style="color:azul;">Obtener píxel de imagen</mark>](/es/red/integracion-de-postback.md)

**Ejemplo :- Píxel de imagen para Shopify para recopilar varios valores de datos**&#x20;

{% code overflow="wrap" %}

```
<img src="https://example.o18.click/p?m=0000&t=i&gb=1&sale={{ total_price | money_without_currency }}&adv_sub4={{ total_price | money_without_currency }}&adv_sub5={{ order_number }}&currency={{ currency }}" width="0px" height="0px">
```

{% endcode %}

***

### Integración con Shopify

1. Ir a la tienda Shopify
2. Configuración **»** Pestaña de pago
3. Ir a la sección de procesamiento de pedidos
4. Agregar el píxel de imagen en el campo "Script adicional"

<figure><img src="/files/f000a460262ba3a1713ae4a0982d4bc6851f1402" alt=""><figcaption></figcaption></figure>

5\. Ir a **Guardar**

***

**Tutorial completo - Integración con Shopify**

{% embed url="<https://youtu.be/0v2ukk7KtWc>" %}


---

# Agent Instructions: 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://knowledgebase.offer18.com/es/red/integracion-de-comercio-electronico/shopify.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.
