Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Please note When arrivaldeperature and nights are present, arrival and departure will overrule the number of nights.

Number of persons

Number of persons can be added.

Code Block
<input type="hidden" name="persons" value="2">

Google Analytics

We currently support the _ga variable, no other Google Analytics variables. Cross domain tracking is enabled. Simply add this script to your page. Make sure Google Analytics is loaded before.

...

This will attach the Google variable to the URL . To the URL like this: ?_ga={code}

Other variables

All other variables will be added as key/value pairs as a query string

Code Block
languagehtml
<input type="hidden" name="key" value="value">

This will attach the variable “key“ to the URL like this: ?key=value

Multiple hotels

See Chain Engine Button.

...