In the Tracking URL field, specify the URL format that the carrier uses. Use the parameter values as placeholders for variable information. To use a parameter value, enclose it in %% characters. For example, to use the AWB/Tracking ID in the URL, specify %%AWBParam%%
. You can use these parameter values:
Option |
Description |
AWBParam |
Placeholder for the tracking number |
country_code |
Placeholder for the country code |
language_code |
Placeholder for the language code |
locale_code |
Placeholder for the locale code |
postal_code |
Placeholder for the postal code |
For example, a carrier uses this basic format for its delivery tracking link:
www.carrierexample.com/track?loc=[locale variable]&tracknum=[tracking number variable]
To display the delivery tracking link on your website, specify this value in the Tracking URL field:
http://www.carrierexample.com/track?loc=%%locale_code%%&tracknum=%%AWBParam%%