There are three types of Segmentation

  • Hit-based
  • Visit-based
  • Visitor-based

There are four segment container types:

  • Visitor (Multi session)
  • Visit (Single session)
  • Hit (page link click)
  • Login Group

Segment Container Hierarchy:

  • Visitor

    • Largest Container Bucker
    • Matches multi-sesions
  • Visit
    • Middle Ground container bucket
    • Matches single session
  • Hit
    • Narrowest container bucket
    • Matches a hit (server call)

In Visitor container, because it is session based, for "Music section", not matter for the single "Visit" You visited the Music section or not, it will count one, the same for hits.

Visit Contianer, we will still count all the hits for the visit container, because in hierarchy, Hits is below Visit.

Hits Container: now we are really counting each hits.

最新文章

  1. [LeetCode] Paint House 粉刷房子
  2. unreal slate 创建 window
  3. Hadoop:输入,输出,key,value格式
  4. idea常用快捷键
  5. 时间模块。。time
  6. MySQL Server-id踩到的坑
  7. win7系统如何安装SQL Server 2005
  8. DataTable中如何去除重复的项
  9. [transferred] javascript exception handling.
  10. 【转载】Android推送方案分析(MQTT/XMPP/GCM)
  11. python之7-2类的继承与多态
  12. Openjudge-计算概论(A)-比饭量
  13. 【转】14个最佳的HTML/CSS设计和开发框架
  14. 【排序算法】快速插入排序算法 Java实现
  15. STL简单的介绍
  16. webpack构建本地服务器
  17. JAVA未来前景还能持续多久
  18. 手写token解析器、语法解析器、LLVM IR生成器(GO语言)
  19. pngcrush caught libpng error原因及解决方法
  20. time&datetime

热门文章

  1. Django 千锋培训的学习笔记(2)
  2. Python9-集合-day7
  3. 降维算法-PCA主成分分析
  4. nw335 debian sid x86-64 -- 4 realtek 提供的官方驱动
  5. IOS 自动布局-UIStackPanel和UIGridPanel(四)
  6. [uiautomator篇] UiWatcher的使用
  7. PTA 09-排序2 Insert or Merge (25分)
  8. 使用python实现简单的爬虫
  9. 怎么样给CentOS6.5增加swap分区
  10. 开源中国git关联xcode操作步骤