{"id":242,"date":"2026-06-17T19:12:32","date_gmt":"2026-06-17T18:12:32","guid":{"rendered":"https:\/\/www.traverse-events.com\/traverse-26\/?page_id=242"},"modified":"2026-06-17T19:16:06","modified_gmt":"2026-06-17T18:16:06","slug":"privacy-policy-2","status":"publish","type":"page","link":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<!-- ============================================================\n     TRAVERSE 26 - PRIVACY & COOKIE POLICY\n     Paste into a single Custom HTML block in Gutenberg.\n     ============================================================ -->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Barlow:wght@300;400;500;600&display=swap');\n\n.prv, .prv *, .prv *::before, .prv *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.prv a { text-decoration: none; color: inherit; }\n\n.prv {\n  --black:  #080808;\n  --white:  #ffffff;\n  --dim:    #f2f2f0;\n  --accent: #4f7aad;\n  --fD: 'Montserrat', sans-serif;\n  --fB: 'Barlow', sans-serif;\n  font-family: var(--fB);\n  font-weight: 300;\n  color: var(--black);\n}\n\n\/* \u2500\u2500 NAV OVERRIDES \u2500\u2500 *\/\n.trv-nav { background: rgba(8,8,8,0.98) !important; }\n.trv-nav__inner {\n  max-width: none !important;\n  padding-left: 5rem !important;\n  padding-right: 5rem !important;\n  width: 100% !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: space-between !important;\n}\n.trv-btn.trv-btn--primary, a.trv-btn.trv-btn--primary {\n  background: #ffffff !important;\n  color: #080808 !important;\n  border: 1.5px solid #ffffff !important;\n  border-radius: 4px !important;\n  font-weight: 700 !important;\n  letter-spacing: 0.18em !important;\n  font-size: 0.66rem !important;\n  padding: 0.9rem 2rem !important;\n}\n\n\/* \u2500\u2500 Hero \u2500\u2500 *\/\n.prv-hero {\n  background: var(--black);\n  padding: 7rem 5rem 5rem;\n  position: relative;\n  border-bottom: 1px solid rgba(255,255,255,0.06);\n}\n.prv-hero__eyebrow {\n  display: flex; align-items: center; gap: 1rem;\n  font-family: var(--fB); font-size: 0.8rem; font-weight: 600;\n  letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent);\n  margin-bottom: 1.5rem;\n}\n.prv-hero__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--accent); flex-shrink: 0; }\n.prv-hero__title {\n  font-family: var(--fD); font-size: clamp(2.5rem, 5vw, 5rem);\n  font-weight: 900; line-height: 0.92; letter-spacing: -0.03em;\n  text-transform: uppercase; color: var(--white); margin-bottom: 1.5rem;\n}\n.prv-hero__meta {\n  font-family: var(--fB); font-size: 0.9rem;\n  color: rgba(255,255,255,0.4); font-weight: 300;\n  margin-top: 1rem;\n}\n\n\/* \u2500\u2500 Content \u2500\u2500 *\/\n.prv-body {\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 5rem 5rem;\n}\n\n.prv-section { margin-bottom: 4rem; }\n\n.prv-section__lbl {\n  font-family: var(--fB); font-size: 0.75rem; font-weight: 600;\n  letter-spacing: 0.26em; text-transform: uppercase;\n  color: var(--accent); display: block; margin-bottom: 0.75rem;\n}\n.prv-section__h {\n  font-family: var(--fD); font-size: clamp(1.4rem, 2.5vw, 1.9rem);\n  font-weight: 800; letter-spacing: -0.025em; line-height: 1.1;\n  color: var(--black); margin-bottom: 1.5rem;\n  padding-bottom: 1rem;\n  border-bottom: 1px solid rgba(0,0,0,0.08);\n}\n.prv-section__h3 {\n  font-family: var(--fD); font-size: 1.1rem; font-weight: 700;\n  letter-spacing: -0.01em; color: var(--black);\n  margin-top: 2rem; margin-bottom: 0.75rem;\n}\n.prv-section__h4 {\n  font-family: var(--fB); font-size: 0.85rem; font-weight: 600;\n  letter-spacing: 0.1em; text-transform: uppercase;\n  color: rgba(0,0,0,0.5); margin-top: 1.5rem; margin-bottom: 0.75rem;\n}\n.prv-p {\n  font-family: var(--fB); font-size: 1rem; color: #444;\n  font-weight: 300; line-height: 1.85; margin-bottom: 1rem;\n}\n.prv-p a { color: var(--accent); border-bottom: 1px solid rgba(79,122,173,0.3); padding-bottom: 1px; }\n.prv-p a:hover { border-color: var(--accent); }\n\n.prv-list { list-style: none; margin: 0.5rem 0 1rem; display: flex; flex-direction: column; gap: 0.6rem; }\n.prv-list li {\n  font-family: var(--fB); font-size: 1rem; color: #444;\n  font-weight: 300; line-height: 1.6;\n  display: flex; align-items: flex-start; gap: 0.75rem;\n}\n.prv-list li::before { content: ''; width: 16px; height: 1px; background: var(--accent); flex-shrink: 0; margin-top: 0.7em; }\n\n.prv-divider {\n  border: none; border-top: 1px solid rgba(0,0,0,0.08);\n  margin: 3rem 0;\n}\n\n\/* \u2500\u2500 Table \u2500\u2500 *\/\n.prv-table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }\n.prv-table {\n  width: 100%; border-collapse: collapse;\n  font-family: var(--fB); font-size: 0.9rem; font-weight: 300;\n}\n.prv-table th {\n  text-align: left; padding: 0.65rem 1rem;\n  font-weight: 600; font-size: 0.75rem; letter-spacing: 0.1em;\n  text-transform: uppercase; color: rgba(0,0,0,0.45);\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n}\n.prv-table td {\n  padding: 0.75rem 1rem; color: #444;\n  border-bottom: 1px solid rgba(0,0,0,0.06);\n  vertical-align: top; line-height: 1.5;\n}\n.prv-table tr:last-child td { border-bottom: none; }\n.prv-table tr:nth-child(even) td { background: rgba(0,0,0,0.02); }\n\n\/* \u2500\u2500 Contact box \u2500\u2500 *\/\n.prv-contact {\n  background: var(--dim); border-radius: 4px;\n  padding: 2rem 2.5rem; margin-top: 1.5rem;\n}\n.prv-contact p {\n  font-family: var(--fB); font-size: 0.95rem; color: #555;\n  font-weight: 300; line-height: 1.7; margin-bottom: 0.25rem;\n}\n.prv-contact a { color: var(--accent); border-bottom: 1px solid rgba(79,122,173,0.3); }\n\n@media (max-width: 768px) {\n  .prv-hero { padding: 5rem 2rem 3rem; }\n  .prv-body { padding: 3rem 2rem; }\n}\n<\/style>\n\n<div class=\"prv\">\n\n<!-- HERO -->\n<section class=\"prv-hero\">\n  <div class=\"prv-hero__eyebrow\">Legal<\/div>\n  <h1 class=\"prv-hero__title\">Privacy &amp;<br>Cookie Policy<\/h1>\n  <p class=\"prv-hero__meta\">Traverse Events Limited &nbsp;\u00b7&nbsp; Last updated June 2026<\/p>\n<\/section>\n\n<!-- BODY -->\n<div class=\"prv-body\">\n\n  <!-- WHO WE ARE -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">01<\/span>\n    <h2 class=\"prv-section__h\">Who we are<\/h2>\n    <p class=\"prv-p\">Traverse Events Limited (&#8220;Traverse&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is a company registered in England and Wales. We operate traverse-events.com and related sub-sites including the Traverse 26 event website.<\/p>\n    <p class=\"prv-p\">We are the data controller for the personal data collected through this website. If you have any questions about this policy or how we handle your data, please contact us at <a href=\"mailto:info@traverse-events.com\">info@traverse-events.com<\/a>.<\/p>\n    <div class=\"prv-contact\">\n      <p><strong>Traverse Events Limited<\/strong><\/p>\n      <p>49 The Mall, London, N14 6LR<\/p>\n      <p><a href=\"mailto:info@traverse-events.com\">info@traverse-events.com<\/a><\/p>\n    <\/div>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- WHAT WE COLLECT -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">02<\/span>\n    <h2 class=\"prv-section__h\">What data we collect and why<\/h2>\n\n    <h3 class=\"prv-section__h3\">Enquiry submissions<\/h3>\n    <p class=\"prv-p\">When you submit a brand or partnership enquiry through our website, we collect your name, company name and email address. We use this to respond to your enquiry. The legal basis is legitimate interests &#8211; you have contacted us and we need your details to reply.<\/p>\n\n    <h3 class=\"prv-section__h3\">Facebook Pixel<\/h3>\n    <p class=\"prv-p\">We use the Meta (Facebook) Pixel on this website. This tracking code collects information about your visit &#8211; including pages viewed, links clicked and actions taken &#8211; and sends it to Meta. We use this data to measure the effectiveness of our advertising and, where you have consented, to show relevant ads to people who have visited our site.<\/p>\n    <p class=\"prv-p\">The legal basis for this is your consent. The pixel will only fire if you accept marketing cookies via our cookie notice. Meta&#8217;s privacy policy is available at <a href=\"https:\/\/www.facebook.com\/privacy\/policy\" target=\"_blank\" rel=\"noopener\">facebook.com\/privacy\/policy<\/a>.<\/p>\n\n    <h3 class=\"prv-section__h3\">Google Analytics<\/h3>\n    <p class=\"prv-p\">We use Google Analytics to understand how visitors use our website &#8211; including which pages are viewed, how long people spend on the site, and where visitors come from. This data is anonymised and aggregated and does not identify you personally. The legal basis is legitimate interests in understanding how our website performs.<\/p>\n    <p class=\"prv-p\">Google&#8217;s privacy policy is available at <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\" rel=\"noopener\">policies.google.com\/privacy<\/a>.<\/p>\n\n    <h3 class=\"prv-section__h3\">Google Search Console<\/h3>\n    <p class=\"prv-p\">We use Google Search Console to monitor our website&#8217;s performance in Google Search. This does not involve the collection of any personal data from website visitors.<\/p>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- RETENTION -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">03<\/span>\n    <h2 class=\"prv-section__h\">How long we keep your data<\/h2>\n    <ul class=\"prv-list\">\n      <li><strong>Enquiry data<\/strong> &#8211; retained for up to 2 years, after which it is deleted unless a business relationship has been established.<\/li>\n      <li><strong>Analytics data<\/strong> &#8211; Google Analytics data is retained for 26 months by default.<\/li>\n      <li><strong>Pixel data<\/strong> &#8211; Meta retains data in accordance with their own data retention policies.<\/li>\n    <\/ul>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- SHARING -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">04<\/span>\n    <h2 class=\"prv-section__h\">Who we share your data with<\/h2>\n    <p class=\"prv-p\">We do not sell your personal data. We share data only with the third party services listed above (Meta, Google) as part of their operation. Each of these services has their own privacy policy and data processing terms.<\/p>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- YOUR RIGHTS -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">05<\/span>\n    <h2 class=\"prv-section__h\">Your rights<\/h2>\n    <p class=\"prv-p\">Under UK GDPR and the Data Protection Act 2018, you have the right to:<\/p>\n    <ul class=\"prv-list\">\n      <li>Access the personal data we hold about you<\/li>\n      <li>Request correction of inaccurate data<\/li>\n      <li>Request deletion of your data<\/li>\n      <li>Object to or restrict processing of your data<\/li>\n      <li>Withdraw consent at any time where processing is based on consent<\/li>\n      <li>Lodge a complaint with the Information Commissioner&#8217;s Office (ICO) at <a href=\"https:\/\/ico.org.uk\" target=\"_blank\" rel=\"noopener\">ico.org.uk<\/a><\/li>\n    <\/ul>\n    <p class=\"prv-p\" style=\"margin-top:1rem;\">To exercise any of these rights, contact us at <a href=\"mailto:info@traverse-events.com\">info@traverse-events.com<\/a>.<\/p>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- COOKIE POLICY -->\n  <div class=\"prv-section\" id=\"cookie-policy\">\n    <span class=\"prv-section__lbl\">06<\/span>\n    <h2 class=\"prv-section__h\">Cookie Policy<\/h2>\n    <p class=\"prv-p\">Cookies are small text files placed on your device when you visit a website. They are widely used to make websites work, remember preferences, and provide information to website owners.<\/p>\n\n    <h4 class=\"prv-section__h4\">Strictly necessary cookies<\/h4>\n    <p class=\"prv-p\">These cookies are required for the website to function and cannot be switched off. They include session and security cookies. No personal data is collected.<\/p>\n\n    <h4 class=\"prv-section__h4\">Analytics cookies<\/h4>\n    <div class=\"prv-table-wrap\">\n      <table class=\"prv-table\">\n        <thead>\n          <tr><th>Cookie<\/th><th>Provider<\/th><th>Purpose<\/th><th>Duration<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>_ga<\/td><td>Google Analytics<\/td><td>Distinguishes users<\/td><td>2 years<\/td><\/tr>\n          <tr><td>_ga_*<\/td><td>Google Analytics<\/td><td>Maintains session state<\/td><td>2 years<\/td><\/tr>\n          <tr><td>_gid<\/td><td>Google Analytics<\/td><td>Distinguishes users<\/td><td>24 hours<\/td><\/tr>\n          <tr><td>_gat<\/td><td>Google Analytics<\/td><td>Throttles request rate<\/td><td>1 minute<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h4 class=\"prv-section__h4\">Marketing cookies<\/h4>\n    <div class=\"prv-table-wrap\">\n      <table class=\"prv-table\">\n        <thead>\n          <tr><th>Cookie<\/th><th>Provider<\/th><th>Purpose<\/th><th>Duration<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>_fbp<\/td><td>Meta (Facebook)<\/td><td>Identifies browsers for advertising<\/td><td>3 months<\/td><\/tr>\n          <tr><td>_fbc<\/td><td>Meta (Facebook)<\/td><td>Stores click ID from Facebook ads<\/td><td>3 months<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3 class=\"prv-section__h3\">Managing cookies<\/h3>\n    <p class=\"prv-p\">When you first visit our website you will be shown a cookie notice. You can choose to accept or decline non-essential cookies. You can also manage cookies through your browser settings &#8211; note that disabling cookies may affect the functionality of some parts of the website.<\/p>\n    <p class=\"prv-p\">For more information visit <a href=\"https:\/\/www.allaboutcookies.org\" target=\"_blank\" rel=\"noopener\">allaboutcookies.org<\/a>.<\/p>\n  <\/div>\n\n  <hr class=\"prv-divider\">\n\n  <!-- CHANGES -->\n  <div class=\"prv-section\">\n    <span class=\"prv-section__lbl\">07<\/span>\n    <h2 class=\"prv-section__h\">Changes to this policy<\/h2>\n    <p class=\"prv-p\">We may update this policy from time to time. The date at the top of this page shows when it was last updated. Continued use of the website after changes are posted constitutes acceptance of the updated policy.<\/p>\n    <div class=\"prv-contact\">\n      <p>Questions about this policy? Email us at <a href=\"mailto:info@traverse-events.com\">info@traverse-events.com<\/a><\/p>\n      <p style=\"margin-top:0.5rem;font-size:0.85rem;color:rgba(0,0,0,0.4);\">Traverse Events Limited, 49 The Mall, London, N14 6LR<\/p>\n    <\/div>\n  <\/div>\n\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Legal Privacy &amp;Cookie Policy Traverse Events Limited &nbsp;\u00b7&nbsp; Last updated June 2026 01 Who we are Traverse Events Limited (&#8220;Traverse&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-onepager.php","meta":{"footnotes":""},"class_list":["post-242","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacy Policy - GNTB Travel Creator Summit x Traverse 26<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy - GNTB Travel Creator Summit x Traverse 26\" \/>\n<meta property=\"og:description\" content=\"Legal Privacy &amp;Cookie Policy Traverse Events Limited &nbsp;\u00b7&nbsp; Last updated June 2026 01 Who we are Traverse Events Limited (&#8220;Traverse&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/\" \/>\n<meta property=\"og:site_name\" content=\"GNTB Travel Creator Summit x Traverse 26\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T18:16:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/privacy-policy-2\\\/\",\"url\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/privacy-policy-2\\\/\",\"name\":\"Privacy Policy - GNTB Travel Creator Summit x Traverse 26\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#website\"},\"datePublished\":\"2026-06-17T18:12:32+00:00\",\"dateModified\":\"2026-06-17T18:16:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/privacy-policy-2\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/privacy-policy-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/privacy-policy-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#website\",\"url\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/\",\"name\":\"GNTB Travel Creator Summit x Traverse 26\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#organization\",\"name\":\"Traverse 26\",\"url\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-traverse-2019-logo-black-1-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-traverse-2019-logo-black-1-scaled-1.png\",\"width\":2560,\"height\":853,\"caption\":\"Traverse 26\"},\"image\":{\"@id\":\"https:\\\/\\\/www.traverse-events.com\\\/traverse-26\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - GNTB Travel Creator Summit x Traverse 26","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/","og_locale":"en_GB","og_type":"article","og_title":"Privacy Policy - GNTB Travel Creator Summit x Traverse 26","og_description":"Legal Privacy &amp;Cookie Policy Traverse Events Limited &nbsp;\u00b7&nbsp; Last updated June 2026 01 Who we are Traverse Events Limited (&#8220;Traverse&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is&hellip;","og_url":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/","og_site_name":"GNTB Travel Creator Summit x Traverse 26","article_modified_time":"2026-06-17T18:16:06+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/","url":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/","name":"Privacy Policy - GNTB Travel Creator Summit x Traverse 26","isPartOf":{"@id":"https:\/\/www.traverse-events.com\/traverse-26\/#website"},"datePublished":"2026-06-17T18:12:32+00:00","dateModified":"2026-06-17T18:16:06+00:00","breadcrumb":{"@id":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.traverse-events.com\/traverse-26\/privacy-policy-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.traverse-events.com\/traverse-26\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/www.traverse-events.com\/traverse-26\/#website","url":"https:\/\/www.traverse-events.com\/traverse-26\/","name":"GNTB Travel Creator Summit x Traverse 26","description":"","publisher":{"@id":"https:\/\/www.traverse-events.com\/traverse-26\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.traverse-events.com\/traverse-26\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.traverse-events.com\/traverse-26\/#organization","name":"Traverse 26","url":"https:\/\/www.traverse-events.com\/traverse-26\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.traverse-events.com\/traverse-26\/#\/schema\/logo\/image\/","url":"https:\/\/www.traverse-events.com\/traverse-26\/wp-content\/uploads\/2026\/05\/cropped-traverse-2019-logo-black-1-scaled-1.png","contentUrl":"https:\/\/www.traverse-events.com\/traverse-26\/wp-content\/uploads\/2026\/05\/cropped-traverse-2019-logo-black-1-scaled-1.png","width":2560,"height":853,"caption":"Traverse 26"},"image":{"@id":"https:\/\/www.traverse-events.com\/traverse-26\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/pages\/242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/comments?post=242"}],"version-history":[{"count":2,"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/pages\/242\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/pages\/242\/revisions\/244"}],"wp:attachment":[{"href":"https:\/\/www.traverse-events.com\/traverse-26\/wp-json\/wp\/v2\/media?parent=242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}