Setting Up Tracking with a Landing Page in easyTable
1. Create a Landing Page with Tracking Scripts
Set up a dedicated landing page on your website, ensuring that all necessary tracking scripts are installed.
2. Redirect Guests to the Landing Page after Booking
In easyTable, go to Settings > Booking settings > Confirm URL.
Enter the URL of your landing page, so guests are redirected there upon booking completion.
Note: This redirection only works for the JavaScript widget, direct link, or pop-up. It is not compatible with the iFrame implementation.
3. Use Tracking Parameters
The following tracking parameters will be sent to the landing page:
- BookingID: [id]
- Guest Amount: [pers]
- Arrival Date/Time: [arrival]
- Payment: [payment]
- Currency: [currency]
- LCID (Language Code): [lcid]
- TypeID: [typeid]
- Type Name: [typetext]
4. Setting Up for Multiple Languages
To enable multilingual tracking, create separate URLs for each language following the same structure. For example:
- Danish: https://example.com/confirm[1030]
- English: https://example.com/confirm[2057]
Use the corresponding LCID (Language Code) in each URL for accurate tracking:
| Language | LCID | 
|---|---|
| Albanian (Shqip) | 1052 | 
| Czech | 1029 | 
| Danish | 1030 | 
| German (Deutsch) | 1031 | 
| English (GB) | 2057 | 
| Spanish (Español) | 3082 | 
| Finnish (Suomi) | 1035 | 
| Faroese (Føroyskt) | 1080 | 
| French (Français) | 1036 | 
| Hebrew | 1037 | 
| Hungarian | 1038 | 
| Icelandic | 1039 | 
| Italian | 1040 | 
| Dutch (Nederlands) | 1043 | 
| Norwegian | 1044 | 
| Romanian | 1048 | 
| Swedish (Svenska) | 1053 | 
| English (US) | 1033 | 
| Chinese | 2052 | 
