> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/tracktor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/tracktor/customize-tracktor/change-the-tracking-url.md).

# Change the Tracking URL

By default, your Tracktor tracking page URL ends in **/apps/tracktor/**. \
For example: `www.yourstore.com/apps/tracktor/`

If you'd like to change that URL, follow the steps below.

#### Steps to change your tracking URL

1. In your Shopify admin, go to **Apps and sales channels**.
2. Find **Tracktor Order Tracking**, click the three dots, and select **View details**.

<figure><img src="/files/1rWUEQzcx5BA8SrtKBhk" alt=""><figcaption></figcaption></figure>

3\. Look for the **App Proxy** section, then click the **Customize URL** button.

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

4. Enter your new URL in the pop-up.
5. Save your changes.

#### After you save, you need to update two things

Changing the URL doesn't automatically update places where that link is already being used. You'll need to update both manually:

* **Your store navigation** -- update the link pointing to your Tracktor page. \[[See instructions here](/tracktor/readme/add-tracktor-to-your-stores-navigation.md).]
* **Your order and shipping confirmation emails** -- update the tracking link in your email templates. \[[See instructions here](/tracktor/readme/help-customers-track-orders.md).]

#### Example: what changes in your tracking link

If you change your URL from `/apps/tracktor/` to `/apps/shoppad/`, Any existing tracking links need to reflect that change.

**Before:** `{{shop.url}}/apps/tracktor/track?token={{ email | split: "" | reverse | join: "" | replace: '@', '_-_' | url_encode }}&order={{ order.name | url_encode }}`

**After:** `{{shop.url}}/apps/shoppad/track?token={{ email | split: "" | reverse | join: "" | replace: '@', '_-_' | url_encode }}&order={{ order.name | url_encode }}`

The only thing that changes is the segment after `/apps/` -- in this case, `tracktor` becomes `shoppad`, or whatever you set your new URL to.
