US20140114723A1 - Method and system for estimating a number of users of a website based on lossy compressed data - Google Patents

Method and system for estimating a number of users of a website based on lossy compressed data Download PDF

Info

Publication number
US20140114723A1
US20140114723A1 US14/142,343 US201314142343A US2014114723A1 US 20140114723 A1 US20140114723 A1 US 20140114723A1 US 201314142343 A US201314142343 A US 201314142343A US 2014114723 A1 US2014114723 A1 US 2014114723A1
Authority
US
United States
Prior art keywords
bits
website
array
data
users
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.)
Abandoned
Application number
US14/142,343
Inventor
Olaf Kummer
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Coremedia GmbH
Original Assignee
Coremedia GmbH
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Coremedia GmbH filed Critical Coremedia GmbH
Priority to US14/142,343 priority Critical patent/US20140114723A1/en
Publication of US20140114723A1 publication Critical patent/US20140114723A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging

Definitions

  • the present invention relates to a method and system for estimating a number of users of a website.
  • the number of users of a website is an important parameter to determine the success of the webpage and often has a direct influence on advertising revenues.
  • IP address may be rewritten by a firewall, the computer may be used by more than one person, or somebody may use the login of somebody else. Nevertheless, the identified entities are often used to estimate the number of users of a website because they are considered to be a reasonable proxy for the users.
  • records are stored that log the access of the entity.
  • an analysis tool reads the stored records and counts the number of accessing entities which is deemed to be a good estimation for the number of accessing users.
  • sampling has been proposed.
  • the basic principle of sampling is that only for each x-th (e.g. each 10th) access an identity of an accessing entity is stored. At the end of the reporting interval, the stored records are analysed and a number of accessing entities is estimated based on the sampled records.
  • this sampling method has the drawback that it is only precise when the number of events, e.g. logged accesses, in the reporting interval is large.
  • long intervals like entire years will typically contain enough events, the same might not be true for hourly or daily intervals.
  • the invention comprises a method for estimating a number of users of a website that comprises the steps of repeatedly determining that the website is accessed by an entity, in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing said data, lossy compressing said stored data, and estimating a number of users of the website based on the compressed stored data.
  • This method has the advantage that due to the lossy compression algorithm, less data needs to be stored and analysed. A small loss of precision is acceptable, because the determination of data dependent on the entity is already a source of inaccuracies.
  • the method according to the invention comprises the steps of determining a maximum amount of data to be stored, determining a set of numbers, repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function and storing the resulting numbers.
  • the maximum amount of data to be stored is exceeded, the set of numbers is pruned and the stored numbers that correspond to the pruned numbers of the set of numbers are deleted. Later on, a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers is determined, and the number of users of the website is estimated based on the pruned stored data and said relation.
  • the method comprises the steps of providing an array of bits in a storage, repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and activating the bit of the array of bits onto which the data was mapped, and estimating the number of users of the website based on the activated bits of the array of bits.
  • This embodiment has the advantage that it allows to efficiently store data that can be used to estimate a number of users of the website. Preferably, only single bits are set in response to accesses. In this way, the required amount of storage is often lower compared to storing the exact identities of accessing entities as numbers.
  • the method comprises the steps of determining a period of time for which the number of users is to be estimated, dividing the period of time into intervals, providing a plurality of arrays of bits corresponding to the number of intervals, associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used.
  • the bits of the associated array of bits are activated according to the data dependent on the entities that access the website during the interval.
  • each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval.
  • an array of bits is determined that allows to estimate the number of users of the website that accessed the website during the period of time. This array of bits may be determined by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
  • This method allows to efficiently store data about entities that have accessed the webpage during each interval and to efficiently combine the stored data for each interval by performing a simple logical OR-operation.
  • the mapping function maps the data dependent on the entities that access the website onto a number of the set of numbers or onto one bit of the array of bits based on a uniform distribution.
  • a non-linear mapping function is employed, such that e.g. the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item. This makes the method more scalable in comparison to the usage of a uniform distribution.
  • the mapping function may be composed of two steps: First, data dependent on the accessing entity, e.g. a user identification, is mapped to an integer h using a hash function. Hash functions are described in the prior art that ensure that the resulting integers are evenly distributed between 0 (included) and a constant M (excluded). Afterwards, a non-linear function may be applied to the resulting hash value.
  • a maximum likelihood analysis is performed to determine the number of accessing entities that is most likely to reproduce the given pattern of activated bits of the array.
  • the step of estimating the numbers of users of the website based on the activated bits of the array of bits may comprise the steps of providing an estimation function relating a number of activated bits with a number of users, determining a number of activated bits by counting the number of activated bits of the array of bits, and estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function.
  • the position of an activated bit is irrelevant, such that the estimation can be efficiently performed.
  • the estimated number of users an integer for which the expected number of activated bits matches the observed number of activated bits most closely is chosen. Because this computation is expensive to perform exactly, a preferred approach is to precompute the expected number of activated bits for certain numbers of users and to use this data for interpolating the actual number of users based on the observed number of activated bits.
  • the data dependent on the entity is an identification of the entity.
  • the method according to the invention may be efficient and may allow to estimate the number of users with an acceptable precision for all interval lengths with a uniform algorithm and potentially without the need to estimate sampling parameters precisely.
  • the invention comprises a system for estimating a number of users of a website.
  • the system may comprise means for determining that the website is accessed by an entity, means for determining data dependent on the entity that accesses the website, in reaction to the access of the website, means for storing said data, means for lossy compressing said stored data, and means for estimating a number of users of the website based on the compressed stored data.
  • the system according to the invention may have the same advantages as the corresponding method according to the invention.
  • the system comprises means for determining a maximum amount of data to be stored, means for determining a set of numbers, means for repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function, means for storing the resulting numbers, means for pruning the set of numbers and deleting the stored numbers that correspond to the pruned numbers of the set of numbers, when the maximum amount of data to be stored is exceeded, means for determining a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers, and means for estimating the number of users of the website based on the pruned stored data and said relation.
  • the system according to the invention comprises a storage storing an array of bits, means for repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and for activating the bit of the array of bits onto which the data was mapped, and means for estimating the number of users of the website based on the activated bits of the array of bits.
  • the system comprises means for determining a period of time for which the number of users is to be estimated, means for dividing the period of time into intervals, means for providing a plurality of arrays of bits corresponding to the number of intervals, means for associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used, means for activating in each interval the bits of the associated array of bits according to the data dependent on the entities that access the website during the interval, such that each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval, and means for, after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
  • the means for repeatedly mapping comprises a mapping function that maps the data dependent on the entity onto a number of the set of numbers or onto one bit of the array of bits based on a uniform distribution.
  • the means for repeatedly mapping comprises a mapping function that is non-linear, such that the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item.
  • the mapping function may be composed of two steps: First, data dependent on the accessing entity, e.g. a user identification, is mapped to an integer h using a hash function. Hash functions are described in the prior art that ensure that the resulting integers are evenly distributed between 0 (included) and a constant M (excluded). Afterwards, a non-linear function may be applied to the resulting hash value.
  • the means for estimating the number of users of the website based on the activated bits of the array of bits uses a maximum likelihood analysis to determine the number of accessing entities that is most likely to reproduce the given pattern of activated bits of the array.
  • the means for estimating the number of users of the website based on the activated bits of the array of bits comprises an estimation means comprising an estimation function relating a number of activated bits with a number of users, means for determining a number of activated bits by counting the number of activated bits of the array of bits, and means for estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function.
  • the means for estimating the number of users of the website chooses as the estimated number of users an integer for which the expected number of activated bits matches the observed number of activated bits most closely. Because this computation is expensive to perform exactly, a preferred approach is to pre-compute the expected number of activated bits for certain numbers of users and to use this data for interpolating the actual number of users based on the observed number of activated bits.
  • the data dependent on the entity is an identification of the entity.
  • the invention comprises a computer program product that comprises a computer readable medium and a computer program recorded therein in form of a series of state elements corresponding to instructions which are adapted to be processed by a data processing means of a data processing apparatus such that a method according to the invention is performed or a system according to the invention is formed on the data processing means.
  • FIG. 1 shows one embodiment of a system for estimating a number of users of a website.
  • FIG. 2 shows a process that generates access data according to one embodiment of the present invention.
  • FIG. 3 shows one embodiment of a data compression and user estimation process according to the invention.
  • FIG. 4 shows another embodiment of a data compression and user estimation process according to the invention.
  • FIG. 5 shows an embodiment of the method according to the invention.
  • FIG. 6 shows an embodiment of the system according to the present invention.
  • FIG. 1 shows one embodiment of a system according to the present invention.
  • a web server 101 receives accesses of the website 102 and generates based on the accesses an access log 103 .
  • the access log is analysed by a web analytics engine 104 .
  • the web analytics engine 104 comprises a log parser 105 that parses the access log 103 and generates access data that is stored in a data base 106 .
  • the access data 106 is regularly compressed using a lossy compression algorithm.
  • a means for lossy compressing the data 107 generates a data basis 108 for the estimation of a number of users of the website. Based on this data basis, a number of users of the website is estimated 109 .
  • FIG. 2 shows a process that generates access data 106 that may be used in one embodiment of the method according to the present invention.
  • step 201 it is determined that the website is accessed by an entity.
  • step 202 an identification of the entity that accesses the website is determined.
  • step 203 data dependent on the identification of the entity is stored and the process resumes with step 201 .
  • FIG. 3 shows one embodiment of a lossy compression procedure in combination with a user estimation step according to the present invention.
  • the procedure checks whether the end of an interval for which the accessing entities are logged is reached. If the end of the interval is reached, the stored data is lossy compressed in step 302 .
  • Step 303 checks whether the end of the period of time is reached. In other words, it is checked whether another interval follows. If this is the case, the process resumes with step 301 . If the end of the period of time is reached, a number of users is estimated in step 304 based on the stored data.
  • FIG. 4 shows a data compression and user estimation procedure according to one embodiment of the method according to the invention. It is assumed that a process is running that continuously generates access data like e.g. the process shown in FIG. 2 .
  • step 401 it is checked whether the maximum amount of stored data is exceeded. If this is the case, the set of numbers is pruned in step 402 and the stored numbers that correspond to the pruned numbers of the set of numbers are deleted in step 403 .
  • it is checked whether the end of the period of time is reached in step 404 . If the end of the period of time is not reached, the procedure resumes with step 401 . If the end of the period of time is reached, a relation is determined.
  • the relation may be for example the size of the set of the pruned numbers plus the size of the set of the not-pruned numbers, i.e. the overall size of the set of numbers at the beginning, divided by the size of the set of the not-pruned numbers.
  • the following example further illustrates this procedure. It is assumed that the maximum amount of data to be stored is set to be 5, while the set of numbers on which the identifications of the entities are mapped are the numbers between 0 and 99. It is assumed that in a first interval, data is stored that indicates that the entities 1, 12, 17, 19, 33, 43, 67, 82, 83, 92 accessed the webpage in the interval 1. Since the amount of stored data exceeds 5, the lower half of the set of numbers is pruned. The numbers 67, 82, 83, and 92 remain.
  • the entities 1, 3, 72, and 73 access the webpage.
  • the numbers 72 and 73 are stored, such that the entities 67, 72, 73, 82, 83, and 92 are stored. This again exceeds the maximum amount of data to be stored such that the third quarter of the set of numbers is pruned, i.e. the numbers from 50 to 74.
  • the numbers 82, 83, and 92 remain. These are three entities. It is known that only one quarter of the complete set of numbers remains. Therefore, the numbers of accessing entities is multiplied with 4 to estimate the number of users that accessed the webpage. 3 times 4 yields 12. The exact number of accessing entities was 14. This means that the described procedure provides an acceptable estimation for the actual number of users of the website, while using only a fraction of the storage that would be necessary to store the identities of all accessing entities.
  • the maximum amount of data was chosen to be 5 to provide a concise example. In practice, values of 10000 or more will lead to better precision without increasing the memory demand unduly.
  • FIG. 5 shows another embodiment of the method according to the present invention.
  • step 501 it is determined that the website is accessed by an entity.
  • step 502 an identification of the entity that accesses the website is determined.
  • the identification of the entity is then mapped onto one bit of a first array of bits according to a mapping function in step 503 .
  • the bit of the array of bits onto which the identification was mapped is activated accordingly (step 504 ).
  • mapping function H(x) is used:
  • the mapping function H(x) maps each entity onto a value between 0 and S ⁇ 1. The mapping function possesses the property that some values are chosen more often than others, i.e. the mapping function is non-linear.
  • C and K are constants that can be derived from the expected maximal value E of the statistical parameter to be examined and the values of S and M:
  • a hash bucket H(x) is calculated and the corresponding bit is set in the array of bits.
  • the arrays of bits can be simply combined using a logical OR-operation.
  • C for the mapping function H(x) is calculated as:
  • the parameter x must be uniformly distributed.
  • Techniques for calculating x from an identification of an entity are known, for example a cryptographic hash function can be used, but also simpler hash functions will normally give satisfactory results.
  • the described mapping function exhibits in a wide range a scale-invariant quality of the estimation, if E is chosen sufficiently high. Even if E is orders of magnitude too high, the resulting precision will degrade only moderately.
  • step 505 shown in FIG. 5 it is determined whether the end of the first interval is reached. If this is not the case, the procedure resumes with step 501 . Otherwise, the procedure proceeds to step 506 , in which it is determined again that the website is accessed by an entity.
  • step 507 an identification of the accessing entity is determined, and in step 508 , this identification of the entity is mapped onto one bit of a second array of bits according to the above described mapping function. The corresponding bit of the second array of bits is activated accordingly in step 509 .
  • step 510 it is determined whether the end of the second interval is reached. If the end is not reached yet, the procedure resumes with step 506 .
  • step 511 in which the first array of bits and the second array of bits are combined using a logical OR-operation, wherein the result is written into the first array of bits.
  • the first array of bits indicates the identifications of the entities that have accessed the website during the first and the second interval.
  • step 512 it is checked whether the end of the period of time has been reached in step 512 . If there are further intervals, the procedure proceeds to step 513 , where the second array of bits is deleted. Then, the procedure jumps back to step 506 . If the end of the period of time is reached in step 512 , the procedure proceeds to step 514 in which the number of the users of the website is estimated based on the first array of bits.
  • FIG. 6 shows one embodiment of a system according to the invention.
  • the system for estimating a number of users of a website 601 comprises means for determining that the website is accessed by an entity 602 , means for determining an identification of the entity that accesses the web site 603 , means for storing data dependent on the identification of the entity 604 , means for lossy compressing the stored data 605 , and means for estimating a number of users of the website based on the stored data 606 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Game Theory and Decision Science (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a method and system for estimating a number of users of a website. According to the method, it is repeatedly determined that the website is accessed by an entity and data dependent on the entity is determined and stored. The stored data is repeatedly compressed using a lossy compressing algorithm and based on the compressed data a number of users of the website is estimated.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. application Ser. No. 12/746,005, filed 21 Sep. 2010, and claims priority therefrom under 35 U.S.C. §120. application Ser. No. 12/746,005 is the U.S. National Stage entry under 35 U.S.C. §371 of international application PCT/EP2008/010027, filed 26 Nov. 2008, which claims priority to European patent application 07023415.8, filed 4 Dec. 2007. All the listed applications are incorporated herein by reference in their entirety.
  • TECHNICAL FIELD
  • The present invention relates to a method and system for estimating a number of users of a website.
  • BACKGROUND
  • The number of users of a website is an important parameter to determine the success of the webpage and often has a direct influence on advertising revenues.
  • From the prior art, methods are known to identify entities that access a webpage. In general, either the IP address of the accessing entity is used or the entity is identified using a cookie. Furthermore, some webpages require that the user logs in by inputting his login name and a password. In this case, the accessing entity can be easily identified via the login.
  • In this connection it is important to understand that it is nearly impossible to be sure about the user who sends a request having an IP address, who uses a computer on which a cookie is stored, or who logs in at a website. The IP address may be rewritten by a firewall, the computer may be used by more than one person, or somebody may use the login of somebody else. Nevertheless, the identified entities are often used to estimate the number of users of a website because they are considered to be a reasonable proxy for the users.
  • Once the entity is identified, records are stored that log the access of the entity. At the end of an interval, an analysis tool reads the stored records and counts the number of accessing entities which is deemed to be a good estimation for the number of accessing users.
  • One problem with this procedure is that till the end of the reporting interval, all the records need to be stored. For small websites, this drawback is acceptable. However, for large websites, the amount of stored data becomes excessive.
  • To cope with this problem, in the prior art sampling has been proposed. The basic principle of sampling is that only for each x-th (e.g. each 10th) access an identity of an accessing entity is stored. At the end of the reporting interval, the stored records are analysed and a number of accessing entities is estimated based on the sampled records.
  • However, this sampling method has the drawback that it is only precise when the number of events, e.g. logged accesses, in the reporting interval is large. However, while long intervals like entire years will typically contain enough events, the same might not be true for hourly or daily intervals.
  • Furthermore, if the sampling percentage is fixed before the data is sampled, there is the danger that the sample percentage is chosen either too low, leading to inaccuracies, or too high, thereby degrading performance.
  • Therefore, it is an object of the invention to provide a method and a system for estimating a number of users of a website that are efficient and that allow to estimate the number of users with an acceptable precision.
  • This object is accomplished by the subject-matter of the independent claims. Preferable embodiments are specified by the dependent claims.
  • SUMMARY OF THE INVENTION
  • The invention comprises a method for estimating a number of users of a website that comprises the steps of repeatedly determining that the website is accessed by an entity, in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing said data, lossy compressing said stored data, and estimating a number of users of the website based on the compressed stored data.
  • This means that according to the invention, e.g. data about the identity of accessing entities is stored and said stored data is later on compressed using a lossy compression algorithm. Based on the lossy compressed data, it is possible to estimate a number of users of the website.
  • This method has the advantage that due to the lossy compression algorithm, less data needs to be stored and analysed. A small loss of precision is acceptable, because the determination of data dependent on the entity is already a source of inaccuracies.
  • In one preferred embodiment, the method according to the invention comprises the steps of determining a maximum amount of data to be stored, determining a set of numbers, repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function and storing the resulting numbers. According to this embodiment, when the maximum amount of data to be stored is exceeded, the set of numbers is pruned and the stored numbers that correspond to the pruned numbers of the set of numbers are deleted. Later on, a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers is determined, and the number of users of the website is estimated based on the pruned stored data and said relation.
  • In this way, it is possible to reduce the amount of stored data and to nevertheless estimate the number of users of the website.
  • In another preferred embodiment, the method comprises the steps of providing an array of bits in a storage, repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and activating the bit of the array of bits onto which the data was mapped, and estimating the number of users of the website based on the activated bits of the array of bits.
  • This embodiment has the advantage that it allows to efficiently store data that can be used to estimate a number of users of the website. Preferably, only single bits are set in response to accesses. In this way, the required amount of storage is often lower compared to storing the exact identities of accessing entities as numbers.
  • Preferably, the method comprises the steps of determining a period of time for which the number of users is to be estimated, dividing the period of time into intervals, providing a plurality of arrays of bits corresponding to the number of intervals, associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used. In each interval, the bits of the associated array of bits are activated according to the data dependent on the entities that access the website during the interval. In this way, each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval. After the end of the period of time, an array of bits is determined that allows to estimate the number of users of the website that accessed the website during the period of time. This array of bits may be determined by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
  • This method allows to efficiently store data about entities that have accessed the webpage during each interval and to efficiently combine the stored data for each interval by performing a simple logical OR-operation.
  • In one embodiment, the mapping function maps the data dependent on the entities that access the website onto a number of the set of numbers or onto one bit of the array of bits based on a uniform distribution. In an alternative embodiment, a non-linear mapping function is employed, such that e.g. the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item. This makes the method more scalable in comparison to the usage of a uniform distribution.
  • In one embodiment of the non-uniform distribution, the mapping function may be composed of two steps: First, data dependent on the accessing entity, e.g. a user identification, is mapped to an integer h using a hash function. Hash functions are described in the prior art that ensure that the resulting integers are evenly distributed between 0 (included) and a constant M (excluded). Afterwards, a non-linear function may be applied to the resulting hash value.
  • In a preferred embodiment, during the step of estimating the number of users of the website based on the activated bits of the array of bits a maximum likelihood analysis is performed to determine the number of accessing entities that is most likely to reproduce the given pattern of activated bits of the array.
  • In a preferred embodiment, the step of estimating the numbers of users of the website based on the activated bits of the array of bits may comprise the steps of providing an estimation function relating a number of activated bits with a number of users, determining a number of activated bits by counting the number of activated bits of the array of bits, and estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function. In this embodiment, the position of an activated bit is irrelevant, such that the estimation can be efficiently performed.
  • Preferably, as the estimated number of users an integer for which the expected number of activated bits matches the observed number of activated bits most closely is chosen. Because this computation is expensive to perform exactly, a preferred approach is to precompute the expected number of activated bits for certain numbers of users and to use this data for interpolating the actual number of users based on the observed number of activated bits.
  • Preferably, the data dependent on the entity is an identification of the entity.
  • The method according to the invention may be efficient and may allow to estimate the number of users with an acceptable precision for all interval lengths with a uniform algorithm and potentially without the need to estimate sampling parameters precisely.
  • Furthermore, the invention comprises a system for estimating a number of users of a website. The system may comprise means for determining that the website is accessed by an entity, means for determining data dependent on the entity that accesses the website, in reaction to the access of the website, means for storing said data, means for lossy compressing said stored data, and means for estimating a number of users of the website based on the compressed stored data.
  • The system according to the invention may have the same advantages as the corresponding method according to the invention.
  • In one embodiment, the system comprises means for determining a maximum amount of data to be stored, means for determining a set of numbers, means for repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function, means for storing the resulting numbers, means for pruning the set of numbers and deleting the stored numbers that correspond to the pruned numbers of the set of numbers, when the maximum amount of data to be stored is exceeded, means for determining a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers, and means for estimating the number of users of the website based on the pruned stored data and said relation.
  • In an alternative embodiment, the system according to the invention comprises a storage storing an array of bits, means for repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and for activating the bit of the array of bits onto which the data was mapped, and means for estimating the number of users of the website based on the activated bits of the array of bits.
  • Preferably, the system comprises means for determining a period of time for which the number of users is to be estimated, means for dividing the period of time into intervals, means for providing a plurality of arrays of bits corresponding to the number of intervals, means for associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used, means for activating in each interval the bits of the associated array of bits according to the data dependent on the entities that access the website during the interval, such that each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval, and means for, after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
  • In one embodiment, the means for repeatedly mapping comprises a mapping function that maps the data dependent on the entity onto a number of the set of numbers or onto one bit of the array of bits based on a uniform distribution. In an alternative embodiment, the means for repeatedly mapping comprises a mapping function that is non-linear, such that the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item.
  • In the case of the non-linear distribution, the mapping function may be composed of two steps: First, data dependent on the accessing entity, e.g. a user identification, is mapped to an integer h using a hash function. Hash functions are described in the prior art that ensure that the resulting integers are evenly distributed between 0 (included) and a constant M (excluded). Afterwards, a non-linear function may be applied to the resulting hash value.
  • Preferably, the means for estimating the number of users of the website based on the activated bits of the array of bits uses a maximum likelihood analysis to determine the number of accessing entities that is most likely to reproduce the given pattern of activated bits of the array.
  • In a preferred embodiment, the means for estimating the number of users of the website based on the activated bits of the array of bits comprises an estimation means comprising an estimation function relating a number of activated bits with a number of users, means for determining a number of activated bits by counting the number of activated bits of the array of bits, and means for estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function.
  • Preferably, the means for estimating the number of users of the website chooses as the estimated number of users an integer for which the expected number of activated bits matches the observed number of activated bits most closely. Because this computation is expensive to perform exactly, a preferred approach is to pre-compute the expected number of activated bits for certain numbers of users and to use this data for interpolating the actual number of users based on the observed number of activated bits.
  • Preferably, the data dependent on the entity is an identification of the entity.
  • The method and the system according to the invention may be implemented using software. Accordingly, the invention comprises a computer program product that comprises a computer readable medium and a computer program recorded therein in form of a series of state elements corresponding to instructions which are adapted to be processed by a data processing means of a data processing apparatus such that a method according to the invention is performed or a system according to the invention is formed on the data processing means.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Preferred embodiments and further details of the present invention will be explained in the following with reference to the figures.
  • FIG. 1 shows one embodiment of a system for estimating a number of users of a website.
  • FIG. 2 shows a process that generates access data according to one embodiment of the present invention.
  • FIG. 3 shows one embodiment of a data compression and user estimation process according to the invention.
  • FIG. 4 shows another embodiment of a data compression and user estimation process according to the invention.
  • FIG. 5 shows an embodiment of the method according to the invention.
  • FIG. 6 shows an embodiment of the system according to the present invention.
  • DETAILED DESCRIPTION OF THE ILLUSTRATED EMBODIMENTS
  • FIG. 1 shows one embodiment of a system according to the present invention. A web server 101 receives accesses of the website 102 and generates based on the accesses an access log 103. The access log is analysed by a web analytics engine 104. The web analytics engine 104 comprises a log parser 105 that parses the access log 103 and generates access data that is stored in a data base 106. The access data 106 is regularly compressed using a lossy compression algorithm. A means for lossy compressing the data 107 generates a data basis 108 for the estimation of a number of users of the website. Based on this data basis, a number of users of the website is estimated 109.
  • FIG. 2 shows a process that generates access data 106 that may be used in one embodiment of the method according to the present invention. In step 201, it is determined that the website is accessed by an entity. In step 202, an identification of the entity that accesses the website is determined. In step 203, data dependent on the identification of the entity is stored and the process resumes with step 201.
  • FIG. 3 shows one embodiment of a lossy compression procedure in combination with a user estimation step according to the present invention. In step 301, the procedure checks whether the end of an interval for which the accessing entities are logged is reached. If the end of the interval is reached, the stored data is lossy compressed in step 302. Step 303 checks whether the end of the period of time is reached. In other words, it is checked whether another interval follows. If this is the case, the process resumes with step 301. If the end of the period of time is reached, a number of users is estimated in step 304 based on the stored data.
  • FIG. 4 shows a data compression and user estimation procedure according to one embodiment of the method according to the invention. It is assumed that a process is running that continuously generates access data like e.g. the process shown in FIG. 2. In step 401, it is checked whether the maximum amount of stored data is exceeded. If this is the case, the set of numbers is pruned in step 402 and the stored numbers that correspond to the pruned numbers of the set of numbers are deleted in step 403. Afterwards, it is checked whether the end of the period of time is reached in step 404. If the end of the period of time is not reached, the procedure resumes with step 401. If the end of the period of time is reached, a relation is determined. As shown in step 405, the relation may be for example the size of the set of the pruned numbers plus the size of the set of the not-pruned numbers, i.e. the overall size of the set of numbers at the beginning, divided by the size of the set of the not-pruned numbers. Based on this relation and the stored data, a number of users of the website is estimated in step 406.
  • The following example further illustrates this procedure. It is assumed that the maximum amount of data to be stored is set to be 5, while the set of numbers on which the identifications of the entities are mapped are the numbers between 0 and 99. It is assumed that in a first interval, data is stored that indicates that the entities 1, 12, 17, 19, 33, 43, 67, 82, 83, 92 accessed the webpage in the interval 1. Since the amount of stored data exceeds 5, the lower half of the set of numbers is pruned. The numbers 67, 82, 83, and 92 remain.
  • In the interval 2, the entities 1, 3, 72, and 73 access the webpage. The numbers 72 and 73 are stored, such that the entities 67, 72, 73, 82, 83, and 92 are stored. This again exceeds the maximum amount of data to be stored such that the third quarter of the set of numbers is pruned, i.e. the numbers from 50 to 74. The numbers 82, 83, and 92 remain. These are three entities. It is known that only one quarter of the complete set of numbers remains. Therefore, the numbers of accessing entities is multiplied with 4 to estimate the number of users that accessed the webpage. 3 times 4 yields 12. The exact number of accessing entities was 14. This means that the described procedure provides an acceptable estimation for the actual number of users of the website, while using only a fraction of the storage that would be necessary to store the identities of all accessing entities.
  • In this example, the maximum amount of data was chosen to be 5 to provide a concise example. In practice, values of 10000 or more will lead to better precision without increasing the memory demand unduly.
  • According to a further embodiment, it is possible to aggregate access data on multiple scales at the same time. For example, it may be necessary to prepare daily, weekly, and yearly statistics. In that case, the amounts of pruning applied on the different scales may vary. Especially the shorter intervals will normally be pruned less. If existing data from shorter intervals is combined into a larger interval, the combined data set must be pruned at least as strongly as the most pruned interval.
  • FIG. 5 shows another embodiment of the method according to the present invention. In step 501, it is determined that the website is accessed by an entity. In step 502, an identification of the entity that accesses the website is determined. The identification of the entity is then mapped onto one bit of a first array of bits according to a mapping function in step 503. The bit of the array of bits onto which the identification was mapped is activated accordingly (step 504).
  • In a preferred embodiment, the following mapping function H(x) is used:
  • H ( x ) = - K ln x + C M + C
  • x denotes the hashcode derived from an accessing entity. It is characterized by a number taken from an interval from 0 to M−1, e.g. by a 64-bit-value if M=264. For each interval, an array of bits having S bits is provided. The larger S is chosen, the higher is the precision of the generated statistics. Reasonable values for S lie around 1 million. The mapping function H(x) maps each entity onto a value between 0 and S−1. The mapping function possesses the property that some values are chosen more often than others, i.e. the mapping function is non-linear. C and K are constants that can be derived from the expected maximal value E of the statistical parameter to be examined and the values of S and M:
  • C = M E - 1 K = S ln E
  • With this mapping function for each entity a hash bucket H(x) is calculated and the corresponding bit is set in the array of bits. For combining the arrays of bits of the intervals, the arrays of bits can be simply combined using a logical OR-operation.
  • In another preferable embodiment of the mapping function, C for the mapping function H(x) is calculated as:
  • C = S E · ln ( 1 C )
  • For determining C, a fixed point must be calculated that can be estimated for example with
  • C = S E · ln ( E S )
  • Then, K is set as follows:
  • K = S ln ( M + C C )
  • In this embodiment, the parameter x must be uniformly distributed. Techniques for calculating x from an identification of an entity are known, for example a cryptographic hash function can be used, but also simpler hash functions will normally give satisfactory results.
  • The described mapping function exhibits in a wide range a scale-invariant quality of the estimation, if E is chosen sufficiently high. Even if E is orders of magnitude too high, the resulting precision will degrade only moderately.
  • In step 505 shown in FIG. 5, it is determined whether the end of the first interval is reached. If this is not the case, the procedure resumes with step 501. Otherwise, the procedure proceeds to step 506, in which it is determined again that the website is accessed by an entity. In step 507, an identification of the accessing entity is determined, and in step 508, this identification of the entity is mapped onto one bit of a second array of bits according to the above described mapping function. The corresponding bit of the second array of bits is activated accordingly in step 509. In step 510, it is determined whether the end of the second interval is reached. If the end is not reached yet, the procedure resumes with step 506. Otherwise, the procedure proceeds to step 511, in which the first array of bits and the second array of bits are combined using a logical OR-operation, wherein the result is written into the first array of bits. This means that after step 511, the first array of bits indicates the identifications of the entities that have accessed the website during the first and the second interval.
  • Afterwards, it is checked whether the end of the period of time has been reached in step 512. If there are further intervals, the procedure proceeds to step 513, where the second array of bits is deleted. Then, the procedure jumps back to step 506. If the end of the period of time is reached in step 512, the procedure proceeds to step 514 in which the number of the users of the website is estimated based on the first array of bits.
  • FIG. 6 shows one embodiment of a system according to the invention. The system for estimating a number of users of a website 601 comprises means for determining that the website is accessed by an entity 602, means for determining an identification of the entity that accesses the web site 603, means for storing data dependent on the identification of the entity 604, means for lossy compressing the stored data 605, and means for estimating a number of users of the website based on the stored data 606.
  • The specifications and drawings are to be regarded in an illustrative rather than a restrictive sense. It is evident that various modifications and changes may be made thereto, without departing from the scope of the invention as set forth in the claims. It is possible to combine the features described in the embodiments in a modified way for providing additional embodiments that are optimized for a certain usage scenario. As far as such modifications are readily apparent for a person skilled in the art, these modifications shall be regarded as implicitly disclosed by the above described embodiments.

Claims (22)

1. A method for estimating a number of users of a website, the method comprising:
repeatedly determining that the website is accessed by an entity;
in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing the data;
lossy compressing the stored data; and
estimating a number of users of the website based on the lossy compressed stored data.
2. The method of claim 1, further comprising:
determining a maximum amount of data to be stored;
determining a set of numbers;
repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function and storing the resulting numbers;
when the maximum amount of data to be stored is exceeded, pruning the set of numbers and deleting the stored numbers that correspond to the pruned numbers of the set of numbers;
determining a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers; and
estimating the number of users of the website based on the pruned stored data and the relation.
3. The method of claim 1, further comprising:
providing an array of bits in a storage;
repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and activating the bit of the array of bits onto which the data was mapped; and
estimating the number of users of the website based on the activated bits of the array of bits.
4. The method of claim 3, further comprising:
determining a period of time for which the number of users is to be estimated;
dividing the period of time into intervals;
providing a plurality of arrays of bits corresponding to the number of intervals;
associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used;
activating in each interval the bits of the associated array of bits according to the data dependent on the entities that access the website during the interval, such that each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval; and
after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
5. The method of claim 3 wherein the mapping function maps the data dependent on the entity based on a uniform distribution.
6. The method of claim 3 wherein the mapping function is non-linear, such that the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item.
7. The method of claim 3 wherein estimating the number of users of the website based on the activated bits of the array of bits uses a maximum likelihood analysis.
8. The method of claim 3 wherein estimating the number of users of the website based on the activated bits of the array of bits comprises:
providing an estimation function relating a number of activated bits with a number of users,
determining a number of activated bits by counting the number of activated bits of the array of bits, and
estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function.
9. The method of claim 1 wherein the data dependent on the entity is an identification of the entity.
10. A system for estimating a number of users of a website, the system comprising a data processing apparatus adapted to execute:
determining that the website is accessed by an entity;
determining data dependent on the entity that accesses the website, in reaction to the access of the website;
storing the data;
lossy compressing the stored data; and estimating a number of users of the website based on the lossy compressed stored data.
11. The system of claim 10 wherein the data processing apparatus is adapted to execute:
determining a maximum amount of data to be stored;
determining a set of numbers;
repeatedly mapping the data dependent on the entities that access the website onto a number of the set of numbers according to a mapping function;
storing the resulting numbers;
pruning the set of numbers and deleting the stored numbers that correspond to the pruned numbers of the set of numbers, when the maximum amount of data to be stored is exceeded;
determining a relation between the size of the set of the not-pruned numbers and the size of the set of the pruned numbers; and
estimating the number of users of the website based on the pruned stored data and the relation.
12. The system of claim 10 wherein the data processing apparatus comprises a storage configured to store an array of bits, the data processing apparatus being adapted to execute:
repeatedly mapping the data dependent on the entities that access the website onto one bit of the array of bits according to a mapping function and for activating the bit of the array of bits onto which the data was mapped, and
estimating the number of users of the website based on the activated bits of the array of bits.
13. The system of claim 12 wherein the data processing apparatus is adapted to execute:
determining a period of time for which the number of users is to be estimated,
dividing the period of time into intervals,
providing a plurality of arrays of bits corresponding to the number of intervals,
associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used,
activating in each interval the bits of the associated array of bits according to the data dependent on the entities that access the website during the interval, such that each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval, and
after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance.
14. The system of claim 12 wherein the mapping function maps the data dependent on the entity based on a uniform distribution.
15. The system of claim 12 wherein the mapping function is non-linear, such that the number of data items dependent on the entities that is mapped onto one bit varies in dependence on a magnitude of the data item.
16. The system of claim 12 wherein, when estimating the number of users of the website based on the activated bits of the array of bits, the data processing apparatus is adapted to use a maximum likelihood analysis.
17. The system of claim 12 wherein, when estimating the number of users of the website based on the activated bits of the array of bits, the data processing apparatus is adapted to execute:
storing an estimation function relating a number of activated bits with a number of users,
determining a number of activated bits by counting the number of activated bits of the array of bits, and
estimating the number of users of the website based on the number of activated bits of the array of bits and the estimation function.
18. The system of claim 10 wherein the data dependent on the entity is an identification of the entity.
19. A non-transitory computer readable medium having a computer program recorded therein, the computer program comprising a set of instructions which, when executed by a data processing apparatus, cause the data processing apparatus to execute:
repeatedly determining that the website is accessed by an entity;
in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing the data;
lossy compressing the stored data; and
estimating a number of users of the website based on the lossy compressed stored data.
20. A method for estimating a number of users of a website, the method comprising:
determining a period of time for which the number of users is to be estimated;
dividing the period of time into intervals;
providing a plurality of arrays of bits corresponding to the number of intervals;
associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used;
repeatedly determining that the website is accessed by an entity;
in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing the data;
in each interval, repeatedly mapping the data dependent on the entity that accesses the website during the interval onto one bit of the array of bits that is associated with the interval according to a mapping function and activating the bit of the array of bits onto which the data was mapped, such that after the end of the period of time each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval;
after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance; and
estimating the number of users of the website based on the activated bits of the array of bits.
21. A system for estimating a number of users of a website, the system comprising a data processing apparatus adapted to execute:
determining a period of time for which the number of users is to be estimated;
dividing the period of time into intervals;
providing a plurality of arrays of bits corresponding to the number of intervals;
associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used;
repeatedly determining that the website is accessed by an entity;
in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing the data;
in each interval, repeatedly mapping the data dependent on the entity that accesses the website during the interval onto one bit of the array of bits that is associated with the interval according to a mapping function and activating the bit of the array of bits onto which the data was mapped, such that after the end of the period of time each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval;
after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance; and
estimating the number of users of the website based on the activated bits of the array of bits.
22. A non-transitory computer readable medium having a computer program recorded therein, the computer program comprising a set of instructions which, when executed by a data processing apparatus, cause the data processing apparatus to execute:
determining a period of time for which the number of users is to be estimated;
dividing the period of time into intervals;
providing a plurality of arrays of bits corresponding to the number of intervals;
associating each array of bits of the plurality of arrays of bits with one interval, such that for each interval one array of bits is used;
repeatedly determining that the website is accessed by an entity;
in reaction to the access of the website, determining data dependent on the entity that accesses the website and storing the data;
in each interval, repeatedly mapping the data dependent on the entity that accesses the website during the interval onto one bit of the array of bits that is associated with the interval according to a mapping function and activating the bit of the array of bits onto which the data was mapped, such that after the end of the period of time each array of bits allows to estimate the number of users of the website that accessed the website during the associated interval;
after the end of the period of time, determining an array of bits that allows to estimate the number of users of the website that accessed the website during the period of time by combining the arrays of bits for each interval using a logical OR-operation between the bits of the arrays of bits having the same significance; and
estimating the number of users of the website based on the activated bits of the array of bits.
US14/142,343 2007-12-04 2013-12-27 Method and system for estimating a number of users of a website based on lossy compressed data Abandoned US20140114723A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/142,343 US20140114723A1 (en) 2007-12-04 2013-12-27 Method and system for estimating a number of users of a website based on lossy compressed data

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
EP07023415.8A EP2071461B1 (en) 2007-12-04 2007-12-04 Method and system for estimating a number of users of a website based on lossy compressed data
EP07023415.8 2007-12-04
PCT/EP2008/010027 WO2009071227A1 (en) 2007-12-04 2008-11-26 Method and system for estimating a number of users of a website based on lossy compressed data
US74600510A 2010-09-21 2010-09-21
US14/142,343 US20140114723A1 (en) 2007-12-04 2013-12-27 Method and system for estimating a number of users of a website based on lossy compressed data

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US12/746,005 Continuation US8635333B2 (en) 2007-12-04 2008-11-26 Method and system for estimating a number of users of a website based on lossy compressed data
PCT/EP2008/010027 Continuation WO2009071227A1 (en) 2007-12-04 2008-11-26 Method and system for estimating a number of users of a website based on lossy compressed data

Publications (1)

Publication Number Publication Date
US20140114723A1 true US20140114723A1 (en) 2014-04-24

Family

ID=39323034

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/746,005 Active 2030-11-14 US8635333B2 (en) 2007-12-04 2008-11-26 Method and system for estimating a number of users of a website based on lossy compressed data
US14/142,343 Abandoned US20140114723A1 (en) 2007-12-04 2013-12-27 Method and system for estimating a number of users of a website based on lossy compressed data

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/746,005 Active 2030-11-14 US8635333B2 (en) 2007-12-04 2008-11-26 Method and system for estimating a number of users of a website based on lossy compressed data

Country Status (4)

Country Link
US (2) US8635333B2 (en)
EP (1) EP2071461B1 (en)
ES (1) ES2622117T3 (en)
WO (1) WO2009071227A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8626901B2 (en) * 2010-04-05 2014-01-07 Comscore, Inc. Measurements based on panel and census data
US20190095964A1 (en) * 2017-09-22 2019-03-28 Go Daddy Operating Company, LLC Guidance enabled growth
JP7041607B2 (en) * 2018-10-30 2022-03-24 株式会社日立製作所 Resource management support device and resource management support method
CN109767045A (en) * 2019-01-17 2019-05-17 北京腾云天下科技有限公司 A kind of prediction technique, device, calculating equipment and the medium of loss user
US11190603B2 (en) 2019-03-15 2021-11-30 International Business Machines Corporation Intelligent sampling of data generated from usage of interactive digital properties
DE102020111559A1 (en) 2020-04-28 2021-10-28 Qreuz GmbH Procedure and system for the collection, processing and distribution of specific behavioral data regarding the interactions carried out when a visitor visits a digital offer.
CN113590890B (en) * 2021-08-04 2024-03-26 拉卡拉支付股份有限公司 Information storage method, apparatus, electronic device, storage medium, and program product

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002063102A (en) * 2000-08-16 2002-02-28 Frontline Dot Jp:Kk Log-analyzing system
US7058590B2 (en) * 2001-05-04 2006-06-06 Hewlett-Packard Development Company, L.P. System and method for generating conversion-related estimates utilizing adaptive sample size
US7185085B2 (en) * 2002-02-27 2007-02-27 Webtrends, Inc. On-line web traffic sampling
US8538969B2 (en) * 2005-06-03 2013-09-17 Adobe Systems Incorporated Data format for website traffic statistics
US8578041B2 (en) * 2005-06-03 2013-11-05 Adobe Systems Incorporated Variable sampling rates for website visitation analysis

Also Published As

Publication number Publication date
US8635333B2 (en) 2014-01-21
US20110022703A1 (en) 2011-01-27
WO2009071227A1 (en) 2009-06-11
ES2622117T3 (en) 2017-07-05
EP2071461A1 (en) 2009-06-17
EP2071461B1 (en) 2017-02-22

Similar Documents

Publication Publication Date Title
US20140114723A1 (en) Method and system for estimating a number of users of a website based on lossy compressed data
US10503408B2 (en) Deployment of an upgrade to a storage system based on correlation analysis of measurements of the storage system
JP2020123365A (en) Dynamic outlier bias reduction system and method
Wires et al. Characterizing storage workloads with counter stacks
Beaumont et al. Where will species go? Incorporating new advances in climate modelling into projections of species distributions
US7783679B2 (en) Efficient processing of time series data
Crovella et al. Explaining world wide web traffic self-similarity
US10366464B2 (en) Generating interpolated input data sets using reduced input source objects
US20130046885A1 (en) System and Method for Performing Capacity Planning for Enterprise Applications
US9294560B2 (en) System and method of analysing transfer of data over at least one network
US20200320224A1 (en) Systems and methods for obscuring data from a data source
US20120136879A1 (en) Systems and methods for filtering interpolated input data based on user-supplied or other approximation constraints
Costagliola et al. Effort estimation modeling techniques: a case study for web applications
CN110166498B (en) User category determination method and device, computer equipment and storage medium
CN110929994A (en) Enterprise associated risk analysis method, device, equipment and storage medium
Ahlmann-Eltze et al. Transformation and preprocessing of single-cell RNA-seq data
CN111125018A (en) File exception tracing method, device, equipment and storage medium
Gunawan et al. Posterior probabilities for Lorenz and stochastic dominance of Australian income distributions
US10713232B2 (en) Efficient data processing
CN114528179B (en) Data acquisition program state monitoring method, device, equipment and storage medium
US7275022B2 (en) System and method for analytically modeling data organized according to non-referred attributes
CN111881346B (en) Hot data identification method, system and related device
US20100235204A1 (en) Improved apparatus and method using a matrix repository
CN112235564B (en) Data processing method and device based on delivery channel
CN114461895A (en) Medical information pushing method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION