{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/white-label/deep-link/destination/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#destination\" aria-label=\"destination permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"destination\"></div>Destination</h1>\n<p>A destination is a city, beach, region or general area which contains a collection of activities. For a consistent experience, we strongly encourage partners to always include a destination parameter for all deep links.</p>\n<p>You can select a destination using:</p>\n<ul>\n<li>\nits name with the \n<code class=\"language-text\">msm_int_destination_name</code>\n parameter\n</li>\n<li>\ncoordinates with combination of \n<code class=\"language-text\">msm_int_coords_latitude</code>\n and \n<code class=\"language-text\">msm_int_coords_longitude</code>\n parameters\n</li>\n</ul>\n<p>If we do not have a destination that matches the submitted parameter, users are directed to the home page.</p>\n<div class=\"admonition admonition-info\"><div class=\"admonition-heading\"><h5><span class=\"admonition-icon\"><i></i></span>info</h5></div><div class=\"admonition-content\"><p>These parameters are mutually exclusive and cannot be used together. However, they can be used alongside other <a href=\"/white-label/deep-link/\">deep links</a>.</p></div></div>\n<h2 style=\"position:relative;\"><a href=\"#city\" aria-label=\"city permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"city\"></div>City</h2>\n<p>If you provide the name of city via the <code class=\"language-text\">msm_int_destination_name</code> attribute, it will display activities which belong to the city in our database which best matches the attribute value.</p>\n<p>The example below directs users to Milan's destination page:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"79838435814667960000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{baseUrl}?msm_int_destination_name=Milan`, `79838435814667960000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-79838435814667960000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">{baseUrl}?msm_int_destination_name=Milan</code></pre></div>\n      </div>\n<h2 style=\"position:relative;\"><a href=\"#coordinates\" aria-label=\"coordinates permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"coordinates\"></div>Coordinates</h2>\n<p>Using a city name can be inaccurate. Giving a set of coordinates instead allows it to redirect the customer to the destination page related to the nearest location. When specifying a location via coordinates, both the <code class=\"language-text\">msm_int_coords_latitude</code> and <code class=\"language-text\">msm_int_coords_longitude</code> must be specified and contain valid values.</p>\n<p>The example below directs users to Paris' destination page:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"99283250081308620000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{baseUrl}?msm_int_coords_latitude=48.866&msm_int_coords_longitude=2.355`, `99283250081308620000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-99283250081308620000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">{baseUrl}?msm_int_coords_latitude=48.866&amp;msm_int_coords_longitude=2.355</code></pre></div>\n      </div>","headings":[{"value":"Destination","depth":1},{"value":"City","depth":2},{"value":"Coordinates","depth":2}]},"contentItem":{"data":{"lastModified":"2025-12-18T16:31:42.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"7c61b7e0-2371-5e68-aa65-73e1c87fa97f__redocly content/white-label/deep-link/destination/","seo":{"title":"Destination","description":"Partners can configure their white label solution to specific Musement destinations.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"white-label/deep-link/destination.md","pageBaseUrl":"/white-label/deep-link/destination","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Destination","id":"destination"},{"depth":2,"value":"City","id":"city"},{"depth":2,"value":"Coordinates","id":"coordinates"}]},"data":{"title":"","seo":{"description":"Partners can configure their white label solution to specific Musement destinations."}},"catalogInfo":null,"link":"/white-label/deep-link/destination/","sidebarName":"__alternative-sidebar__-data-24763-white-label-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}