CINXE.COM

User Privacy Policy

<!DOCTYPE html><!-- Last Published: Mon Feb 17 2025 17:31:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="reviews-io-2.webflow.io" data-wf-page="65082c968b6463d6814c8a1d" data-wf-site="642419dd2be643c50e400f66" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>User Privacy Policy</title><link rel="alternate" hrefLang="x-default" href="https://www.reviews.io/legal/user-privacy-policy"/><link rel="alternate" hrefLang="en" href="https://www.reviews.io/legal/user-privacy-policy"/><link rel="alternate" hrefLang="de" href="https://www.reviews.io/de/legal/user-privacy-policy"/><meta content="REVIEWS.io is the leading website for genuine user reviews of UK businesses and websites" name="description"/><meta content="User Privacy Policy" property="og:title"/><meta content="REVIEWS.io is the leading website for genuine user reviews of UK businesses and websites" property="og:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="og:image"/><meta content="User Privacy Policy" property="twitter:title"/><meta content="REVIEWS.io is the leading website for genuine user reviews of UK businesses and websites" property="twitter:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/css/reviews-io-2.b6ba1a446.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["PT Sans:400,400italic,700,700italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Inter:regular,500,700","Poppins:regular,500,600"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6bbb44da70d8611709f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6c4546b9837cc736f93_android-chrome-256x256.png" rel="apple-touch-icon"/><link href="https://www.reviews.io/legal/user-privacy-policy" rel="canonical"/><!-- DO NOT MOVE, FUNCTION FOR GEOLOCATION NEEDS TO BE DEFINED HERE FIRST --> <script> const COUNTRY_CODES = [ "AF", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AP", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "CI", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "KP", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "CS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", "AX", ]; // Geo IP START function geoip(json) { let countrycode = json.country_code; const getip = json.ip; let countryCodeElement = document.getElementById("countryCode"); if (!COUNTRY_CODES.includes(countrycode)) { countrycode = getCountryCode().join(", "); } if (countryCodeElement) { countryCodeElement.value = countrycode; } var body = document.body; countrycode.split(", ").forEach((element) => { body.classList.add(element); }); } // Geo IP END </script> <!-- Google Tag Manager --> <script> var Webflow = Webflow || []; (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-MT52C3C"); </script> <!-- End Google Tag Manager --> <!-- Global site tag (gtag.js) - Google Ads: 982555289 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-982555289" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-680KRMGJLX"); </script> <script src="https://reviews.io/cw-assets/js/geolocation.js"></script> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js" ></script> <script> Weglot.initialize({ // Only mandatory value is api_key: api_key: "wg_b20ec553adb54e44e58f45436aff4f3f8", // Exclude some blocks from translation excluded_blocks: [ { value: ".nav-link", }, { value: ".footer-link", }, ], hide_switcher: true, // Automatically redirect visitor by its navigator's language auto_switch: false, }); </script> <script type="text/javascript" src="https://d1b3llzbo1rqxo.cloudfront.net/attributer.js" ></script> <script defer src="https://api.pirsch.io/pirsch-extended.js" id="pirschextendedjs" data-code="UhmMj0hzpQpLgaJv9eUVilmk0IFBhNa1" ></script></head><body><div class="ad-pixels w-embed w-iframe w-script"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT52C3C" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- LinkedIn Tracking --> <script type="text/javascript"> _linkedin_partner_id = "44062"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=44062&fmt=gif" /> </noscript> <!-- Twitter conversion tracking base code --> <script> !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); twq('config','o3iz8'); </script> <!-- End Twitter conversion tracking base code --></div><div data-animation="default" data-collapse="small" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav"><div class="row nav"><div class="nav-container"><a href="https://www.reviews.io/" class="logotype w-nav-brand"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6425651c97e0b1158e3920a8_reviewsio-logo.svg" loading="lazy" width="200" alt=""/></a><nav role="navigation" class="nav-menu w-nav-menu"><div class="nav-start"><div class="fill-100 indent-m"><div data-hover="true" data-delay="400" data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268d" class="top-nav-dropdown w-dropdown"><div data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268e" class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Platform</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe att"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile c-col-nav-dropdown"><div class="col lg5 md2 sm12 indent-z-mobile"><div class="g-stack-l stack-m full-width"><div class="overline overline-mobile hide-mobile">The Reviews Platform</div><div class="g-stack-s full-width"><a href="/front/company-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c346067d7d993832297be_icon-company-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Company Reviews</div><div class="body-text-xs tc-neutrals-400">Leverage the voice of your customer.</div></div></div></div></a><a href="/front/productreviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64e62895805705f5fcc53c3f_icon-product-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Product Reviews</div><div class="body-text-xs tc-neutrals-400">Help shoppers make informed decisions.</div></div></div></div></a><a href="/front/sms-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c369bd90ba5b1bd7343d8_icon-sms-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">SMS Invites </div><div class="body-text-xs tc-neutrals-400">Send review campaigns over SMS.</div></div></div></div></a></div></div></div><div class="col lg3 mdl12 indent-s z-gap-mobile indent-z-mobile"><div class="g-stack-xl stack-l full-width c-mobile-block"><div class="overline mobile-nav">Features</div><div class="g-stack-l full-width z-gap-mobile"><a href="/front/attributes" class="headline-link c-mobile-link">Attributes</a><a href="/front/surveys" class="headline-link c-mobile-link">Surveys</a><a href="/front/ugc" class="headline-link c-mobile-link">UGC Galleries</a><a href="/front/ai-review-assistant" class="headline-link c-mobile-link">AI Assistant </a><a href="/front/ai-review-summary" class="headline-link c-mobile-link headline-link-flex w-inline-block"><div class="headline-link">AI Review Summary </div><div class="uui-badge-small-success"><div>New</div></div></a><a href="/front/review-nuggets" class="headline-link c-mobile-link">Review Nuggets</a><a href="/front/flow-review-collection" class="headline-link c-mobile-link">Invitation Flows</a><a href="/front/social-proof" class="headline-link c-mobile-link">Social Proof Banners</a><a href="/front/video-first" class="headline-link c-mobile-link">Video First Invites</a></div><div></div></div></div><div class="col lg4 md3 mdl12 indent-z-mobile indent-s"><div class="g-stack-l full-width"><div class="overline hide-mobile">Why REVIEWS<span class="lowercase">.io</span></div><div class="g-stack-s stack-m full-width z-gap-mobile"><a href="https://support.reviews.io/en/articles/9185070-review-booster" target="_blank" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Review Booster</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Quickly gain reviews to boost your rating. </div></a><a href="https://www.reviews.io/front/reputation-management" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Reputation Manager</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Boost reviews on third-party sites </div></a><a href="/front/google-seller-ratings" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Google Seller Ratings Partner</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Lower cpc with stars next to your ads.</div></a><a href="/front/switch-provider" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Switch Review Provider</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Make review collection more affordable</div></a><a href="/business-solutions" class="dropdown-link-block block-inline-mobile full-width c-nav-background w-inline-block"><div class="headline-link c-mobile-link">Explore The Reviews Platform </div><div class="body-text-xs tc-neutrals-400 hide-mobile">Discover why our platform is the perfect solution for you.</div></a></div></div></div></div></div><div class="col lg3"><div class="uui-navbar02_dropdown-content-wrapper-3 display-lg"><div class="uui-navbar02_dropdown-blog-item-wrapper-3"><a href="https://www.reviews.io/front/integration-library" class="uui-navbar02_blog-item-5 w-inline-block"><div class="uui-navbar02_blog-image-wrapper-2"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations-p-500.webp 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp 576w" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp" loading="eager" class="uui-navbar02_blog-image-2"/></div><div class="uui-navbar02_blog-content-2"><div class="uui-navbar02_item-heading-4">Effortless Integrations</div><div class="uui-text-size-small-18 text-style-2lines">REVIEWS.io provides seamless integration with your ecommerce, marketing and loyalty platforms, driving better results.</div></div></a></div></div><div class="nav-ad-wrapper display-lg"><div class="row"></div></div></div></div></div></div><div class="spacer-50 hide-mobile"></div></div></nav></div><div data-hover="true" data-delay="400" data-w-id="34ea87c4-bbbb-afa4-612a-bb1ec743613e" class="top-nav-dropdown w-dropdown"><div class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Resources</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile"><div class="col lg7 md3 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width c-mobile-stack-z"><div class="overline hide-mobile">Key Resources<span class="lowercase"></span></div><div class="row"><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="/front/customer-success-stories" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3475bc241c65c41fd458_icon-confetti--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Success Stories</div><div class="body-text-xs tc-neutrals-400 display-lg">Brands growing with reviews </div></div></div></a><a href="https://www.reviews.io/front/integration-library" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6529445f4541ededc8601f66_icon-puzzle--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Integrations </div><div class="body-text-xs tc-neutrals-400 display-lg">Connect the tools from your tech stack</div></div></div></a><a href="/front/about-us" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3480feb6dbdc46f121a3_icon-crown--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link">About &amp; Careers</div><div class="body-text-xs tc-neutrals-400 display-lg">Team of Talented Individuals </div></div></div></a></div></div><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="https://blog.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645bf4335595817c3adb92cf_icon-page-star--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Blog</div><div class="body-text-xs tc-neutrals-400 display-lg">See how brands use our features</div></div></div></a><a href="https://developer.reviews.io/" target="_blank" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c34c3972f2b6e10fa9d37_icon-finger-selection--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Developer API</div><div class="body-text-xs tc-neutrals-400 display-lg">Docs to connect &amp; extend our API</div></div></div></a><a href="/front/partnerships" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c344c28be3f838373f803_icon-circled-plus-cursor--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Become a Partner</div><div class="body-text-xs tc-neutrals-400 display-lg">Join our journey &amp; share the rewards</div></div></div></a></div></div></div></div></div><div class="col lg5 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width z-gap-mobile"><div class="overline hide-mobile">Find</div><div class="stack-l full-width"><a href="https://support.reviews.io/en/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Support Center</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Step-by-step guides and assistance </div></a><a href="https://updates.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Product Updates </div><div class="body-text-xs tc-neutrals-400 hide-mobile">The latest product releases &amp; enhancements</div></a><a href="https://agency.reviews.io/directory" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Agency Directory</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Partner with a trusted agency</div></a></div></div><div class="g-stack-l full-width hide-mobile"><div class="overline overline-mobile">Popular Support Articles</div><a href="https://support.reviews.io/en/articles/3188180-review-booster" target="_blank" class="headline-link c-mobile-link">How to send a Review Booster</a><a href="https://support.reviews.io/en/articles/4892664-product-reviews-widget" target="_blank" class="headline-link c-mobile-link">Product Reviews Widget</a><a href="https://support.reviews.io/en/articles/4174842-review-imports" class="headline-link c-mobile-link">How to Import Reviews</a></div></div><div class="col lg5 display-lg"></div></div></div><div class="col lg3"><div class="nav-ad-wrapper display-lg"><div class="g-stack-l full-width"><div class="overline display-lg">Latest Podcast<span class="lowercase"></span></div><a href="https://www.buzzsprout.com/1381345" target="_blank" class="nav-image-link g-stack-l w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223-p-500.jpg 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg 600w" alt="" class="image corners-xl"/><div class="body-text-xs tc-neutrals-400">▶ Ep. 25 <br/>Why ugly ads perform better with Callum Devine from CB Social. </div></a></div></div></div></div></div></div><div class="spacer-50 hide-mobile"><div class="no-pad-right"></div></div></div></nav></div><a href="/front/pricingplans" class="nav-link w-nav-link">Pricing</a></div></div><div class="nav-buttons c-mobile-nav-button"><a href="https://dash.reviews.io/login" class="button tertiary size-s display-lg w-button">Log In</a><a href="/lets-chat" class="button ghost-dark size-m w-button">Book Demo</a></div></nav><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row avc tac"><div class="col lg8 md6 mdl6 sm2 avc ahc"><div class="g-stack-l avc"><h2 class="headline">User Privacy Policy</h2><p class="body-text-m">By creating a profile on or using any of the Reviews.co.uk/REVIEWS.io websites including, but not limited to Reviews.co.uk &amp; REVIEWS.io (the &quot;Website&quot;) you accept the terms contained in this Privacy Policy, which govern the processing of your personal data on the Website. (Date: 25-06-2019)<br/></p></div></div></div></div></div><div class="section"><div class="wrapper g-stack-3xl"><div class="row g-stack-3xl"><div class="col lg6 md6"><div class="g-stack-xl"><h1 class="headline s"><strong>REVIEWS.io Limited<br/></strong></h1><p class="body-text-m">29 St Nicholas Place, Leicester, LE1 4LD UK<br/><br/>‍<strong>Personal Data<br/></strong>When you write a review on the Website, we will automatically generate a personal account for you and collect the following personal data about you:<br/><br/>• Your Name (this will be public unless you have chosen to be anonymous)<br/>• Your email address.<br/>• Social Media Profile (optional, if added)<br/><br/>Name &amp; Email information is mandatory, which means that it will not be possible to write a review on the Website without it. Reviewers can verify reviews by adding social media information, if this method is used we may store publically available data on your profile. As the Data Controller we may make this information available to the companies being reviewed.<br/><br/>REVIEWS.io is an open review platform, we will publish your name next to your review unless you have chosen to be anonymous. If you choose to publish your review as Anonymous contactable data will still be visible to the reviewed company if they subscribe to our services.<br/><br/>As the data processor we will use the information you provide to us to:<br/><br/>• Provide our services to you, including displaying your reviews, and providing you with access to your profile and our Website<br/>• Identify you as a reviewer when you log in to the Website and re-visit the Website<br/>• Verify your reviews are genuine<br/>• Respond to your questions and provide related customer service<br/>• Pass on a message from the company you reviewed via the Website<br/>• Facilitate the social sharing function &amp; identification function<br/>• Comply with legal requirements and legal process, requests from public and governmental authorities, relevant industry standards and our internal policies<br/>• Enforce our Terms &amp; Conditions<br/>• Allow us to pursue available remedies or limit any damages that we sustain<br/><br/><strong>1. On what legal basis do we process your personal data?</strong><br/><em>We need to process your personal information in order to:<br/>‍<br/></em>• Perform our contract with you as stated in Article 6.1.b of the GDPR<br/>• Comply with our legal obligations as stated in Article 6.1.c of the GDPR and operate an online review platform in compliance with, for example, the Competition and Markets Authority&#x27;s guidance on online reviews and endorsements<br/><br/>If you would like more information about our legal basis for processing your personal information, please contact our Data Protection Officer (DPO) by emailing <a href="mailto:gdpr@reviews.io">gdpr@reviews.io</a><br/><br/><strong>2. Data retention<br/>‍<br/>‍</strong>We keep the review data and other personal data, for as long as you have a publicly published review with our services. If you choose to delete your review we will delete all personal data including your name, email address and the associated review. If you have been invited to leave a review via an invite sent by our solution by a Data Controller then we will automatically delete your information after 360 days. If you would like your information deleted sooner, you can request this by emailing <a href="mailto:gdpr@reviews.io">gdpr@reviews.io</a><br/><br/>‍<strong>2.1. Access the personal data we have about you<br/><br/>‍</strong>If you have written a review on the Website you can log in to your Account using your email address to see what information we have about you, including your review. If you don&#x27;t have an Account, you can email <a href="mailto:support@reviews.io">support@reviews.io</a> and request information about your personal data. Upon receiving your request, we will let you know what personal information we have about you, how we collect the information, the purpose for which we process your personal data, and who we share your personal information with.If you have written a review on the Website, you can download the personal data that you have provided to us, including your reviews by visiting and logging in here.<br/><br/>‍<strong>2.2. Information in reviews and ratings<br/><br/>‍</strong>When you write a review about a company or product using our Website, we collect the information you put in your review and link it to the product or company being reviewed. In some cases, we may contact you via email to provide information or documentation verifying your experience. If you write a company review on the Website in response to an invitation sent by a company via our review collection services, the company who sent you the invite will have visibility of the review and the personal data of the reviewer. If you have verified your review by adding social media information this information along with publicly available social media statistics will be added to your account.<br/><br/>‍<strong>2.3. Cookies<br/><br/>‍</strong>The Website uses cookies. Cookies are digital information which is stored on your computer. The cookie does not identify the individual user but the user&#x27;s computer, and it is used for different purposes.<br/><br/>‍<strong>2.4. Third party cookies<br/><br/>‍</strong>We may provide cookie and a de-identified data to trusted 3rd parties, this data is used for matching to other data about you to improve the relevance of online advertising and personalisation. Your actual email address is at no time shared with our 3rd party partners. Third party Cookies are set by third party websites – not our Website. When you visit our Website, the following third party Cookies may be set:<br/><br/>• Google Analytics Cookies, set when you log in to our Website with Google<br/>• Google AdSense cookies, set when displaying relevant targeted advertisements on our Website. Some cookies may be set as DoubleClick, which is part of Google<br/>• Intercom cookies, set to enable browser live chat from user sessions. <a href="https://www.intercom.com/help/en/articles/2361922">Learn more here</a>.<br/>• Cloudflare cookies, set for identifying individual clients behind a shared IP address and apply security settings on a per-client basis. <a href="https://support.cloudflare.com/hc/en-us/articles/200170156-What-does-the-Cloudflare-cfduid-cookie-do">Learn more here</a>.<br/><br/><strong>2.5. Deletion of cookies<br/><br/>‍</strong>You can delete the cookies already on your device. You can typically delete cookies from the Privacy or History area, available from the Settings or Options menu In most browsers. To opt-out of third party cookies, please go to <a href="http://www.aboutads.info/">http://www.aboutads.info</a> choices or Your Online Choices at <a href="http://www.youronlinechoices.com/uk/">http://www.youronlinechoices.com/uk/</a>.<br/><br/>‍<strong>3. IP Addresses and browser settings.<br/><br/>‍</strong>When visiting the Website, the IP address and the browser settings of your computer are registered. The IP address is the numerical address of the computer used when visiting the Website. Browser settings are e.g. the type of browser you use, browser language, timezone etc. The IP address and browser settings are registered to enable us to trace the used computer in case of misuse or unlawful actions in connection with the visit on or use of the Website. Further, the IP address is used to derive your approximate location and verify your review as genuine. IP data is removed after 30 days unless a review is written in which case the IP data is retained until the review is deleted or a removal request has been actioned.</p></div></div><div class="col lg6 md6"><p class="body-text-m"><strong>4. Disclosure to companies &amp; other services<br/><br/></strong>As the Data Controller, we allow the companies being reviewed to see contactable data provided by the reviewer, in a secure digital environment.<br/><br/>REVIEWS.io permits other services not related to the company being reviewed to show the reviews created, we do not share any personal contactable data with these companies. The categories of third parties to which the information is disclosed are:<br/><br/>Search engines, including e.g. Google and Bing<br/>Companies or services that have been reviewed on the Website or which have a relationship with REVIEWS.io.<br/>‍<br/><strong>4.1. Other disclosure<br/><br/>‍</strong>REVIEWS.io may be required to disclose information by a court order from a competent court of law or public authority in accordance with the existing legislation. As the Data Controller we allow the companies being reviewed to see contactable data provided by the reviewer, in a secure digital environment.<br/><br/>‍<strong>5. Data processor &amp; Data controller<br/><br/>‍</strong>REVIEWS.io remains the Data Processor prior to a review being left by a reviewer. We act as a data processor to companies using our Websites service to help them to collect genuine reviews. If a company using our solution passes data for the purpose of review collection they will be the data processor up until the subject leaves a review and agrees to our terms &amp; conditions. To the extent that we collect information – which may include your name, e-address, purchase information &amp; social media information.<br/><br/>REVIEWS.io becomes the Data Controller once a reviewer has written a review. Clients who subscribe to our services and have been reviewed have access to this data as Data Processors.<br/><br/>We are not responsible for the privacy practices of companies operated or owned by third parties. The information practices of such third-party websites or applications is governed by the operators privacy policies.<br/><br/>All the data that we process as a Data Processor is deleted with 360 days. If you would like to remove yourself from being contacted by REVIEWS.io click the unsubscribe button in the email received or contact us via <a href="mailto:gdpr@reviews.io">gdpr@reviews.io</a><br/><br/>We store data in the region collected. We have data servers in the UK, European Union, USA &amp; Australia.<br/><br/>‍<strong>5.1. Who To Contact<br/><br/>‍</strong>Where REVIEWS.io is the &quot;Data Controller&quot;, as set out in this privacy policy, you should direct any queries you have in relation to your personal data to Reviews.co.uk/REVIEWS.io.<br/><br/>Where Reviews.co.uk/REVIEWS.io is the &quot;Data Processor&quot; (no review yet written), as set out in this privacy policy, you should direct any queries you have in relation to your personal data to the merchant/retailer/service provider in question.<br/><br/>‍<strong>6. Security measures<br/><br/>‍</strong>REVIEWS.io will use commercially reasonable efforts to see that the recorded data, including the personal information under its control is handled using appropriate security measures. REVIEWS.io regularly audits its system for possible vulnerabilities and attacks. We do not store credit card numbers or related identifying information on any website server.<br/><br/>‍<strong>7. Correction and deletion<br/>‍<br/>7.1. ACCESS<br/><br/>‍</strong>Upon written request we shall inform you of the purpose of the processing; who receives the information and from where the information originates. Requests shall only be processed if more than 6 months have lapsed since your previous request, unless you can substantiate a special interest in obtaining the information earlier.<br/><br/>‍<strong>7.2. Correction &amp; deletion<br/><br/>‍</strong>If you discover that the information which REVIEWS.io as the Data Controller process on you is incorrect or misleading, REVIEWS.io shall make the correction hereof on your request.<br/><br/>You can at any time correct or delete any content and information on the Website via your user profile. When your profile is deleted, all the data associated with your user profile is deleted, including your master data and reviews on the Website. If you delete a review on the Website, the review is permanently deleted.<br/><br/>REVIEWS.io reserves the right to block access to your profile and/or delete your profile, if the profile or the content of your profile on the Website in our assessment is discriminating, racist, sexually oriented, unethical, threatening, offensive, harassing or in other ways violate the legislation, third party rights or the purpose of the Website. If we block the use of your profile, you shall be informed hereon, as well as on the reason for blocking the access, by email to the address you have stated in your profile.<br/><br/><strong>8. Bank &amp; Credit Card Information<br/><br/>‍</strong>If you have written a review, we do not need any private banking details from you. The only contactable details we ask for are a name, email address &amp; social media name to confirm that you are a real user. We will never gain access to your credit card number. If you do choose to purchase something by clicking through to one of our retailers, we will not see any of your private information including banking details or credit card numbers.<br/><br/>‍<strong>9. Age Requirements - 18 or older<br/><br/>‍</strong>We require our users to be 18 or older and anyone using the site must adhere to this rule. We never knowingly allow children under 18 to post personal information on our site. If you know about someone using the website under the age of 18 please contact us via <a href="mailto:gdpr@reviews.co.uk">gdpr@reviews.io</a>.<br/><br/>‍<strong>10. Right to be Forgotten<br/><br/>‍</strong>Upon request to REVIEWS.io via the contact information stated on this page, REVIEWS.io shall inform you of the purpose of the processing; who receives the information and from where the information originates.<br/><br/>‍<strong>11. Links to external websites<br/><br/>‍</strong>Our Website contains links to other websites. Our inclusion of such links does not imply that we endorse those websites. We do not control the content of those third party websites, and assume no responsibility for the third party or their policies or practices.<br/><br/>‍<strong>12. Changes in the Privacy Policy<br/><br/>‍</strong>REVIEWS.io may at any time and without notice make changes to its privacy policy with future effect. REVIEWS.io shall inform the users of the Website of such changes when the users log on to the Website. You agree that the continued use of the Website after any posted modified version of the Privacy Policy is your acceptance of the modified Privacy Policy.<br/><br/>‍<strong>13. Enquiries Regarding this Privacy Policy<br/><br/>‍</strong>If you have any questions or comments, or if you want to update, delete, or change any Personal Information you&#x27;ve submitted on the Website, please use our contact form to get in touch.<br/><br/>In addition, you are welcome to contact our Data Protection Officer (DPO). If you have any questions about the data processing activities performed by us, you are welcome to contact our DPO by email at:<br/><br/><a href="mailto:privacy@reviews.io">privacy@reviews.io</a><br/>29 St Nicholas Place<br/>Leicester<br/>LE1 4LD<br/>ENGLAND<br/><a href="mailto:support@reviews.io">support@reviews.io</a></p></div><div class="col lg6 md6"></div></div></div></div><footer id="footer" class="footer"><div class="footer-container"><div class="top-footer-block"><a href="https://www.reviews.io/" class="footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23670f7e01de_reviewsio-logo--inverted.svg" width="200" alt="Reviews.io" class="footer-image"/></a><div class="g-inline-l ahc"><div class="login-signup-footer"><a href="https://www.reviews.io/signup/basic" target="_blank" class="footer-link-text fs-tracking-footer-signup-button">Sign Up</a><div id="w-node-_5dc5bcf0-c371-8d5f-f8fd-fe28b2edacfe-c86ba255" class="footer-link-text">|</div><a href="https://dash.reviews.io/login" target="_blank" class="footer-link-text">Login</a></div><div class="wg-code w-embed w-script"><script> // on Weglot init Weglot.on('initialized', ()=>{ // get the current active language const currentLang = Weglot.getCurrentLang(); // call updateFlagDropdownLinks function updateSW6FlagDropdownLinks(currentLang); }); // for each of the .wg-element-wrapper language links document.querySelectorAll('.wg-element-wrapper.sw6 [lang]').forEach((link)=>{ // add a click event listener link.addEventListener('click', function(e){ // prevent default e.preventDefault(); // switch to the current active language Weglot.switchTo(this.getAttribute('lang')); // call updateDropdownLinks function updateSW6FlagDropdownLinks(this.getAttribute('lang')); }); }); // updateFlagDropdownLinks function function updateSW6FlagDropdownLinks(currentLang){ // get the wrapper element const $wrapper = document.querySelector('.wg-element-wrapper.sw6'); // if the .w-dropdown-toggle is not the current active language if($wrapper.querySelector('.w-dropdown-toggle').getAttribute('lang') !== currentLang){ // swap the dropdown toggle's innerHTML with the current active language link innerHTML const $activeLangLink = $wrapper.querySelector('[lang='+currentLang+']'); const childDiv = $activeLangLink.innerHTML; const $toggle = $wrapper.querySelector('.w-dropdown-toggle'); const toggleDiv = $toggle.innerHTML; $toggle.innerHTML = childDiv; $activeLangLink.innerHTML = toggleDiv; // swap the dropdown toggle's lang attr with the current active language link lang attr const lang = $activeLangLink.getAttribute('lang'); const toggleLang = $toggle.getAttribute('lang'); $toggle.setAttribute('lang', lang); $activeLangLink.setAttribute('lang', toggleLang); } } </script></div></div></div><div class="middle-footer-block"><div class="footer-col"><div class="accordion-item"><div class="accordion__title"><div class="headline xs tc-white-100">How it Works</div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/business-solutions" class="footer-link">Overview</a><a href="/front/pricingplans-2023" class="footer-link">Pricing</a><a href="/front/google-seller-ratings" class="footer-link">Google Seller Ratings</a><a href="https://www.reviews.io/front/integration-library" class="footer-link">Integrations</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba274" class="accordion__title"><div class="headline xs tc-white-100">Reviews Platform</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/company-reviews" class="footer-link">Company Reviews</a><a href="/front/productreviews" class="footer-link">Product Reviews</a><a href="/front/reputation-management" class="footer-link">Reputation Manager</a><a href="/front/review-syndication" class="footer-link">Review Syndication</a><a href="/front/local-reviews" class="footer-link">Local &amp; In-Store Reviews</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba28e" class="accordion__title"><div class="headline xs tc-white-100">Features</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/attributes" class="footer-link">Attributes</a><a href="/front/surveys" class="footer-link">Surveys</a><a href="/front/ugc" class="footer-link">UGC</a><a href="/front/ai-review-assistant" class="footer-link">AI Assistant</a><a href="/front/ai-review-summary" class="footer-link">AI Review Summary</a><a href="/front/review-nuggets" class="footer-link">Review Nuggets</a><a href="/front/flow-review-collection" class="footer-link">Invitation Flows</a><a href="/front/sms-reviews" class="footer-link">SMS Invites</a><a href="/front/video-first" class="footer-link">Video First </a><a href="/front/social-proof" class="footer-link">Social Proof Banners</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2af" class="accordion__title"><div class="headline xs tc-white-100">Loyalty </div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://www.influence.io/" class="footer-link">Loyalty &amp; Referrals</a><div class="footer-loyalty-icon"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23aecf7e01df_influenceio-favicon.svg" loading="lazy" alt=""/></div></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2bb" class="accordion__title"><div class="headline xs tc-white-100">Resources</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://support.reviews.io/" target="_blank" class="footer-link">Support Center</a><a href="https://updates.reviews.io/" target="_blank" class="footer-link">Product Updates</a><a href="/front/customer-success-stories" class="footer-link">Customer Success Stories </a><a href="https://blog.reviews.io/" class="footer-link">Blog</a><a href="https://agency.reviews.io/directory" class="footer-link">Agency Directory</a><a href="https://podcast.reviews.io/" class="footer-link">Podcasts</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2d0" class="accordion__title"><div class="headline xs tc-white-100">Other</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/legal/termsconditions" class="footer-link">Terms &amp; Conditions</a><a href="/legal/user-privacy-policy" aria-current="page" class="footer-link w--current">Privacy Policy</a><a href="/legal/data-protection" class="footer-link">Data Protection</a><a href="/legal/data-request" class="footer-link">Data Request</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2e4" class="accordion__title"><div class="headline xs tc-white-100">Our Company</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/about-us" class="footer-link">About Us</a><a href="/front/contact-us" class="footer-link">Contact Us</a><a href="https://www.clearer.io/careers" target="_blank" class="footer-link">Careers</a><a href="/front/partnerships" class="footer-link">Become a Partner</a><a href="https://www.reviews.io/front/brand-guidelines" class="footer-link">Brand Guidelines</a><a href="https://www.reviews.io/front/impressum" class="footer-link">Impressum</a></div></div></div></div><div class="footer-newsletter"><div class="accordion__title"><div class="headline xs tc-white-100">Updates </div></div><ul role="list" class="w-list-unstyled"><li class="footer-updates-container"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Improvements to Auto-Generated Replies</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Amazon Review Source: Easily Identify Purchases with Tags</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>New integration with Bloomreach!</div></a></div></div></div></li></ul><div class="accordion__content"><a href="https://updates.reviews.io/" class="footer-link">All Updates</a></div><div class="accordion__title"><div class="headline xs tc-white-100">Social</div></div><div class="spacer-15"></div><div class="social-footer"><a href="https://www.linkedin.com/company/reviews-co-uk/" target="_blank" class="social-btn-2 w-button"></a><a href="https://www.youtube.com/c/ReviewsCoUk" target="_blank" class="social-btn-2 youtube w-button"></a><a href="https://twitter.com/we_are_reviews" target="_blank" class="social-btn-2 twitter w-button"></a><a href="https://www.instagram.com/wearereviews/" target="_blank" class="social-btn-2 instagram w-button"></a></div></div></div><div class="bottom-footer"><div class="powered">Convert more visitors into sales | <a href="https://reviews.io" target="_blank" rel="nofollow" class="webflow-link">REVIEWS.io</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=642419dd2be643c50e400f66" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/js/reviews-io-2.529ba599.14736c31f265e9a2.js" type="text/javascript"></script><!-- NEW GEOLOCATION SCRIPT START --> <script src="https://get.geojs.io/v1/ip/geo.js"></script> <!-- NEW GEOLOCATION SCRIPT END --> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION START --> <script> (() => { const blacklistCountryCodes = [ "IN", // India "BD", // Bangladesh "PK", // Pakistan "KZ", // Kazakhstan "TR", // Turkey "EG", // Egypt "NG", // Nigeria "KW", // Kuwait "RU", // Russia "BR", // Brazil "AG", // Antigua and Barbuda "DO", // Dominican Republic "CO", // Colombia "AD", // Andorra "AL", // Albania "AX", // Åland Islands "BA", // Bosnia and Herzegovina "BG", // Bulgaria "BY", // Belarus "CZ", // Czech Republic "EE", // Estonia "FO", // Faroe Islands "GI", // Gibraltar "GR", // Greece "HR", // Croatia "HU", // Hungary "IS", // Iceland "JE", // Jersey "LI", // Liechtenstein "LT", // Lithuania "LV", // Latvia "MC", // Monaco "MD", // Moldova "ME", // Montenegro "MK", // North Macedonia "MT", // Malta "RO", // Romania "RS", // Serbia "SI", // Slovenia "SJ", // Svalbard and Jan Mayen "SK", // Slovakia "SM", // San Marino "UA", // Ukraine "VA", // Vatican City ]; const bookDemoLink = "/lets-chat"; const videoWalkthroughLink = "/product-demo"; window.addEventListener("load", () => { const bodyClasses = document.body.classList; const isMatchingCountry = blacklistCountryCodes.some((code) => bodyClasses.contains(code) ); if (isMatchingCountry) { document.querySelectorAll(`a[href="${bookDemoLink}"]`).forEach((link) => { // Change the link URL link.setAttribute("href", videoWalkthroughLink); link.textContent = "Watch Demo"; }); } }); })(); </script> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION END --> <!-- Number Validation import scripts START--> <link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/css/intlTelInput.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/intlTelInput.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/utils.min.js"></script> <!-- End Number Validation import scripts END--> <!-- ALL SCRIPT START --> <script> var reviews = window.reviews || {}; reviews.runIntercom = function () { // Intercom CODE START window.intercomSettings = { api_base: "https://honm34jo.intercom-messenger.com", app_id: "honm34jo", }; // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/honm34jo' (function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic("reattach_activator"); ic("update", w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "https://widget.intercom.io/widget/honm34jo"; var x = d.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === "complete") { l(); } else if (w.attachEvent) { w.attachEvent("onload", l); } else { w.addEventListener("load", l, false); } } })(); const intercomWait = setInterval(function () { var params = new URLSearchParams(window.location.search); if (params.has("open-intercom") && window.Intercom) { window.Intercom("show"); clearTimeout(intercomWait); } }, 500); // Intercom CODE END }; reviews.formChecks = function () { $(function () { // Forms Hidden Input - Page URL Journey var currentURL = window.location.href; // Remove query string parameters var urlWithoutQuery = currentURL.split("?")[0]; var inputId = document.getElementById("PageURL"); inputId.value = urlWithoutQuery; // Check Business Email var emailCheck = false; function emailChecker() { var email = $("#Email").val(); var reg = /^([\w-\. ()+-]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!aol.com)(?!hotmail.co.uk)(?!hotmail.fr)(?!msn.com)(?!yahoo.fr)(?!wanadoo.fr)(?!orange.fr)(?!comcast.net)(?!yahoo.co.uk)(?!yahoo.com.br)(?!yahoo.co.in)(?!live.com)(?!rediffmail.com)(?!free.fr)(?!gmx.de)(?!web.de)(?!yandex.ru)(?!ymail.com)(?!libero.it)(?!outlook.com)(?!uol.com.br)(?!bol.com.br)(?!mail.ru)(?!cox.net)(?!hotmail.it)(?!sbcglobal.net)(?!sfr.fr)(?!live.fr)(?!verizon.net)(?!live.co.uk)(?!googlemail.com)(?!yahoo.es)(?!ig.com.br)(?!live.nl)(?!bigpond.com)(?!terra.com.br)(?!yahoo.it)(?!neuf.fr)(?!yahoo.de)(?!alice.it)(?!rocketmail.com)(?!att.net)(?!laposte.net)(?!facebook.com)(?!bellsouth.net)(?!yahoo.in)(?!hotmail.es)(?!charter.net)(?!yahoo.ca)(?!yahoo.com.au)(?!rambler.ru)(?!hotmail.de)(?!tiscali.it)(?!shaw.ca)(?!yahoo.co.jp)(?!sky.com)(?!earthlink.net)(?!optonline.net)(?!freenet.de)(?!t-online.de)(?!aliceadsl.fr)(?!virgilio.it)(?!home.nl)(?!qq.com)(?!telenet.be)(?!me.com)(?!yahoo.com.ar)(?!tiscali.co.uk)(?!yahoo.com.mx)(?!voila.fr)(?!gmx.net)(?!mail.com)(?!planet.nl)(?!tin.it)(?!live.it)(?!ntlworld.com)(?!arcor.de)(?!yahoo.co.id)(?!frontiernet.net)(?!hetnet.nl)(?!live.com.au)(?!yahoo.com.sg)(?!zonnet.nl)(?!club-internet.fr)(?!juno.com)(?!optusnet.com.au)(?!blueyonder.co.uk)(?!bluewin.ch)(?!skynet.be)(?!sympatico.ca)(?!windstream.net)(?!mac.com)(?!centurytel.net)(?!chello.nl)(?!live.ca)(?!aim.com)(?!bigpond.net.au)([\w-]+\.)+[\w-]{2,4})?$/; if (reg.test(email)) { $(".accountCreateBtn").fadeIn(); $(".accountDemoBtn").fadeOut(); emailCheck = false; return 0; } else { $(".accountCreateBtn").fadeOut(); $(".accountDemoBtn").fadeIn(); $(".error-div").fadeIn().delay(6000).fadeOut(); emailCheck = true; return false; } } $("#Email").blur(emailChecker); Webflow.push(function (emailChecker) { $("#wf-form-GLOBAL-SIGNUP").submit(function (emailChecker) { var localCheck = emailCheck; if (localCheck) { setTimeout(function () { location.href = "https://reviews.io/front/signup-verification"; }, 200); } else { // do nothing } }); }); }); }; reviews.activatePopup = function () { // Popup Form CODE START $("[data-js-target]").hover(function () { showJSFeature($(this)); }); function showJSFeature(source) { var parent = source.closest(".js-expandablefeatures"); $(".isopen", parent).removeClass("isopen"); source.addClass("isopen"); $("img.js-expandablefeatures__image.isvisible", parent).removeClass( "isvisible" ); $( "img.js-expandablefeatures__image.js-" + source.data("js-target"), parent ).addClass("isvisible"); } $(document).ready(function () { function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { $(".popup-wrapper---signup").css({ display: "flex", opacity: "1" }); } } signupUrlCheck(); }); // Popup Form CODE END }; reviews.enableValidation = function () { // Form number validation CODE START // Check elements exist, returns if not if ( !document.querySelector("#valid-msg") && !document.querySelector("#error-msg") && !document.querySelector(".dialCode") && !document.querySelector("#phone") ) { return 0; } var input = document.querySelector("#phone"), dialCode = document.querySelector(".dialCode"), errorMsg = document.querySelector("#error-msg"), validMsg = document.querySelector("#valid-msg"); var iti = intlTelInput(input, { initialCountry: "us", placeholderNumberType: "FIXED_LINE", preferredCountries: ["us", "gb", "ca", "de", "au", "nz"], // onlyCountries: ['us', 'gb', 'ca', 'de', 'at', 'au', 'nz'], }); var updateInputValue = function (event) { dialCode.value = "+" + iti.getSelectedCountryData().dialCode; }; input.addEventListener("input", updateInputValue, false); input.addEventListener("countrychange", updateInputValue, false); var errorMap = [ "Invalid number", "Invalid country code", "Number too short", "Number too long", "Invalid number", ]; var reset = function () { input.classList.remove("error"); errorMsg.innerHTML = ""; errorMsg.classList.add("hide"); validMsg.classList.add("hide"); }; input.addEventListener("blur", function () { reset(); if (input.value.trim()) { if (iti.isValidNumber()) { validMsg.classList.remove("hide"); } else { input.classList.add("error"); var errorCode = iti.getValidationError(); errorMsg.innerHTML = errorMap[errorCode]; errorMsg.classList.remove("hide"); } } }); input.addEventListener("change", reset); input.addEventListener("keyup", reset); // Form number validation CODE END }; reviews.init = function () { reviews.runIntercom(); reviews.formChecks(); reviews.activatePopup(); reviews.enableValidation(); }; reviews.init(); /////////////////////////////// // Pop-Up and URL Functions // /////////////////////////////// // Open Pop up with URL parameter | onclick function function showFormPopup() { $(".popup-wrapper").css({ display: "flex", opacity: "1" }); } // Trigger Pop Up Via URL String ?openSignUp function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { showFormPopup(); } } signupUrlCheck(); // Trigger Popup: Button click $(".js-open-popup-form").click(function () { showFormPopup(); }); </script> <script> setTimeout(function () { if (!window.location.href.match(/www\.reviews\.(io|local|co\.uk)\/?$/i)) { window["_fs_host"] = "fullstory.com"; window["_fs_script"] = "edge.fullstory.com/s/fs.js"; window["_fs_org"] = "o-1GYYY0-na1"; window["_fs_namespace"] = "FS"; (function (m, n, e, t, l, o, g, y) { if (e in m) { if (m.console && m.console.log) { m.console.log( 'FullStory namespace conflict. Please set window["_fs_namespace"].' ); } return; } g = m[e] = function (a, b, s) { g.q ? g.q.push([a, b, s]) : g._api(a, b, s); }; g.q = []; o = n.createElement(t); o.async = 1; o.crossOrigin = "anonymous"; o.src = "https://" + _fs_script; y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y); g.identify = function (i, v, s) { g(l, { uid: i }, s); if (v) g(l, v, s); }; g.setUserVars = function (v, s) { g(l, v, s); }; g.event = function (i, v, s) { g("event", { n: i, p: v }, s); }; g.anonymize = function () { g.identify(!!0); }; g.shutdown = function () { g("rec", !1); }; g.restart = function () { g("rec", !0); }; g.log = function (a, b) { g("log", [a, b]); }; g.consent = function (a) { g("consent", !arguments.length || a); }; g.identifyAccount = function (i, v) { o = "account"; v = v || {}; v.acctId = i; g(o, v); }; g.clearUserCookie = function () {}; g.setVars = function (n, p) { g("setVars", [n, p]); }; g._w = {}; y = "XMLHttpRequest"; g._w[y] = m[y]; y = "fetch"; g._w[y] = m[y]; if (m[y]) m[y] = function () { return g._w[y].apply(this, arguments); }; g._v = "1.3.0"; })(window, document, window["_fs_namespace"], "script", "user"); } }, 5000); </script> <!-- ALL SCRIPT END --> <!-- ALL STYLE START --> <style> ::selection { background: #fffb00; } .SearchComponent ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #444; opacity: 1; /* Firefox */ } .SearchComponent :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #444; } .link-feature-image .feature-icon-link { opacity: 0; } .link-feature-image:hover .feature-icon-link { opacity: 1; } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } .c-pdf { border-image: linear-gradient(90deg, #15d5ce, #ffa9ee) 1; border-width: 4px; border-style: solid; } #valid-msg { color: #11b1a7; } #error-msg { color: #f43f5e; } .iti__country-list { z-index: 11; } .iti { display: block; } .msg-error, .msg-valid { background: rgb(244 63 94 / 15%); padding: 7px 10px 3px; height: 32px; margin-top: -4px; } .msg-valid { background: rgb(17 177 167 / 15%); } .iti-mobile .iti--container { z-index: 99999; } /* ExpandableFeatures CODE END */ .w-webflow-badge { display: none !important; } /* .w-dropdown-list { display: inherit; opacity: 0 !important; transition: opacity 0.3s ease; height: 0; overflow: hidden; } .w-dropdown-list.w--open { opacity: 1 !important; z-index: 9999; height: auto; overflow: inherit; } */ .body.home { background-attachment: fixed; background: radial-gradient( rgba(175, 255, 250, 1) 0%, rgba(255, 207, 196, 1) 20%, rgba(187, 149, 230, 1) 40%, rgba(175, 255, 250, 1) 60%, rgba(255, 207, 196, 1) 80%, rgba(187, 149, 230, 1) 100% ); animation: c-animationGradientBgs 58s ease infinite; background-size: 6000px 6000px; animation-direction: alternate; } @keyframes c-animationGradientBgs { 0% { background-position: 0; } 100% { background-position: -6000px top; } } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } @keyframes animatedBackground { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } } .about-hero-container { animation: animatedBackground 80s linear infinite; } .w-nav-overlay { background: rgb(0 0 0 / 20%); transition: background-color 0.5s ease; z-index: 9999; top: auto; } html[lang="de"] .headline { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } [data-tooltip] { cursor: help; position: relative; font-size: 0.75rem; z-index: 9; } [data-tooltip]::before, [data-tooltip]::after { left: 50%; opacity: 0; position: absolute; z-index: -100; } [data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:hover::after, [data-tooltip]:focus::after { opacity: 1; z-index: 100; } [data-tooltip]::before { border-style: solid; border-width: 5px 8px 0 8px; border-color: rgb(0 0 0 / 85%) transparent transparent transparent; bottom: 100%; content: ""; margin: 0; left: 4px; top: -4px; transition: all 0.2s ease-in-out; } [data-tooltip]::after { background: rgb(0 0 0 / 75%); border-radius: 6px; bottom: 120%; color: #ffffff; content: attr(data-tooltip); margin: 0; left: 0; right: 0; transform: translateX(-44%); padding: 10px; transition: all 0.2s ease-in-out; width: 180px; pointer-events: none; /* Set the tooltip to be right aligned */ font-size: 11px!important; background-color: rgba(0, 0, 0, 0.9)!important; width: 140px!important; left: auto!important; right: -10px!important; margin: 0!important; transform: none!important; } </style> <!-- ALL STYLE END --> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10