# Shopify

To Integrate with shopify one needs place Offer18 Image pixel in shopify dashboard

### [<mark style="color:blue;">Get Image Pixel</mark>](/network/postback-integration.md)

**Example :- Image Pixel for Shopify to collect various data values**&#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 %}

***

### Shopify Integration

1. Go to Shopify Store
2. Settings **»** Checkout Tab
3. Go to Order Processing Section
4. Add Image pixel in "Additional script" Field

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

5\. Go to **Save**

***

**Complete tutorial - Shopify Integration**

{% 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/network/e-commerce-integration/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.
