Notifications with links to Track & Trace

Last updated: 24 June 2026

You can include links to Track & Trace that lead directly to the order to which the notification relates by embedding the tag for the order’s GUID in the link.

As well as the direct link to the order, it is possible to embed additional information in the link, such as the order’s location on the map and the language in which Track & Trace should be displayed. See the examples below.

Language

URL

Swedish

DTT_Id=1

English

DTT_Id=2

Finnish

DTT_Id=3

Estonian

DTT_Id=4

Norwegian

DTT_Id=5

Danish

DTT_Id=6

Reports of the Text type

Special characters are interpreted differently in text reports and must therefore be replaced by entities. "&" appears as an ampersand (&) in the notification.

On-prem

Replace “www.transportfirman.com” in the example below with the address of your customer portal, and replace “https” with “http” if you are using that.

Link directly to the order on Track & Trace.

XML
Länk till Track &amp; Trace: https://www.transportfirman.com/opter/TT?keyword=<item name="DEL_Guid"/>

Link to the map on Track & Trace where the order can be followed.

XML
Länk till Track &amp; Trace: https://www.transportfirman.com/opter/TT?keyword=<item name="DEL_Guid"/>&amp;showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

XML
Länk till Track &amp; Trace: https://www.transportfirman.com/opter/TT?keyword=<item name="DEL_Guid"/>&amp;DTT_Id=2

Opter Cloud

Replace ‘transport company’ with your cloud name in the example below.

Link directly to the order on Track & Trace.

XML
Länk till Track &amp; Trace: https://transportfirman.opter.cloud/TT?keyword=<item name="DEL_Guid"/>

Link to the map on Track & Trace where the order can be followed.

XML
Länk till Track &amp; Trace: https://transportfirman.opter.cloud/TT?keyword=<item name="DEL_Guid"/>&amp;showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

XML
Länk till Track &amp; Trace: https://transportfirman.opter.cloud/TT?keyword=<item name="DEL_Guid"/>&amp;DTT_Id=2

Reports of the HTML type

On-prem

Replace “www.transportfirman.com” in the example below with the address of your customer portal, and replace “https” with “http” if you are using that.

Link directly to the order on Track & Trace.

HTML
Länk till Track & Trace: https://www.transportfirman.com/opter/TT?keyword=@Model.DEL_Guid

Link to the map on Track & Trace where the order can be followed.

HTML
Länk till Track & Trace: https://www.transportfirman.com/opter/TT?keyword=@Model.DEL_Guid&showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

HTML
Länk till Track & Trace: https://www.transportfirman.com/opter/TT?keyword=@Model.DEL_Guid&DTT_Id=2

Opter Cloud

Replace ‘transport company’ with your cloud name in the example below.

Link directly to the order on Track & Trace.

HTML
Länk till Track & Trace: https://transportfirman.opter.cloud/TT?keyword=@Model.DEL_Guid

Link to the map on Track & Trace where the order can be followed.

HTML
Länk till Track & Trace: https://transportfirman.opter.cloud/TT?keyword=@Model.DEL_Guid&showmap=true

Link showing Track & Trace in a specific language. See table above. The example below is in English, DTT_Id=2.

HTML
Länk till Track & Trace: https://transportfirman.opter.cloud/TT?keyword=@Model.DEL_Guid&DTT_Id=2

See also