Web Visitor Tracking via Cookie Counting Page

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for tracking web page accesses, such as using HTTP cookies, are unreliable due to users disabling cookies, leading to overcounting or undercounting of visitors, as they may not accept or send back tracking cookies.

Innovation Solution

A system that redirects web browsers to a cookie counting web page, providing a tracking cookie if needed, allowing for the computation of unique hits without cookies by using the ratio of hits with and without tracking cookies, enabling accurate estimation of visitor numbers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If HTTP cookies are used to track web page accesses, then visitor tracking capability is improved, but reliability deteriorates because users can disable cookies

Engineering Contradiction:
Improvevisitor tracking reliabilityVSAvoidcookie acceptance compatibility
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent introduces a cookie counting web page as an intermediary component between the main web page and the cookie tracking mechanism. This separate counting page receives cookie requests independently, allowing the main application to function normally while still enabling tracking for users who accept cookies. The counting page acts as a mediator that separates the tracking function from the primary web application.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The tracking system is segmented into two independent parts: the main web page delivery system and the separate cookie counting web page. This segmentation allows the counting functionality to operate independently without affecting the main application, and enables different tracking strategies for different user groups (those who accept cookies vs. those who don't).

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If cookies are disabled by users, then privacy control is improved, but measurement precision deteriorates due to overcounting or undercounting of visitors

Engineering Contradiction:
Improvevisitor number accuracyVSAvoidtracking information availability
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The system implements feedback by analyzing the proportion of users who accept cookies versus those who reject them. By monitoring cookie acceptance rates and using this feedback information, the system can estimate total visitor numbers even when some users don't accept cookies. The feedback loop allows continuous refinement of tracking accuracy based on actual user behavior patterns.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent creates a simplified copy of the tracking mechanism in the form of a dedicated cookie counting web page. This copy focuses solely on the tracking function, receiving cookie requests and counting responses without the complexity of the main web application. This separation allows for more accurate tracking measurements independent of the main application's functionality.

Inventive Principle:
Principle #26Copying

3Reliability

If a separate cookie counting web page is introduced, then tracking reliability is improved, but device complexity increases

Engineering Contradiction:
Improvetracking accuracyVSAvoidsystem structure complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The cookie counting web page serves multiple functions: it acts as a tracking mechanism, provides statistics about cookie acceptance rates, and enables estimation of total visitors. By making this component multi-functional, the patent reduces the need for additional separate systems, thereby limiting the increase in overall complexity while maintaining improved tracking reliability.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS9178956B2Measuring web visitors
Publication Date: 2015.11.03 RED HAT INC
  • US9178956B2 patent drawing
  • US9178956B2 patent drawing
  • US9178956B2 patent drawing

AI summary

An apparatus and a method for tracking the number of hits to a web page is described. In one embodiment, a web browser of a client requests from a server a web page. The server redirects the web browser to a cookie counting web page, where the cookie counting web page provides a tracking cookie to the web browser. The server computes the number of unique hits to the web page without cookies based on the number of hits to the cookie counting web page without tracking cookies, the number of unique hits to the cookie counting web page with tracking cookies, the number of all hits to the cookie counting web page with tracking cookies.