> 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/pt/rede/integracao-de-e-commerce/shopify.md).

# Shopify

Para integrar com o Shopify é necessário colocar o pixel de imagem Offer18 no painel do Shopify

### [<mark style="color:azul;">Obter Pixel de Imagem</mark>](/pt/rede/integracao-de-postback.md)

**Exemplo :- Pixel de Imagem para Shopify coletar vários valores de dados**&#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 %}

***

### Integração com Shopify

1. Ir para a loja Shopify
2. Configurações **»** Aba de Checkout
3. Ir para a seção de Processamento de Pedidos
4. Adicione o pixel de imagem no campo "Script adicional"

<figure><img src="/files/9ed7d72acf1958dcb9c6497e5b9d359ce1143cc6" alt=""><figcaption></figcaption></figure>

5\. Ir para **Salvar**

***

**Tutorial completo - Integração com Shopify**

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


---

# 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://knowledgebase.offer18.com/pt/rede/integracao-de-e-commerce/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.
