How to change the Tracking Page's URL

If you have followed this article on adding a tracking link to your store's navigation, your tracking page's URL will have /apps/tracktor/ at the end of your store's URL. For example, www.theshoppad.com/apps/tracktor/.

Follow the steps below if you would like to change the default tracking page's URL.

1. In your Shopify admin dashboard, navigate into the Apps page where all apps that are installed on your store are listed.

2. Find Tracktor by ShopPad and click the About link.

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

4. Customize the URL in the popup prompt.

5. Save your changes.

6. When you make those adjustments to the URL, you must now update the navigation link to your Tracktor page on your store. Click here for directions on how to update your navigation link.

7. Also, when you make adjustments to the URL, you must now update the tracking link that you added to your order/shipping confirmation emails. Click here for more information.

Using our example, If the URL is changed to  www.theshoppad.com/apps/shoppad/, any existing tracking links must be changed to include "shoppad" instead of "tracktor."

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

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

Now you are all set! 🎉