Home

Container Tracking Web integration

Container Tracking allows to determine the current position of a given container on the World Map.
To track the location of the container, just specify bill of lading, container, booking number.

Integration code#

Paste this HTML into your page:

1<div id="tracking_system_root" data-filter='{"platform":PLATFORM_ID, "lang": "en"}'></div>
2<script src="https://www.searates.com/container/widget"></script>

Instead of PLATFORM_ID it is required to substitute your platform ID.

Supported parameters#

Below is the list of supported parameters via data-filter attribute:

Parameter namePossible values
platform

Platform ID

height
  1. auto in this case application height will be equal max height or the height of inner content

  2. Any valid css height value example: "calc(100vh - 80px)", "600px", "100%", etc...

Restrictions (regardless of height value passed to the application):

  • app min height: 560px;
  • app max desktop height: 900px;
  • app max mobile height: 700px; (if window width <= 780px)
lang

en

hideCardSearch

false

hideCardShippingLine

false

Looking for technical help?

Please contact customer support by submitting a case on our Contact us page.