> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/marketing/google/order-conversion-tracking.md).

# Order Conversion Tracking

Conversion tracking involves placing a cookie on a user's computer when he/she clicks on a product ad. Then, if the user clicks on your ad and subsequently places an order on your store Google will record this as a conversion.

### How to Enable Order Conversion Tracking

1. Log into your Freewebstore control panel.
2. Go to **Marketing** > **Google Tools** > **Order Conversion Tracking**.
3. Enter the script code that Google provides.
4. Click **Save**.

### How to Add Dynamic Content into your Order Conversion Tracking

Firstly, dynamic content is content that is gathered from the order system. For example, if you want to include the customer's email address in your conversion tracking data, you would enter **\[CUSTOMER\_EMAIL]**. When a conversion event is tracked, we'll look for tags like this and swap in the correct data.

| Tags                               | Data                                                                                                          |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| **\[ORDER\_NUMBER]**               | The order number(id).                                                                                         |
| **\[ORDER\_TOTAL]**                | The total value of the order in your default store currency.                                                  |
| **\[ORDER\_NET]**                  | The net value of the order.                                                                                   |
| **\[ORDER\_TAX]**                  | The tax value of the orde&#x72;**.**                                                                          |
| **\[SHIPPING\_TOTAL]**             | The total shipping value of the order in your default store currency.                                         |
| **\[SHIPPING\_NET]**               | The net shipping value of the order in your default store currency.                                           |
| **\[SHIPPING\_TAX]**               | The shipping tax value of the order in your default store currency.                                           |
| **\[ORDER\_DISCOUNT]**             | The discount value of the order in your default store currency.                                               |
| **\[ORDER\_ID]**                   | The internal Order ID.                                                                                        |
| **\[CUSTOMER\_EMAIL]**             | The email address entered by the customer during checkout.                                                    |
| **\[CURRENCY]**                    | The currency of the order.                                                                                    |
| **\[ORDER\_DESTINATION\_COUNTRY]** | The country the customer entered at checkout.                                                                 |
| **\[ORDER\_DESTINATION\_ZIP]**     | The ZIP/ postcode the customer entered at checkout.                                                           |
| **\[ORDERS\_ITEMS]**               | An array of order items.                                                                                      |
| **\[ORDER\_EST\_DELIVERY\_DATE]**  | This is the order date plus your expected turnaround time in days. Defaults to 5 but can be set on this page. |


---

# 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://help.freewebstore.com/marketing/google/order-conversion-tracking.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.
