# Setup tracking

***Note**: Google ads requires **3 to 6 hours** to **review the conversion events** before it **can start tracking** event data. Therefore, please wait during this time before your ads begin running to ensure that no events are missed in the tracking process.*

Step1: Select your **Customer ID**

Customer Id is a unique number used to identify your Google Ads account

If you don’t have a Google Ads account yet, go to  [Google Ads](https://ads.google.com/nav/selectaccount) and create one.

<div data-full-width="false"><figure><img src="/files/9dUcEmEfEgxZdLas9Eee" alt=""><figcaption></figcaption></figure></div>

### **Find Customer ID**

Open [Google Ads](https://ads.google.com/)\
Locate your **Customer ID**—it should look like `xxx-xxx-xxxx`. You can find it in these places:

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

<figure><img src="/files/2ivl290VqKguz3tnmkeO" alt=""><figcaption></figcaption></figure>

### **Sellect CustomerID**

In the Shopify app admin page, select the customer ID you want to track.

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

## Step 2: Choose Conversion Value

**Subtotal Price**: Total product value before order-level discounts, excluding taxes and shipping.

**Total Price**: Final amount the customer pays.

When selecting **Total Price**, you can choose whether to include:

* **Shipping** – Adds shipping fees to the conversion value.
* **Taxes** – Adds tax fees to the conversion value.
* **Discount** – Uses the final price after the discount is applied.

*👉Note: If an option is not selected, its fee will be excluded from the conversion value.*

**Example:**

* **Total Price:** $100 (includes $10 shipping, $5 tax, and a $15 discount applied)

<table><thead><tr><th width="375">Selected Options</th><th>Formula</th><th>Conversion Value</th></tr></thead><tbody><tr><td><strong>All options selected</strong> (Shipping, Taxes, Discount)</td><td>Total Price</td><td><strong>$100</strong></td></tr><tr><td>Shipping not selected</td><td>Total Price - Shipping</td><td>$100 - $10 =  <strong>$90</strong></td></tr><tr><td>Taxes not selected</td><td>Total Price - Tax Fee</td><td>$100 - $5 = <strong>$95</strong></td></tr><tr><td>Discount not selected</td><td>Total Price + Discount</td><td>$100 + $15 = <strong>$115</strong></td></tr></tbody></table>

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

## Step 3: Select Events

**CTID(Conversion Tracking ID)**: It's a unique identifier that Google Ads uses to track conversions, helps Google Ads attribute that conversion to the correct ad and campaign.

If you already have existing Google Ads conversion events and want to track them with our app, simply copy the **CTID (Conversion Tracking ID)** for each event and paste it into the corresponding event field within our app. [how to find your CTID](https://trakpilot.gitbook.io/trakpilot-docs/how-to-find-your-ctid).

**Alternatively**, if you prefer **not to use** your existing events, you can **skip** this step entirely. We will automatically create the necessary conversion events for you.

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

## Step 4: Transaction Identifier

* **Order ID**: The unique ID of the order in Shopify (e.g., `6294477504811`).
* **Order Name**: The name of the order (e.g., `#1234`).
* **Order Number**: The numerical order reference (e.g., `1234`).

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

The **Transaction Identifier** will vary depending on the selected option:

## **Step 5: Product Identifier**

Last step, select product identifier

The item details in the cart will be identified as follows:

* **Product ID**: Represents the unique identifier of the product.
* **Variant ID**: Refers to the specific product variant. If you select this option, the cart item will be identified using the **Variant ID** instead of the Product ID.

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

✅ By click button "Done", **Your Google ads account is now set up and ready to use!** 🚀[<br>](https://docs.tagfly.io/getting-started/get-your-gtm-container-id)


---

# 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://trakpilot.gitbook.io/trakpilot-docs/google-ads/publish-your-docs.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.
