Heap 免费网络分析工具,统计你网站上的每一个用户


Heap 免费网络分析工具,统计你网站上的每一个用户
heap

Heap是一个网络分析工具,它允许你统计和监控你网站上的每一个用户互动。这包括跟踪所有的点击、点选、页面浏览、提交、电子邮件和你的访客所做的操作。

想知道它最好的功能吗?Heap最大的特点是,你不必编写或插入跟踪代码。如果你不是一个精通技术的人,你仍然可以使用Heap来查看实时访客数据。

月度会话少于10,000次可以使用免费计划。这个网络分析工具提供的图表和报告可以帮助你为你的企业做出更明智的决定。在决定注册付费计划之前,你可以获得该平台的免费试用。

  • 通过一个完整的、有组织的数据基础开启更好的洞察力
  • 识别并修复您的用户旅程中的棘手问题和破损部分
  • 在几分钟内,而不是几个月内,以更快的洞察力提高市场敏捷性
  • 浮现新的机会以提高转换率和保留率
  • 与您已经使用的工具整合,以提高个性化程度
  • 不需要信用卡、跟踪代码、维护或工程。创建您的账户即可开始。
Heap 免费网络分析工具,统计你网站上的每一个用户
heapanalytics获取统计代码

heapanalytics支持web,iOS,Android。以web为例,复制代码粘贴到网站主题适当的位置。

网址:https://heap.io/

获取代码:

Hi! I’m trying to set up a tool called Heap to better understand how users are using our product. Could you help me set up Heap in our product?  For web, it's as easy as adding the snippet below to our <head> tag. For mobile, here are the installation instructions for iOS (https://developers.heap.io/docs/ios) and Android (https://developers.heap.io/docs/android).    <script type="text/javascript">       window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="https://cdn.heapanalytics.com/js/heap-"+e+".js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a);for(var n=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],o=0;o<p.length;o++)heap[p[o]]=n(p[o])};       heap.load("1556188001");   </script>  It should just take a couple minutes to install, needs no ongoing maintenance, and won’t slow down our site (https://heap.io/blog/keep-calm-and-track-on-why-heaps-script-wont-slow-down-your-site).  Here is a link to the documentation about setup and security (https://developers.heap.io/docs/web).

演示代码开始。

window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=document.createElement(“script”);r.type=”text/javascript”,r.async=!0,r.src=”https://cdn.heapanalytics.com/js/heap-“+e+”.js”;var a=document.getElementsByTagName(“script”)[0];a.parentNode.insertBefore(r,a);for(var n=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=[“addEventProperties”,”addUserProperties”,”clearEventProperties”,”identify”,”resetIdentity”,”removeEventProperty”,”setEventProperties”,”track”,”unsetEventProperty”],o=0;o<p.length;o++)heap[p[o]]=n(p[o])}; heap.load("1556188001");

演示代码结束。(CTRL+U查看本页代码)