{"id":4657,"date":"2026-01-15T13:19:49","date_gmt":"2026-01-15T13:19:49","guid":{"rendered":"https:\/\/palmer-consulting.com\/visitor-interaction-heatmap-tools\/"},"modified":"2026-01-15T13:19:49","modified_gmt":"2026-01-15T13:19:49","slug":"visitor-interaction-heatmap-tools","status":"publish","type":"post","link":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/","title":{"rendered":"Visitor interaction heatmap tools"},"content":{"rendered":"<h2 data-start=\"25847\" data-end=\"25927\">How do heatmap tools track visitor interactions?<\/h2>\n<p data-start=\"25929\" data-end=\"26312\">Heatmaps collect data by tracking user actions through various means: JavaScript scripts, session recordings or API integrations. Recorded information includes clicks, mouse movements, scrolls and sometimes even eye tracking. The tool then compiles this data to display hot and cold zones.  <\/p>\n<h3 data-start=\"26314\" data-end=\"26349\">Data collection methods<\/h3>\n<ol data-start=\"26351\" data-end=\"27952\">\n<li data-start=\"26351\" data-end=\"26785\">\n<p data-start=\"26354\" data-end=\"26785\"><strong data-start=\"26354\" data-end=\"26382\">Integrated JavaScript tracking<\/strong>: most tools insert a script into the site code. This script listens to events and records click coordinates, cursor movements and scroll position. The advantages are lightness and compatibility with most sites. This method is mentioned by UXCam as a way of collecting heatmap data.   <\/p>\n<\/li>\n<li data-start=\"26786\" data-end=\"27203\">\n<p data-start=\"26789\" data-end=\"27203\"><strong data-start=\"26789\" data-end=\"26820\">Session recordings<\/strong>: some tools, such as <strong data-start=\"26846\" data-end=\"26859\">Smartlook<\/strong> or <strong data-start=\"26863\" data-end=\"26876\">Mouseflow<\/strong>, record video replays of user sessions, capturing all interactions (clicks, scrolls, form entries). They then overlay this information to generate heatmaps of clicks, scrolls and movement. <\/p>\n<\/li>\n<li data-start=\"27204\" data-end=\"27617\">\n<p data-start=\"27207\" data-end=\"27617\"><strong data-start=\"27207\" data-end=\"27230\">APIs and integrations<\/strong>: for mobile applications or complex environments, dedicated SDKs capture interactions. For example, Contentsquare mentions that its mobile heatmaps use an SDK compatible with iOS, Android, Flutter, React Native and other frameworks to collect tap and scroll events. <\/p>\n<\/li>\n<li data-start=\"27618\" data-end=\"27952\">\n<p data-start=\"27621\" data-end=\"27952\"><strong data-start=\"27621\" data-end=\"27650\">Eye tracking and attention<\/strong>: some advanced tools apply eye tracking or attention techniques to measure precisely where the user is looking. These attention maps can be used to adjust the visual hierarchy, and are particularly useful for optimizing UX. <\/p>\n<\/li>\n<\/ol>\n<h3 data-start=\"27954\" data-end=\"27975\">Heatmap types<\/h3>\n<ul data-start=\"27977\" data-end=\"28671\">\n<li data-start=\"27977\" data-end=\"28167\">\n<p data-start=\"27979\" data-end=\"28167\"><strong data-start=\"27979\" data-end=\"27998\">Click maps<\/strong>: identify the most clicked elements (buttons, links) and ignored areas, enabling optimization of CTA placement.<\/p>\n<\/li>\n<li data-start=\"28168\" data-end=\"28355\">\n<p data-start=\"28170\" data-end=\"28355\"><strong data-start=\"28170\" data-end=\"28194\">Scroll maps<\/strong>: show how far visitors scroll and whether important content is above the waterline.<\/p>\n<\/li>\n<li data-start=\"28356\" data-end=\"28527\">\n<p data-start=\"28358\" data-end=\"28527\"><strong data-start=\"28358\" data-end=\"28381\">Motion maps<\/strong>: analyze cursor movements to understand areas of interest and navigation routes.<\/p>\n<\/li>\n<li data-start=\"28528\" data-end=\"28671\">\n<p data-start=\"28530\" data-end=\"28671\"><strong data-start=\"28530\" data-end=\"28552\">Attention maps<\/strong>: measure engagement by identifying hot and cold spots on the page.<\/p>\n<\/li>\n<\/ul>\n<h3 data-start=\"28673\" data-end=\"28733\">In-depth analysis of technologies and best practices<\/h3>\n<p data-start=\"28735\" data-end=\"29150\">To understand how heatmap tools track visitor interactions, it&#8217;s useful to examine the underlying technical mechanisms, the different types of events collected and the best practices for implementation. Although most tools rely on JavaScript scripts, collection methods vary according to the complexity of the tool and user needs. <\/p>\n<h4 data-start=\"29152\" data-end=\"29201\">JavaScript scripts and event listeners<\/h4>\n<p data-start=\"29203\" data-end=\"30230\">The basis of most web heatmaps is a small JavaScript script inserted into the site&#8217;s source code. This script creates listeners that are triggered when the user performs an action (click, scroll, mouse-over). The script records the X and Y coordinates of the event in relation to the page, as well as other information such as screen resolution, device used, duration of visit and originating page. The data is then sent to a server, where it is aggregated and transformed into a visualization. This method is efficient and lightweight, but requires careful attention to browser compatibility and performance: a poorly optimized script can slow down page loading. To reduce the impact, some tools such as <strong data-start=\"30020\" data-end=\"30030\">Hotjar<\/strong> and <strong data-start=\"30034\" data-end=\"30047\">Smartlook<\/strong> use &#8220;sampling&#8221; techniques, i.e. they capture only a percentage of sessions or record a limited number of mouse movements per second.     <\/p>\n<h4 data-start=\"30232\" data-end=\"30286\">Session recordings and video playback<\/h4>\n<p data-start=\"30288\" data-end=\"31327\">Session replays go beyond heatmaps by capturing a user&#8217;s entire browsing flow. These tools typically use a script that records changes in the DOM (Document Object Model), mouse movements, clicks and keyboard strokes, then reconstructs the session on the server side or in the analysis interface. To reconstruct the video, the script sends a series of snapshots of the DOM and the events captured. Some solutions (e.g. <strong data-start=\"30836\" data-end=\"30849\">FullStory<\/strong>) compress this data and store it temporarily locally before sending, to reduce the impact on bandwidth. Recordings can be used to understand the precise order of actions, to see console or network errors and to detect specific bugs (e.g. an unresponsive button). Heatmaps generated from these recordings can show global trends, while replays can be used to explore individual cases.     <\/p>\n<h4 data-start=\"31329\" data-end=\"31388\">Sampling and privacy methods<\/h4>\n<p data-start=\"31390\" data-end=\"32255\">To respect confidentiality, many tools integrate anonymization mechanisms. Scripts automatically mask sensitive fields (passwords, card numbers) and can be configured to exclude name and e-mail fields. What&#8217;s more, some tools adopt a &#8220;cookieless&#8221; approach, storing the user identifier in the browser&#8217;s memory or via local storage rather than in a cookie. This method complies with regulations such as the RGPD, which require explicit consent for the deposit of cookies. <strong data-start=\"31942\" data-end=\"31956\">Humblytics<\/strong>, for example, offers cookieless testing and an integrated statistical significance calculator. The tools also provide options to disable tracking on specific pages (e.g. login page) to protect sensitive data.    <\/p>\n<h4 data-start=\"32257\" data-end=\"32322\">Differences between real-time and delayed tracking<\/h4>\n<p data-start=\"32324\" data-end=\"32995\">Some tools collect data and display it in near-real time, while others process the information with a delay. Real-time heatmaps, like those from <strong data-start=\"32506\" data-end=\"32519\">Mouseflow<\/strong>, instantly show the evolution of clicks and scrolls on the page. This is useful for monitoring a marketing campaign or product launch. On the other hand, tools that process data after the fact (such as <strong data-start=\"32786\" data-end=\"32796\">Matomo<\/strong>, when self-hosted) offer a more complete analysis, but with a time lag of several hours. The choice depends on whether you need to react quickly, or whether you require more in-depth analysis.    <\/p>\n<h4 data-start=\"32997\" data-end=\"33049\">Eye tracking and attention: advanced technology<\/h4>\n<p data-start=\"33051\" data-end=\"33752\">Traditional eye tracking uses specialized hardware to track eye movement, but some online tools simulate this technology using AI. They analyze areas of the page where the cursor stays longer, or where the user&#8217;s behavior indicates particular attention. <strong data-start=\"33361\" data-end=\"33383\">Attention heatmaps<\/strong> and <strong data-start=\"33387\" data-end=\"33401\">gaze plots<\/strong> provide information on visual hierarchy, useful for optimizing page layout. These technologies are often used in user testing or prototyping before a page is launched, to anticipate hot spots.  <\/p>\n<h4 data-start=\"33754\" data-end=\"33789\">Mobile data collection<\/h4>\n<p data-start=\"33791\" data-end=\"34511\">Tracking interactions on mobile differs from desktop. Mobile SDKs (e.g. <strong data-start=\"33869\" data-end=\"33878\">UXCam<\/strong>, <strong data-start=\"33880\" data-end=\"33897\">Contentsquare<\/strong>, <strong data-start=\"33899\" data-end=\"33912\">Smartlook<\/strong>) capture taps, scrolls, pinch-to-zoom and gestures specific to mobile OS. Mobile heatmaps focus mainly on taps and swipes, as there is no cursor. The challenge is to keep the application fluid; SDKs must be lightweight and not consume too much battery or CPU resources. Native developments (iOS\/Android) offer the best performance, but hybrid frameworks (React Native, Flutter) require specific adaptations.    <\/p>\n<h4 data-start=\"34513\" data-end=\"34563\">Integrations with other data sources<\/h4>\n<p data-start=\"34565\" data-end=\"35390\">To enrich analysis, heatmap tools connect to other platforms. Integration with Google Analytics enables behavioral data (click maps) to be cross-referenced with traffic and conversion metrics. It is also possible to send data to a data warehouse via a connector or API, in order to combine it with CRM or sales data. Some tools, like <strong data-start=\"35015\" data-end=\"35028\">FullStory<\/strong>, offer connectors to support platforms (Zendesk, Intercom) to associate session records with customer tickets. Others, like <strong data-start=\"35189\" data-end=\"35203\">Humblytics<\/strong>, integrate a statistical significance calculator to determine whether differences observed in heatmaps are statistically relevant.    <\/p>\n<h4 data-start=\"35392\" data-end=\"35435\">Recommendations for effective follow-up<\/h4>\n<ol data-start=\"35437\" data-end=\"36748\">\n<li data-start=\"35437\" data-end=\"35776\">\n<p data-start=\"35440\" data-end=\"35776\"><strong data-start=\"35440\" data-end=\"35473\">Select relevant pages<\/strong>: for large sites, there&#8217;s no need to collect data on every page. Select high-value pages (landing pages, checkouts, contact forms). You can create filters to track only visitors from a specific campaign or geographic segment.  <\/p>\n<\/li>\n<li data-start=\"35777\" data-end=\"36025\">\n<p data-start=\"35780\" data-end=\"36025\"><strong data-start=\"35780\" data-end=\"35816\">Limit retention period<\/strong>: to respect confidentiality and optimize the use of resources, define a data retention period (e.g. 30 days). After this period, delete or anonymize records. <\/p>\n<\/li>\n<li data-start=\"36026\" data-end=\"36232\">\n<p data-start=\"36029\" data-end=\"36232\"><strong data-start=\"36029\" data-end=\"36053\">Test regularly<\/strong>: behaviors evolve. Repeat analyses after each design change or marketing campaign. Use A\/B and multivariate tests to validate hypotheses.  <\/p>\n<\/li>\n<li data-start=\"36233\" data-end=\"36499\">\n<p data-start=\"36236\" data-end=\"36499\"><strong data-start=\"36236\" data-end=\"36265\">Call in the experts<\/strong>: interpreting heatmaps requires a certain amount of experience. Combine the tool&#8217;s insights with other data (quantitative analyses, user interviews) and, if necessary, call in a UX consultant for a complete audit. <\/p>\n<\/li>\n<li data-start=\"36500\" data-end=\"36748\">\n<p data-start=\"36503\" data-end=\"36748\"><strong data-start=\"36503\" data-end=\"36525\">Remain transparent<\/strong>: inform users of the existence of tracking scripts via a clear and accessible privacy policy. Offer a consent mechanism (cookie banners) and the possibility of deactivating tracking. <\/p>\n<\/li>\n<\/ol>\n<h3 data-start=\"36750\" data-end=\"36764\">Conclusion<\/h3>\n<p data-start=\"36766\" data-end=\"37407\">Heatmap tools use a combination of JavaScript scripts, session recordings, mobile SDKs and attention algorithms to capture and analyze visitor interactions. This data collection, when carried out with respect for confidentiality and supported by a representative sample, transforms thousands of data points into actionable visual information. By understanding the technical mechanisms and applying good collection and analysis practices, teams can accurately identify friction points and improve the user experience.  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>How do heatmap tools track visitor interactions? Heatmaps collect data by tracking user actions through various means: JavaScript scripts, session recordings or API integrations. Recorded information includes clicks, mouse movements, scrolls and sometimes even eye tracking. The tool then compiles this data to display hot and cold zones. Data collection methods Integrated JavaScript tracking: most [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[76],"tags":[],"class_list":["post-4657","post","type-post","status-publish","format-standard","hentry","category-customer-marketing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Visitor interaction heatmap tools | Palmer<\/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:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visitor interaction heatmap tools | Palmer\" \/>\n<meta property=\"og:description\" content=\"How do heatmap tools track visitor interactions? Heatmaps collect data by tracking user actions through various means: JavaScript scripts, session recordings or API integrations. Recorded information includes clicks, mouse movements, scrolls and sometimes even eye tracking. The tool then compiles this data to display hot and cold zones. Data collection methods Integrated JavaScript tracking: most [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Palmer\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-15T13:19:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/palmer-consulting.com\/wp-content\/uploads\/2023\/09\/social-graph-palmer.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Laurent Zennadi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Laurent Zennadi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/\"},\"author\":{\"name\":\"Laurent Zennadi\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#\\\/schema\\\/person\\\/7ea52877fd35814d1d2f8e6e03daa3ed\"},\"headline\":\"Visitor interaction heatmap tools\",\"datePublished\":\"2026-01-15T13:19:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/\"},\"wordCount\":1288,\"publisher\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#organization\"},\"articleSection\":[\"Customer &amp; Marketing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/\",\"url\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/\",\"name\":\"Visitor interaction heatmap tools | Palmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#website\"},\"datePublished\":\"2026-01-15T13:19:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/visitor-interaction-heatmap-tools\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Visitor interaction heatmap tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/\",\"name\":\"Palmer\",\"description\":\"Evolve at the speed of change\",\"publisher\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#organization\",\"name\":\"Palmer\",\"url\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/palmer-consulting.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Palmer_Logo_Full_PenBlue_1x1-2.jpg\",\"contentUrl\":\"https:\\\/\\\/palmer-consulting.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Palmer_Logo_Full_PenBlue_1x1-2.jpg\",\"width\":480,\"height\":480,\"caption\":\"Palmer\"},\"image\":{\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/palmer-consulting\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/palmer-consulting.com\\\/en\\\/#\\\/schema\\\/person\\\/7ea52877fd35814d1d2f8e6e03daa3ed\",\"name\":\"Laurent Zennadi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g\",\"caption\":\"Laurent Zennadi\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visitor interaction heatmap tools | Palmer","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:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/","og_locale":"en_US","og_type":"article","og_title":"Visitor interaction heatmap tools | Palmer","og_description":"How do heatmap tools track visitor interactions? Heatmaps collect data by tracking user actions through various means: JavaScript scripts, session recordings or API integrations. Recorded information includes clicks, mouse movements, scrolls and sometimes even eye tracking. The tool then compiles this data to display hot and cold zones. Data collection methods Integrated JavaScript tracking: most [&hellip;]","og_url":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/","og_site_name":"Palmer","article_published_time":"2026-01-15T13:19:49+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/palmer-consulting.com\/wp-content\/uploads\/2023\/09\/social-graph-palmer.png","type":"image\/png"}],"author":"Laurent Zennadi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Laurent Zennadi","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/#article","isPartOf":{"@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/"},"author":{"name":"Laurent Zennadi","@id":"https:\/\/palmer-consulting.com\/en\/#\/schema\/person\/7ea52877fd35814d1d2f8e6e03daa3ed"},"headline":"Visitor interaction heatmap tools","datePublished":"2026-01-15T13:19:49+00:00","mainEntityOfPage":{"@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/"},"wordCount":1288,"publisher":{"@id":"https:\/\/palmer-consulting.com\/en\/#organization"},"articleSection":["Customer &amp; Marketing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/","url":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/","name":"Visitor interaction heatmap tools | Palmer","isPartOf":{"@id":"https:\/\/palmer-consulting.com\/en\/#website"},"datePublished":"2026-01-15T13:19:49+00:00","breadcrumb":{"@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/palmer-consulting.com\/en\/visitor-interaction-heatmap-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/palmer-consulting.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Visitor interaction heatmap tools"}]},{"@type":"WebSite","@id":"https:\/\/palmer-consulting.com\/en\/#website","url":"https:\/\/palmer-consulting.com\/en\/","name":"Palmer","description":"Evolve at the speed of change","publisher":{"@id":"https:\/\/palmer-consulting.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/palmer-consulting.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/palmer-consulting.com\/en\/#organization","name":"Palmer","url":"https:\/\/palmer-consulting.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/palmer-consulting.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/palmer-consulting.com\/wp-content\/uploads\/2023\/08\/Palmer_Logo_Full_PenBlue_1x1-2.jpg","contentUrl":"https:\/\/palmer-consulting.com\/wp-content\/uploads\/2023\/08\/Palmer_Logo_Full_PenBlue_1x1-2.jpg","width":480,"height":480,"caption":"Palmer"},"image":{"@id":"https:\/\/palmer-consulting.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/palmer-consulting\/"]},{"@type":"Person","@id":"https:\/\/palmer-consulting.com\/en\/#\/schema\/person\/7ea52877fd35814d1d2f8e6e03daa3ed","name":"Laurent Zennadi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/110e8a99f01ca2c88c3d23656103640dc17e08eac86e26d0617937a6846b4007?s=96&d=mm&r=g","caption":"Laurent Zennadi"}}]}},"_links":{"self":[{"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/posts\/4657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/comments?post=4657"}],"version-history":[{"count":0,"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/posts\/4657\/revisions"}],"wp:attachment":[{"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/media?parent=4657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/categories?post=4657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/palmer-consulting.com\/en\/wp-json\/wp\/v2\/tags?post=4657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}