Method Calls

addCruiseSearch

this method call is only available to clients using the getting started with the monetate travel api addcruisesearch method // addcruisesearch method window\ monetateq = window\ monetateq || \[]; window\ monetateq push(\['addcruisesearch', { // optional 'dtbegin' \['20160601'], // june 1, 2026 'dtend' \['20160605'], // june 5, 2026 'port' \['port royal'], 'dest' \['tortuga'], 'duration' \[5], 'ship' \['the black pearl'] }]); window\ monetateq push(\['trackdata']); the addcruisesearch method passes information from your site to monetate when a customer searches for a cruise this method consists of six optional attributes dtbegin — a string that includes the cruise start date in yyyymmdd format dtend — a string that includes the cruise end date in yyyymmdd format port — a string that includes the cruise's port of departure dest — a string that includes the cruise's port of destination duration — an integer that includes the cruise's duration in days ship — a string that includes the name of the cruise ship although none of these attributes are required, you should use as many as possible to unlock the best results for your cruise search targets