CN1234088C - 跟踪web用户会话的方法和系统 - Google Patents
跟踪web用户会话的方法和系统 Download PDFInfo
- Publication number
- CN1234088C CN1234088C CNB031581072A CN03158107A CN1234088C CN 1234088 C CN1234088 C CN 1234088C CN B031581072 A CNB031581072 A CN B031581072A CN 03158107 A CN03158107 A CN 03158107A CN 1234088 C CN1234088 C CN 1234088C
- Authority
- CN
- China
- Prior art keywords
- web page
- web
- session cookie
- page data
- session
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1001—Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
本发明提供了有效跟踪WEB用户会话的解决方法。特别是,在本发明中,在分析系统上根据分配给所请求WEB页面的唯一标识和标识特定WEB用户会话的会话cookie跟踪WEB用户会话。通过以这样的方式跟踪WEB用户会话,在特定WEB用户会话期间传输的WEB页面数据能够被有效和准确地相关以备分析之用。
Description
技术领域
本发明涉及跟踪WEB用户会话的方法、系统和程序产品。本发明尤其在分析系统上收集诸如用户量和指引源的使用数据。
背景技术
由于WEB的使用在商业领域日益普及,跟踪其使用量的需求日增。特别是,WEB站点只有在被使用时才能有效。相应地,确定使用量已成为WEB分析的重要部分。总之,WEB站点使用量可被用来回答有关WEB站点的诸多问题。例如,除其他功能外,使用量可被用来确定:(1)WEB站点资源被下载的频率;(2)哪种资源被下载的频率最高;(3)WEB站点中的哪些WEB页面正在被用户访问;(4)哪些是最频繁访问的WEB页面;(5)一天中WEB站点有多少用户访问;(6)任一时间访问WEB站点的用户量;(7)用户是怎样被指引到WEB站点的。
通常,WEB站点使用数据被收集在HTTP记录数据中。然后使用各种算法对记录中的数据进行分析。然而,在HTTP记录数据分析过程中,用户会话确定的精确度不能经常得以保证。分析WEB站点使用数据的另一种方法包括指定用户cookie或WEB应用程序参数。通常由WEB站点应用程序在向WEB站点用户提供WEB页面的同时设置cookie。WEB站点设备有必要将用于识别用户会话的cookie或参数传输到分析引擎。不幸的是,在第一次请求WEB站点时cookie或参数并不存在。再者,实施此解决方案的任务落在WEB站点开发商身上。
综上所述,需要一种用于跟踪WEB站点使用数据的方法、系统和程序产品。特别是,需要一种能够跟踪WEB站点用户会话的解决方案。此外,还需要当在用户系统上接收到WEB页面时,向分析系统发送初始通信内容。该通信内容需要包括对应于所收到的WEB页面的唯一标识。再者,分析系统还需要提供对应于当前WEB用户会话的会话cookie,并将会话cookie传回到用户系统。另外还需要根据唯一标识和会话cookie使同一WEB用户会话中的所有后续通信与初始通信相关。
发明内容
总之,本发明提供一种用于跟踪WEB用户会话的方法、系统和程序产品。特别是,在本发明中,用户在用户系统中请求WEB页面。当从WEB服务器交付WEB页面时,执行WEB页面内的程序代码,以产生与WEB页面相对应的唯一标识。该唯一标识包括具体对应于WEB页面的唯一值,和指示该WEB页面被交付给用户的日期和/或时间的时间标记。包括初始WEB页面数据(例如指引源等)和唯一标识的初始通信被从用户系统传送到分析系统。接着,分析系统将涉及当前WEB用户会话的会话cookie传回到用户系统。从用户系统到分析系统的所有后续通信将包括附加WEB页面数据,以及唯一标识和会话cookie。唯一标识和会话cookie被用来使附加WEB页面数据和初始WEB页面数据相关。
根据本发明的第一方面,提供了跟踪WEB用户会话的方法。该方法包括:(1)在用户系统上接收所请求的WEB页面;(2)从用户系统向分析系统发送初始通信,其中初始通信包括初始WEB页面数据和与所请求的WEB页面相对应的唯一标识;(3)将会话cookie传送回用户系统,其中会话cookie标识当前WEB用户会话。
根据本发明的第二方面,提供了一种跟踪WEB用户会话的方法。该方法包括:(1)在用户系统上请求WEB页面;(2)在用户系统上从WEB服务器接收WEB页面;(3)将初始通信从用户系统传输到分析系统,其中初始通信包括初始WEB页面数据和对应于WEB页面的唯一标识,其中初始WEB页面数据标识针对WEB页面的指引源;(4)将会话cookie返回到用户系统,其中会话cookie标识当前WEB用户会话;(5)从用户系统向分析系统发送附加通信,其中附加通信包括附WEB页面数据,唯一标识以及会话cookie;(6)使用唯一标识和会话cookie使附加WEB页面数据与初始WEB页面数据相关。
根据本发明的第三方面,提供了跟踪WEB用户会话的系统。该系统包括:(1)从用户系统接收初始通信的接收系统,其中初始通信包括初始WEB页面数据,和对应于在用户系统上收到的WEB页面的唯一标识;(2)用来提供标识当前WEB用户会话的会话cookie的cookie系统;(3)用来根据会话cookie和唯一标识使从用户系统收到的附加WEB页面数据与初始WEB页面数据相关的数据系统。
根据本发明的第四方面,提供了一种程序产品,该产品被存储在可记录介质中,用来跟踪WEB用户会话。当被执行时,此程序产品包括:(1)用于从用户系统接收初始通信的程序代码,其中初始通信包括初始WEB页面数据和与在用户系统上收到的WEB页面相对应的唯一标识;(2)用于提供标识当前WEB用户会话的会话cookie的程序代码;(3)用来根据会话cookie和唯一标识使从用户系统收到的附加WEB页面数据与初始WEB页面数据相关的程序代码。
所以,本发明提供了用于跟踪WEB用户会话的方法、系统及程序产品。
附图说明
下列有关本发明各方面的详细描述及附图可使读者对本发明的这些和其他的特性有更深刻的理解。
图1根据本发明示出了WEB服务器,用户系统和分析系统的图例。
图2更详细地示出了图1的分析系统。
图3A根据本发明示出了方法流程图的第一部分。
图3B为图3A开始的方法流程图的第二部分。
图例只是示意性表示,并不提供本发明的具体参数。图例只是用来描述本发明的典型性实施例,所以不得被认为是对本发明范围的限制。在图中,相同的编号代表同样的单元。
具体实施方式
总之,本发明提供了用于跟踪WEB用户会话的方法,系统和程序产品。特别是,在本发明中,用户在用户系统上请求WEB页面。当WEB页面从WEB服务器交付时,WEB页面中的程序代码被执行,以产生对应于WEB页面的唯一的“页面视图”标识。唯一标识包括特别对应于WEB页面的唯一值,以及指示WEB页面被交付给用户的日期和/或时间的时间标记。然后,包括初始WEB页面数据(如指引源等)和唯一标识的初始通信被从用户系统传输至分析系统。接着由分析系统将涉及当前WEB用户会话的会话cookie传送回用户系统。在WEB用户会话过程中从用户系统到分析系统的所有后续通信将包括附加WEB页面数据,以及唯一标识和会话cookie。唯一标识和会话cookie被用来使附加WEB页面数据与初始WEB页面数据相关。
图1所示为本发明的结构图。如图所示,用户系统12与WEB服务器10和分析系统14通信。用户系统12用来代表任何形式的计算机系统(如服务器,客户机,工作站,桌面计算机,个人数字助理,蜂窝电话等),该系统可被用户26操作以获取和查看WEB站点内容(如WEB页面)。例如,如果用户26通过浏览器程序18(例如NETSCAPE浏览器,微软IE浏览器等)请求一特定WEB页面20,此请求将被路由到WEB服务器10。接着WEB服务器10中的WEB程序16将所请求的WEB页面20传送至用户12。WEB程序16可以是将WEB内容传送至用户系统12的任何程序。这种程序的一个例子是WEBSPHERE,此程序可向纽约阿孟克地区的国际商用机公司订购。
在本发明中,当WEB页面20被交付至用户系统12时,WEB页面20中的程序代码(如JavaScript)运行。该代码导致产生与WEB页面20相对应的唯一标识。一般来说,唯一标识包括专门对应于WEB页面20的唯一值,以及时间标记。这允许针对特定的日期和时间唯一标识WEB页面20。一旦产生了唯一标识,它将与对应的WEB页面数据一起被传送到分析系统14。总之,WEB页面数据包括关于WEB页面20的数据,例如“指引源”(即用户26是怎样被指引到WEB页面的)。尤其是,指引源可以包括其他WEB页面内的超级链接,标志广告等。当接收到唯一标识时,分析系统14中的分析引擎22将确定通信是从现有WEB用户会话接收到的,还是从新WEB用户会话接收到的。如果唯一标识是从现有WEB用户会话接收到的,则现有WEB用户会话和相应的会话cookie将被检索(如从数据库24中)。相反地,如果从新WEB用户会话检索出唯一标识,分析引擎22将创建新WEB用户会话和会话cookie。在任何一种情况下,当前会话cookie将由分析引擎22提供。会话cookie通常标识特定WEB用户会话。一旦当前会话cookie被提供,通信中传输的数据根据唯一标识和会话cookie被存储在数据库24中(如,在表中)。唯一标识和会话cookie允许所有后续通信与以前的通信相匹配/对应。
在提供会话cookie,并且初始通信的数据被存储在数据库24之后,会话cookie被传回用户系统12。用户系统12将在当前WEB用户会话的时段(可能更长)内存储会话cookie。在此WEB用户会话期间从用户系统12传送到分析系统14的后续通信将包括会话cookie,唯一标识和附加WEB页面数据(如WEB页面上有何链接,显示哪些标志广告等)。当收到后续通信时,通过在数据库24中匹配会话cookie和唯一标识,使附加WEB页面数据与初始通信的WEB页面数据相关。通过以这种方式路由和存储WEB页面数据,重要WEB站点使用信息(如用户量,指引源等)可被有效收集和分析。除其他缺点外,现有技术的系统不能提供识别指引源的方法。即现有技术的系统不能提供捕捉WEB用户会话中第一个WEB页面的方法,而本发明克服了此缺点。
现参见图2,其中示出了分析系统14的更详细部分。如图所示,分析系统14一般包括中央处理单元(CPU)30,存储器32,总线34,输入/输出(I/O)接口36和外部设备/资源38。CPU 30可包括单处理单元,或被分布于一或多个位置(如客户机和服务器)上的一个或多个处理单元中。存储器32可包括任何已知类型的数据存储器和/或传输介质,包括磁介质,光介质,随机访问存储器(RAM),只读存储器(ROM),数据缓存器,数据对象等。再者,与CPU 30相似,存储器32可驻留于单个物理位置,包括一或多种数据存储装置,或被分布于多个不同形式的物理系统中。
I/O接口36可包括与外部源交换信息的任何系统。外部设备/资源38可是任何已知类型的外部设备,包括扬声器,CRT,LED显示屏,手持设备,键盘,鼠标,语音识别系统,语音输出系统,打印机,监视器,传真机,寻呼机等。总线34提供了分析系统14中各部分之间的通信链路,并同样可包括任何已知类型的传输链路,包括电、光、无线链路等。此外,虽然没有示出,然而诸如缓冲存储器,通信系统,系统软件等等的附加构件可集成到分析系统14中。
在本发明中,数据库24提供信息存储。这些信息可包括例如唯一标识,会话cookie,WEB页面数据等。这样,数据库24可包括一或多个存储设备,如磁盘驱动器或光驱。在另一实施例中,数据库24包括例如分布在局域网(LAN)、广域网(WAN)或储域网(SAN)(没有示出)中的数据。数据库24还可被构造成可被本领域技术人员视作包含一个或多个存储设备。
应当理解,WEB服务器10,用户系统12和分析系统14之间的通信可通过直接硬连线连接(如串行端口),或通过客户-服务器(或服务器-服务器)环境的可寻址连接来进行。在后者情况下,服务器和客户机可通过互联网,广域网(WAN),局域网(LAN),虚拟专用网(VPN)或其他专用网连接。服务器和客户机可使用传统网络连接,如令牌环,以太网或其他传统通信标准。如果客户机与服务器通过互联网通信,可通过基于传统TCP/IP套接字的协议提供连接。在这种情况下,客户机会利用互联网服务提供商来建立针对服务器的连接。应当理解,虽然为简便起见而没有被示出,然而WEB服务器10和用户系统12通常包括与分析系统14相似的计算机化构件(如CPU、存储器、数据库等)。
存储在分析系统14的存储器32中的是分析引擎22,该引擎包括接收系统40,会话系统42,cookie系统44和数据系统46。如上所述,用户26使用浏览器程序18(如通过键入URL,点击链接等)请求WEB页面20。WEB页面20由WEB程序16产生,并发送至用户系统12。在接收后,WEB页面20中的程序代码将执行并产生与WEB页面20具体对应的唯一标识(如唯一值和时间标记)。一旦被产生,该唯一标识与WEB页面数据一起作为通信内容被传送到分析系统14。
通信被接收系统40接收。收到后,会话系统42将确定通信是从现有WEB用户会话收到的还是从新WEB用户会话收到的。许多技术可用来进行此项确定。例如,如果通信在没有会话cookie的情况下被接收,会话系统42将判定该通信为一新WEB用户会话的初始通信,并创建一新会话cookie。然而,如果该通信包含会话cookie,则确定WEB用户会话已经存在,并且cookie系统44可以从通信(或从数据库24)中检索出可用会话cookie。总之,会话cookie会唯一标识特定WEB用户会话,并将被数据系统46结合唯一“WEB页面”标识来使用,以便对在通信中收到的WEB页面数据进行分类。因此,数据库24可包括用来使WEB页面数据与唯一标识和会话cookie相关的表格等等。
一旦WEB页面数据得到适当存储,会话cookie被传回用户系统12(例如通过cookie系统44)。接着,当在相同WEB用户会话期间传送附加通信时,附加通信将包括附加WEB页面数据,唯一标识和会话cookie。与初始通信相似,接受系统40将接收附加通信,会话系统42将确定它是来自于新的还是已存在的WEB用户会话。在这种情况下,由于通信包括会话cookie,会话系统42能够确定该通信是来自于现有WEB用户会话。相应地,cookie系统44可以从通信或从数据库24提取会话cookie。会话cookie将与唯一标识一起被数据系统46用来使附加WEB页面数据与已经存储的初始WEB页面数据相关。
参见图3A,所示为本发明的方法流程图50。如图所示,第一个步骤52是请求WEB页面。当在步骤54接收到所请求的WEB页面之后,唯一标识将在步骤56被产生。如上所述,唯一标识由WEB页面中的程序代码产生,并通常包括唯一值和时间标记。一旦唯一标识被产生,初始通信在步骤58被传送到分析系统。该通信包括WEB页面数据以及唯一标识。一旦被分析系统接收,将在步骤60被确定此通信是否涉及当前WEB用户会话。例如,将确定通信是否包含有效会话cookie。如果通信不含有效会话cookie,一新的WEB用户会话和会话cookie将在步骤62被创建。然而,如果通信包含有效会话cookie,则WEB用户会话已存在,并且会话cookie被在步骤64被检索到(即从通信或存储器中提取)。在任何情形下,当前会话cookie将在步骤66被传回到用户系统(在初始通信的WEB页面数据被存储后)。
图3B为方法流程图的继续。如图所示,相同WEB用户会话期间的附加通信在步骤68被传送到分析系统。附加通信将包括附加WEB页面数据,唯一标识和图3A的步骤66中被传输的会话cookie。被分析系统接收后,在步骤70使用唯一标识和会话cookie使附加WEB页面数据与初始WEB页面数据相关。然后,在步骤72确定当前WEB用户会话期间的通信序列是否完成。如果没有完成,则相同WEB用户会话的任何后续通信将以同样方式被传至分析系统并进行相关。然而如果WEB用户会话完成,则过程在步骤74终结。
应当理解,术语“当前WEB用户会话”是指在某一特定时间看到的WEB页面。例如,被用户26访问的一系列WEB页面可被视作一个WEB用户会话。然而,如果用户关掉浏览器并随后返回,这样便可产生新的WEB用户会话。
应当理解,本发明可通过硬件、软件或硬软件组合来实现。任何类型的计算机/服务器系统,或适合执行这里描述的方法的其他装置均是适用的。软、硬件的典型组合是通用计算机系统,具有在加载和执行时控制用户系统100执行本文所描述的方法的计算机程序。可选地,可使用包含用于执行一或多个本发明的功能任务的专用硬件的专用计算机。本发明还可被嵌入计算机程序产品中,其中包含所有允许实现本文所述的方法的特征,并且当被载入计算机系统时,可执行这些方法。本文中的计算机程序、软件程序、程序或软件是指一组指令的任何语言、代码或符号的任何表示,这些指令使得具有信息处理能力的系统直接或在下述两个操作之一或全部之后执行一特定功能:(a)转换成另一种语言、代码或符号;和/或(b)以不同的物质形式复制。
前面为了图解和说明的目的提供了本发明优选实施例的上述描述。该描述并非是详尽的或只将本发明局限于所披露的简明形式,并且很明显,可以进行许多修正和变更。对于该领域技术人员显而易见的这些修正和更改将被包括在附属权利要求所限定的本发明的范围内。例如,图2分析引擎22的描述只为图解目的。于是,本文所述的功能可用任何数量的子系统体现。
Claims (21)
1.跟踪WEB用户会话的方法,包括:
在用户系统上接收所请求的WEB页面;
将初始通信从用户系统传送到分析系统,其中初始通信包括初始WEB页面数据和对应于所请求的WEB页面的唯一标识;和
将来自分析系统的会话cookie返回到用户系统,其中会话cookie标识当前WEB用户会话。
2.根据权利要求1的方法,还包括:
将附加通信传送到分析系统,其中附加通信包括附加WEB页面数据,唯一标识和会话cookie;和
使用唯一标识和会话cookie使附加WEB页面数据和初始WEB页面数据相关。
3.根据权利要求1的方法,其中初始WEB页面数据标识所请求的WEB页面的指引源。
4.根据权利要求1的方法,其中唯一标识包括时间标记和对应于所请求WEB页面的唯一值。
5.根据权利要求1的方法,还包括在将会话cookie返回用户系统之前,确定当前WEB用户会话是否存在。
6.根据权利要求5的方法,还包括如果当前WEB用户会话存在,检索会话cookie。
7.根据权利要求5的方法,还包括如果当前WEB用户会话不存在,创建会话cookie。
8.跟踪WEB用户会话的方法,包括:
在用户系统上请求WEB页面;
在用户系统上接收所请求的WEB页面;
将初始通信从用户系统传送至分析系统,其中初始通信包括初始WEB页面数据和对应于所请求的WEB页面的唯一标识,并且初始WEB页面数据标识WEB页面的指引源;
将来自分析系统的会话cookie返回用户系统,其中会话cookie标识当前WEB用户会话;
将附加通信从用户系统传到分析系统,其中附加通信包括附加WEB页面数据,唯一标识和会话cookie;和
使用唯一标识和会话cookie使附加WEB页面数据与初始WEB页面数据相关。
9.根据权利要求8的方法,其中唯一标识包括时间标记和对应于所请求WEB页面的唯一值。
10.根据权利要求8的方法,还包括在将会话cookie返回用户系统之前,确定当前WEB用户会话是否存在。
11.根据权利要求10的方法,还包括如果当前WEB用户会话存在,检索会话cookie。
12.根据权利要求10的方法,还包括如果当前WEB用户会话不存在,创建会话cookie。
13.跟踪WEB用户会话的系统,包括:
从用户系统接收初始通信的接收系统,其中初始通信包括初始WEB页面数据和对应于在用户系统上收到的WEB页面的唯一标识;
提供标识当前WEB用户会话的会话cookie的cookie系统;以及
根据会话cookie和唯一标识使从用户系统收到的附加WEB页面数据与初始WEB页面数据相关的数据系统。
14.根据权利要求13的系统,其中初始WEB页面数据标识WEB页面的指引源。
15.根据权利要求13的系统,其中唯一标识包括时间标记和与WEB页面相对应的唯一值。
16.根据权利要求13的系统,还包括用于确定当前WEB用户会话是否存在的会话系统。
17.根据权利要求16的系统,其中如果当前WEB用户会话存在,cookie系统检索现有会话cookie。
18.根据权利要求16的系统,其中如果当前WEB用户会话不存在,cookie系统创建新会话cookie。
19.根据权利要求13的系统,其中系统包括分析系统,分析系统包含存储系统,存储系统包含用于使WEB页面数据与会话cookie和唯一标识相关的表格。
20.根据权利要求13的系统,其中在用户系统上从WEB服务器接收WEB页面,并且WEB服务器和分析系统是分立的系统。
21.根据权利要求13的系统,其中唯一标识是由WEB页面中的程序代码所创建的。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US10/244,191 | 2002-09-16 | ||
| US10/244,191 US7389343B2 (en) | 2002-09-16 | 2002-09-16 | Method, system and program product for tracking web user sessions |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1492349A CN1492349A (zh) | 2004-04-28 |
| CN1234088C true CN1234088C (zh) | 2005-12-28 |
Family
ID=31991854
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNB031581072A Expired - Fee Related CN1234088C (zh) | 2002-09-16 | 2003-09-03 | 跟踪web用户会话的方法和系统 |
Country Status (2)
| Country | Link |
|---|---|
| US (2) | US7389343B2 (zh) |
| CN (1) | CN1234088C (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN100591877C (zh) * | 2008-12-23 | 2010-02-24 | 徐州中煤钢结构建设有限公司 | 超大跨度双层网架穹顶施工工艺 |
| CN110678859A (zh) * | 2017-06-01 | 2020-01-10 | 互动解决方案公司 | 显示装置 |
Families Citing this family (76)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9117217B2 (en) | 2003-08-01 | 2015-08-25 | Advertising.Com Llc | Audience targeting with universal profile synchronization |
| US9118812B2 (en) | 2003-08-01 | 2015-08-25 | Advertising.Com Llc | Audience server |
| US20050125290A1 (en) * | 2003-08-01 | 2005-06-09 | Gil Beyda | Audience targeting system with profile synchronization |
| US7805332B2 (en) | 2003-08-01 | 2010-09-28 | AOL, Inc. | System and method for segmenting and targeting audience members |
| US9928522B2 (en) | 2003-08-01 | 2018-03-27 | Oath (Americas) Inc. | Audience matching network with performance factoring and revenue allocation |
| DE10349015A1 (de) * | 2003-10-17 | 2005-05-19 | Siemens Ag | Betriebsverfahren für einen Server und hiermit korrespondierende Gegenstände |
| US7600027B2 (en) * | 2004-09-16 | 2009-10-06 | International Business Machines Corporation | Managing multiple sessions for a user of a portal |
| US7996881B1 (en) | 2004-11-12 | 2011-08-09 | Aol Inc. | Modifying a user account during an authentication process |
| US7631007B2 (en) * | 2005-04-12 | 2009-12-08 | Scenera Technologies, Llc | System and method for tracking user activity related to network resources using a browser |
| US20060277087A1 (en) * | 2005-06-06 | 2006-12-07 | Error Brett M | User interface for web analytics tools and method for automatic generation of calendar notes, targets,and alerts |
| US7565366B2 (en) | 2005-12-14 | 2009-07-21 | Microsoft Corporation | Variable rate sampling for sequence analysis |
| US7765275B2 (en) * | 2006-01-27 | 2010-07-27 | International Business Machines Corporation | Caching of private data for a configurable time period |
| GB0601939D0 (en) * | 2006-01-31 | 2006-03-15 | Speed Trap Com Ltd | Website monitoring and cookie setting |
| WO2007088331A1 (en) * | 2006-01-31 | 2007-08-09 | Speed-Trap.Com Limited | Website monitoring and cookie setting |
| US8352917B2 (en) | 2006-06-26 | 2013-01-08 | Adobe Systems Incorporated | Web-beacon plug-ins and their certification |
| US8054756B2 (en) * | 2006-09-18 | 2011-11-08 | Yahoo! Inc. | Path discovery and analytics for network data |
| US10110687B2 (en) * | 2006-10-06 | 2018-10-23 | International Business Machines Corporation | Session based web usage reporter |
| US8396834B2 (en) | 2006-10-10 | 2013-03-12 | International Business Machines Corporation | Real time web usage reporter using RAM |
| US7739348B2 (en) * | 2006-12-29 | 2010-06-15 | Sap Ag | Systems and methods for accessing a shared space in a provider-tenant environment by using middleware |
| US7636677B1 (en) | 2007-05-14 | 2009-12-22 | Coremetrics, Inc. | Method, medium, and system for determining whether a target item is related to a candidate affinity item |
| US8352318B2 (en) * | 2007-05-29 | 2013-01-08 | Digital River, Inc. | Exclusivity in internet marketing campaigns system and method |
| US7899763B2 (en) * | 2007-06-13 | 2011-03-01 | International Business Machines Corporation | System, method and computer program product for evaluating a storage policy based on simulation |
| US20090006478A1 (en) * | 2007-06-25 | 2009-01-01 | Digital River, Inc. | Days and Visits to Transaction Metrics System and Method |
| US20090089311A1 (en) * | 2007-09-28 | 2009-04-02 | Yahoo! Inc. | System and method for inclusion of history in a search results page |
| US9060245B2 (en) | 2007-10-30 | 2015-06-16 | Google Technology Holdings LLC | Methods and apparatus for collecting and using information regarding location object-based actions |
| US8489576B2 (en) * | 2007-10-30 | 2013-07-16 | Motorola Mobility Llc | Methods and apparatus for using information regarding actions performed using traceable objects |
| US8744917B2 (en) * | 2007-11-02 | 2014-06-03 | Buysafe, Inc. | Method, system and components for obtaining, evaluating and/or utilizing seller, buyer and transaction data |
| US8515791B2 (en) * | 2007-11-02 | 2013-08-20 | Buysafe, Inc. | Method, system and components for obtaining, evaluating and/or utilizing seller, buyer and transaction data |
| US8413250B1 (en) * | 2008-06-05 | 2013-04-02 | A9.Com, Inc. | Systems and methods of classifying sessions |
| US8204928B2 (en) * | 2008-10-10 | 2012-06-19 | Caterpillar Inc. | System and method for analyzing internet usage |
| US20100251270A1 (en) * | 2009-03-31 | 2010-09-30 | Comscore, Inc. | Selective Mobile Metering |
| US8255523B1 (en) * | 2009-04-24 | 2012-08-28 | Google Inc. | Server side disambiguation of ambiguous statistics |
| US9305105B2 (en) * | 2009-05-26 | 2016-04-05 | Google Inc. | System and method for aggregating analytics data |
| US8549019B2 (en) * | 2009-05-26 | 2013-10-01 | Google Inc. | Dynamically generating aggregate tables |
| US8412719B1 (en) | 2009-09-02 | 2013-04-02 | Google Inc. | Method and system for segmenting a multidimensional dataset |
| US8751544B2 (en) * | 2009-09-02 | 2014-06-10 | Google Inc. | Method and system for pivoting a multidimensional dataset |
| US8554699B2 (en) * | 2009-10-20 | 2013-10-08 | Google Inc. | Method and system for detecting anomalies in time series data |
| US8583584B2 (en) * | 2009-10-20 | 2013-11-12 | Google Inc. | Method and system for using web analytics data for detecting anomalies |
| US20110153411A1 (en) * | 2009-12-23 | 2011-06-23 | Kenshoo Ltd. | Method and system for identification of an online purchase without notification of making the purchase |
| US9268547B2 (en) | 2010-01-11 | 2016-02-23 | Ensighten, Inc. | Conditional logic for delivering computer-executable program instructions and content |
| US8996986B2 (en) | 2010-01-11 | 2015-03-31 | Ensighten, Inc. | Enhanced delivery of content and program instructions |
| US8733732B2 (en) * | 2010-05-24 | 2014-05-27 | Eaton Corporation | Pressurized o-ring pole piece seal for a manifold |
| FR2965134A1 (fr) * | 2010-09-21 | 2012-03-23 | Stratagems | Procede permettant de securiser l'acces a des donnees, personnelles et confidentielles, echangees lors d'une communication entre des entites electroniques distantes, constitutive d'une session. |
| US8650249B2 (en) * | 2010-10-13 | 2014-02-11 | International Business Machines Corporation | Selectively processing cookies in a proxy |
| US9003552B2 (en) | 2010-12-30 | 2015-04-07 | Ensighten, Inc. | Online privacy management |
| RU2550531C2 (ru) | 2010-12-30 | 2015-05-10 | Инсайтен, Инк. | Управление онлайновой конфиденциальностью |
| US8560683B2 (en) * | 2011-06-10 | 2013-10-15 | Google Inc. | Video and site analytics |
| US8676995B1 (en) | 2011-07-07 | 2014-03-18 | Cisco Technology, Inc. | System and method for enabling pairing of a companion device with a mate device for performing a companion service |
| US9165308B2 (en) | 2011-09-20 | 2015-10-20 | TagMan Inc. | System and method for loading of web page assets |
| US8700487B2 (en) | 2012-02-03 | 2014-04-15 | Buysafe, Inc. | User to website guaranteed shopping |
| WO2013126084A2 (en) | 2012-02-21 | 2013-08-29 | Ensighten, Inc. | Graphical overlay related to data mining and analytics |
| US9930093B2 (en) * | 2012-03-14 | 2018-03-27 | International Business Machines Corporation | Dynamic web session clean-up |
| US9317490B2 (en) | 2012-09-19 | 2016-04-19 | TagMan Inc. | Systems and methods for 3-tier tag container architecture |
| GB2506624A (en) * | 2012-10-04 | 2014-04-09 | Ibm | Correlation of session activities to a browser window in a client-server environment |
| US10311468B2 (en) * | 2012-12-28 | 2019-06-04 | International Business Machines Corporation | Statistical marketing attribution correlation |
| WO2014116542A1 (en) | 2013-01-22 | 2014-07-31 | Tealium Inc. | Activation of dormant features in native applications |
| NL2010823C2 (en) * | 2013-05-17 | 2014-11-24 | Insite Innovations And Properties B V | System and method for processing web-browsing information. |
| US20150006384A1 (en) * | 2013-06-28 | 2015-01-01 | Zahid Nasiruddin Shaikh | Device fingerprinting |
| US9537964B2 (en) | 2015-03-11 | 2017-01-03 | Tealium Inc. | System and method for separating content site visitor profiles |
| US11695845B2 (en) | 2013-08-30 | 2023-07-04 | Tealium Inc. | System and method for separating content site visitor profiles |
| US8805946B1 (en) | 2013-08-30 | 2014-08-12 | Tealium Inc. | System and method for combining content site visitor profiles |
| US20150066587A1 (en) | 2013-08-30 | 2015-03-05 | Tealium Inc. | Content site visitor processing system |
| US9081789B2 (en) | 2013-10-28 | 2015-07-14 | Tealium Inc. | System for prefetching digital tags |
| WO2015069659A1 (en) | 2013-11-05 | 2015-05-14 | Tealium Inc. | Universal visitor identification system |
| US9363321B2 (en) * | 2013-11-08 | 2016-06-07 | International Business Machines Corporation | Analytics based scoping of HTML5 web storage attributes |
| US10013500B1 (en) * | 2013-12-09 | 2018-07-03 | Amazon Technologies, Inc. | Behavior based optimization for content presentation |
| WO2015157646A1 (en) | 2014-04-11 | 2015-10-15 | Ensighten, Inc. | Url prefetching |
| US9219787B1 (en) | 2014-11-26 | 2015-12-22 | Ensighten, Inc. | Stateless cookie operations server |
| US9553918B1 (en) | 2014-11-26 | 2017-01-24 | Ensighten, Inc. | Stateful and stateless cookie operations servers |
| US10516743B1 (en) * | 2015-03-24 | 2019-12-24 | Quest Software Inc. | Systems and methods for facilitating portable user sessions |
| US10129271B2 (en) | 2015-05-28 | 2018-11-13 | Cisco Technology, Inc. | Tracking users over network hosts based on user behavior |
| US20170034259A1 (en) * | 2015-07-29 | 2017-02-02 | Gimbal, Inc. | Associating Code Instances Without User Input |
| US10805377B2 (en) | 2017-05-18 | 2020-10-13 | Cisco Technology, Inc. | Client device tracking |
| US11146656B2 (en) | 2019-12-20 | 2021-10-12 | Tealium Inc. | Feature activation control and data prefetching with network-connected mobile devices |
| US11475018B2 (en) * | 2020-01-22 | 2022-10-18 | Salesforce.Com, Inc. | Determining user and data record relationships based on vector space embeddings |
| CN114239506A (zh) * | 2021-11-15 | 2022-03-25 | 广东万丈金数信息技术股份有限公司 | 一种信息回填方法、系统、装置及存储介质 |
Family Cites Families (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6381632B1 (en) * | 1996-09-10 | 2002-04-30 | Youpowered, Inc. | Method and apparatus for tracking network usage |
| US6052730A (en) * | 1997-01-10 | 2000-04-18 | The Board Of Trustees Of The Leland Stanford Junior University | Method for monitoring and/or modifying web browsing sessions |
| US5796952A (en) * | 1997-03-21 | 1998-08-18 | Dot Com Development, Inc. | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
| US5966705A (en) * | 1997-06-30 | 1999-10-12 | Microsoft Corporation | Tracking a user across both secure and non-secure areas on the Internet, wherein the users is initially tracked using a globally unique identifier |
| US5964836A (en) * | 1997-09-11 | 1999-10-12 | International Business Machines Corporation | Apparatus, methods and computer program products for managing web-page-embedded sessions with a host-based application |
| US6286046B1 (en) * | 1997-12-22 | 2001-09-04 | International Business Machines Corporation | Method of recording and measuring e-business sessions on the world wide web |
| US6076108A (en) * | 1998-03-06 | 2000-06-13 | I2 Technologies, Inc. | System and method for maintaining a state for a user session using a web system having a global session server |
| US6098093A (en) * | 1998-03-19 | 2000-08-01 | International Business Machines Corp. | Maintaining sessions in a clustered server environment |
| GB2337671B (en) * | 1998-05-16 | 2003-12-24 | Ibm | Security mechanisms in a web server |
| US6308212B1 (en) * | 1998-05-29 | 2001-10-23 | Hewlett-Packard Company | Web user interface session and sharing of session environment information |
| US6278966B1 (en) * | 1998-06-18 | 2001-08-21 | International Business Machines Corporation | Method and system for emulating web site traffic to identify web site usage patterns |
| US6496824B1 (en) * | 1999-02-19 | 2002-12-17 | Saar Wilf | Session management over a stateless protocol |
| US6223215B1 (en) * | 1998-09-22 | 2001-04-24 | Sony Corporation | Tracking a user's purchases on the internet by associating the user with an inbound source and a session identifier |
| US6879994B1 (en) * | 1999-06-22 | 2005-04-12 | Comverse, Ltd | System and method for processing and presenting internet usage information to facilitate user communications |
| US6584505B1 (en) * | 1999-07-08 | 2003-06-24 | Microsoft Corporation | Authenticating access to a network server without communicating login information through the network server |
| US6792458B1 (en) * | 1999-10-04 | 2004-09-14 | Urchin Software Corporation | System and method for monitoring and analyzing internet traffic |
| US6665658B1 (en) * | 2000-01-13 | 2003-12-16 | International Business Machines Corporation | System and method for automatically gathering dynamic content and resources on the world wide web by stimulating user interaction and managing session information |
| GB0025299D0 (en) * | 2000-10-13 | 2000-11-29 | Ibm | Request tracking for analysis of website navigation |
| GB2368223B (en) * | 2000-10-17 | 2004-01-07 | Hewlett Packard Co | Associating parties with communication sessions |
| GB2368246B (en) | 2000-10-17 | 2004-09-01 | Hewlett Packard Co | Overview subsystem for information page server |
| EP1340132A4 (en) * | 2000-11-02 | 2005-12-07 | Netiq Corp | SYSTEM AND METHOD FOR REPORT GENERATION AND COMMUNICATION ON MOUCHARD VALUES AT A CLIENT NODE |
| US6957390B2 (en) * | 2000-11-30 | 2005-10-18 | Mediacom.Net, Llc | Method and apparatus for providing dynamic information to a user via a visual display |
| WO2002044923A1 (en) * | 2000-11-30 | 2002-06-06 | Webtone Technologies, Inc. | Web session collaboration |
| US20020073211A1 (en) * | 2000-12-12 | 2002-06-13 | Raymond Lin | System and method for securely communicating between application servers and webservers |
| US20020078191A1 (en) * | 2000-12-20 | 2002-06-20 | Todd Lorenz | User tracking in a Web session spanning multiple Web resources without need to modify user-side hardware or software or to store cookies at user-side hardware |
| US20020143925A1 (en) * | 2000-12-29 | 2002-10-03 | Ncr Corporation | Identifying web-log data representing a single user session |
| US6789170B1 (en) * | 2001-08-04 | 2004-09-07 | Oracle International Corporation | System and method for customizing cached data |
| US20030110266A1 (en) * | 2001-12-10 | 2003-06-12 | Cysive, Inc. | Apparatus and method of using session state data across sessions |
| US7185085B2 (en) * | 2002-02-27 | 2007-02-27 | Webtrends, Inc. | On-line web traffic sampling |
-
2002
- 2002-09-16 US US10/244,191 patent/US7389343B2/en not_active Expired - Lifetime
-
2003
- 2003-09-03 CN CNB031581072A patent/CN1234088C/zh not_active Expired - Fee Related
-
2008
- 2008-06-05 US US12/134,114 patent/US7600020B2/en not_active Expired - Lifetime
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN100591877C (zh) * | 2008-12-23 | 2010-02-24 | 徐州中煤钢结构建设有限公司 | 超大跨度双层网架穹顶施工工艺 |
| CN110678859A (zh) * | 2017-06-01 | 2020-01-10 | 互动解决方案公司 | 显示装置 |
| CN110678859B (zh) * | 2017-06-01 | 2020-11-24 | 互动解决方案公司 | 显示装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| US7389343B2 (en) | 2008-06-17 |
| US7600020B2 (en) | 2009-10-06 |
| CN1492349A (zh) | 2004-04-28 |
| US20080275982A1 (en) | 2008-11-06 |
| US20040054784A1 (en) | 2004-03-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN1234088C (zh) | 跟踪web用户会话的方法和系统 | |
| CN1830192B (zh) | 用于异步地处理请求的方法和系统 | |
| US6877007B1 (en) | Method and apparatus for tracking a user's interaction with a resource supplied by a server computer | |
| US6973620B2 (en) | Method and apparatus for providing user support based on contextual information | |
| US6668276B1 (en) | HTML file acquisition method, information terminal support device, and storage medium for storing a software product for acquiring HTML files | |
| US7024630B2 (en) | Method for managing browser display | |
| US7904662B2 (en) | System and program product for validating remotely cached dynamic content web pages | |
| US6871322B2 (en) | Method and apparatus for providing user support through an intelligent help agent | |
| US6973492B2 (en) | Method and apparatus for collecting page load abandons in click stream data | |
| US20030164848A1 (en) | Method and apparatus for summarizing content of a document for a visually impaired user | |
| US20020097264A1 (en) | Apparatus and methods for management of temporal parameters to provide enhanced accessibility to computer programs | |
| US7590631B2 (en) | System and method for guiding navigation through a hypertext system | |
| CN1225479A (zh) | 基于请求者类型的网页的定制 | |
| JP2010507840A (ja) | Dnsセッションデータに基づくノード格付けのための方法およびシステム | |
| US8019884B2 (en) | Proxy content for submitting web service data in the user's security context | |
| US20020032781A1 (en) | Intermediary server apparatus and an information providing method | |
| US20020124020A1 (en) | Extracting textual equivalents of multimedia content stored in multimedia files | |
| US6976067B2 (en) | Method and apparatus for providing entitlement information for interactive support | |
| CN1245005C (zh) | 用于将一流式视频内容插入并集成在一数字媒体中的系统和方法 | |
| CN108197126A (zh) | 一种数据展示的处理方法及系统、客户端及服务器 | |
| US20020158903A1 (en) | Apparatus for outputting textual renditions of graphical data and method therefor | |
| US20030023458A1 (en) | System and method for providing medical care via a virtual call center | |
| CN1875646A (zh) | 使用移动通信来进行信息处理的网关装置 | |
| US20020124056A1 (en) | Method and apparatus for modifying a web page | |
| JP2007149080A (ja) | コンテキスト・ベースのナビゲーション |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20051228 Termination date: 20210903 |
|
| CF01 | Termination of patent right due to non-payment of annual fee |