A facility for defining a distinguished segment of individuals within a population of individuals is described. The facility displays a prompt for user input specifying a natural-language characterization of a segment membership criterion for identifying individuals who are members of the distinguished segment. The facility then receives, in response to the displayed prompt, user input specifying a natural-language characterization of a segment membership criterion for identifying individuals who are members of the distinguished segment.
|
1. A method in a computing system, having a memory and a processor, for exploring information relating to a population, comprising:
displaying a graphical report reflecting information relating to the entire population;
in conjunction with the graphical report, displaying a control enabling a user to select a named subset of the population among a plurality of named subsets of the population;
receiving, with the processor, input indicating that the user has operated the displayed control to select a named subset of the population;
in response to receiving the input, displaying in place of the graphical report reflecting information relating to the entire population a graphical report reflecting information relating to only the selected named subset of the population;
displaying a control enabling a user to select one of a plurality of report types; and
receiving input indicating that the user has operated the displayed control to select a report type,
and wherein the displayed graphical report reflecting information relating to the entire population is of the selected report type.
4. A computer-readable storage device whose contents, if executed by a computing system, cause the computing system to explore information relating to a population by:
displaying a graphical report reflecting information relating to the entire population;
in conjunction with the graphical report, displaying a control enabling a user to select a named segment of the population among a plurality of named segments of the population;
receiving input indicating that the user has operated the displayed control to select a named segment of the population;
in response to receiving the input, displaying in place of the graphical report reflecting information relating to the entire population a graphical report reflecting information relating to only the selected named segment of the population;
displaying a control enabling a user to select one of a plurality of report types; and
receiving input indicating that the user has operated the displayed control to select a report type,
and wherein the displayed graphical report reflecting information relating to the entire population is of the selected report type.
2. The method of
3. The method of
and wherein the received user input indicates that the user has operated the displayed control to select two or more named subsets of the population,
and wherein the graphical report displayed in place of the graphical report reflecting information relating to the entire population reflects information relating to only the selected named subsets of the population.
5. The computer-readable storage device of
6. The computer-readable storage device of
and wherein the received user input indicates that the user has operated the displayed control to select two or more named subsets of the population,
and wherein the graphical report displayed in place of the graphical report reflecting information relating to the entire population reflects information relating to only the selected named subsets of the population.
|
This patent application is a continuation of U.S. patent application Ser. No. 10/870,688 entitled “USER SEGMENTATION USER INTERFACE” filed Jun. 17, 2004, now abandoned, which claims priority to U.S. Provisional Application No. 60/479,353 entitled “USER SEGMENTATION USER INTERFACE” filed on Jun. 17, 2003 and is related to U.S. patent application Ser. No. 10/870,553 entitled “USER SEGMENT POPULATION TECHNIQUES” filed concurrently herewith, which applications are hereby incorporated by reference in their entireties.
The present invention is directed to the field of analytical techniques, and, more particularly, to the field of population segmentation techniques.
Web browsing is an increasingly common behavior. When a user browses a particular web site, the operator of that web site can collect significant volumes of information about the user's interaction with the web site. As one way of deriving value from such collected user data, a web site operator may wish to divide the users that visit its web site into groups, such that the members in each group share one or more significant characteristics or behaviors. This process of dividing users into groups is termed segmentation, and the groups are called segments. As one example, one segment of users for a sporting goods web site may be those users who visited any of the pages of a section of the web site devoted to fishing in the past 2 weeks.
User data is typically stored in a database, and can be extremely voluminous for a popular web site. The process of segmenting users based on user data is called segment population. In order to perform segment population, the operator of a web site must generally write custom code to manipulate the user data stored in the database to identify the members of each segment. This is time-consuming, requires the services of a skilled programmer, and can be quite expensive.
Also, because the set of segments to be populated and the tests used to identify the members of each segment in the set are typically embodied by the custom code, if a consumer of the segments wants to specify and populate a new segment after the original custom programming is complete, additional custom code must be written.
Further, it can be inefficient to analyze data within the database in order to perform segment population. This makes it expensive to use segments, and may limit the frequency with which segments can be repopulated, in turn limiting the currency of segment populations.
In view of the aforementioned shortcomings of conventional user segmentation techniques, a facility for automatically populating segments in an efficient way based upon plain-English segment definitions that can be prepared by users other than programmers would have significant utility.
A software facility for segmenting individuals who are members of a population, such as individuals visiting one or more web sites, (“the facility”) is described. In some embodiments, the facility provides tools that enable a user who is not a programmer to define new segments and establish the tests used to automatically identify individuals who are members of the segment; takes advantage of highly-efficient techniques for processing the large quantities of data required to populate segments; and/or provides a hierarchical organization of segments that can be used to more easily and intuitively for selecting segments, such as by selecting a segment whose data is to appear in a report.
In some embodiments, the facility provides tools that enable a user who is not a programmer to define new segments and establish the tests used to automatically identify individuals who are members of the segment. These tools enable a virtually any user to define a new segment by (1) selecting plain-language characterizations of conditions, also called “clauses” from a preexisting list of conditions; (2) specifying values for any variables contained by a selected clause; and (3) selecting logical operators to be used to combine the selected clauses into a membership test for the new segment. For example, to define a new segment for male users who registered in the past week, a user may (1) select plain languages characterizations of two clauses, “User property or characteristic” and “Users who performed an Event”; (2) in the User property or characteristic clause, select a “gender” value for a “attribute” variable and a “male” value for a “value” variable; and (3) select the AND logical operator to combine the User property or characteristic and Users who performed an Event clauses into a membership test for the segment.
In some embodiments, the facility takes advantage of highly-efficient techniques for processing the large quantities of data required to populate segments. These are based upon a “column-chunking” approach, where large database tables containing data used to populate segments—also called “fact tables”—are broken into small pieces called “column chunks,” which may be loaded into memory only a few at a time as part of the process of populating segments. In particular, column chunks may be simultaneously differentiated on up to four separate bases: (1) the identity of the table from which the data in the piece is taken; (2) the identity of the column of that table from which the data in the piece is taken; (3) a date to which the data relates; and (4) an arbitrary group of users to which a user to whom the data relates belongs, such as a group of users whose user identifiers all hash to the same hash values. Because segment membership is determined on a per-user basis, column chunks for different arbitrary groups of users may be loaded with complete mutual exclusivity, reducing the amount of memory needed accommodate simultaneously-loaded data in physical memory, and/or reducing performance degradation caused by paging virtual memory contents into and out of physical memory. Additional processing techniques include a resource request model, where segments are populated using recursive asynchronous requests.
In some embodiments, the facility provides a hierarchical organization of segments that can be used to more easily and intuitively for selecting segments, such as by selecting a segment whose data is to appear in a report. The facility provides various reports that employ segments, including reports on particular user characteristics or attributes that are filtered to include only the characteristics or attributes of users in one or more segments, and reports showing information about the populations of one or more segments.
The segmentation computer system 120 typically includes one or more central processing units (“CPUs”) 130 for executing computer programs; a computer memory 140 for storing programs and data—including data structures—while they are being used; and a persistent storage device 150, such as a hard drive, for persistently storing programs and data. In particular, the storage device contains database tables 151 that contain data used by the facility to perform segment population; a database engine 152 for accessing information in the database tables; the facility 153; segment definitions 154 created by users and/or implementers of the facility; a web server 155 for use in communicating with the client computer systems; clause modules 156 each containing program and/or higher-level logic for determining whether a particular clause is satisfied; a body of clause results 157 containing information indicating, for each of one or more clauses, the users that satisfy the clause; and segment results 158 containing information indicating, for each of one or more segments, which users are members of the segment. As will be apparent to one of ordinary skill in the art, the storage device and memory may have various other contents, not shown. Further, data may be transferred between persistent storage and memory, and between individual storage devices, for purposes such as optimizing the availability of particular data and safeguarding the persistence of particular data. Placing particular data in the storage device or memory is referred to herein as “storing” the data, while moving particular data from the storage device to the memory is referred to herein as “loading” the data.
While computer systems configured as described above are typically used to support the operation of the facility, one of ordinary skill in the art will appreciate that the facility may be implemented using devices of various types and configurations, and having various components.
The display further includes a description field 982, into which the user of the facility may enter a textual description for the segment. The display further includes a select location button 990 that the user of the facility may select in order to select a location within a hierarchy used to organize defined segments. This display further includes a Save Segment button 991 that the user of the facility may select to save this segment, and a Cancel button 992 that the user of the facility may select in order to cancel creation of this segment.
Line 1011 shows that the segment is identified by the number 5. Line 1012 shows that the name of the segment is “sample segment A.” Line 1013 shows that the description of the segment is “men who registered this week.” Line 1014 shows that the segment's population strategy is recurring snapshot. Lines 1016-1022 contain the definition of the segment. Line 1016 shows that the clause shown on lines 1017-1019 is combined with the clause shown on lines 1020-1022 using the Boolean AND operator. Lines 1017-1019 show that the first clause, clause 5.1, is a clause type 1—Users who performed an event—for which the following values are specified: have, Register, one week. Lines 1020-1022 show that the second clause, clause 5.2, is a clause type 4—User property or characteristic—for which the following values are specified: Gender, equal to, M.
The facility typically generates a set of column chunks for each column, each column chunk in the set having a different hash value.
The data flow begins with a request 3001 to populate segment 5 whose definition is shown in
The request received by the segment resource handler contains information identifying the segment to be populated, such as the segment identifier constituting a reference to the segment's definition 1010. When the segment resource handler receives the request, in some embodiments it checks a cache 3011 maintained for the segment resource handler to see if the cache contains a segment result for the requested segment that can be used to satisfy the request without having to populate the segment. Where the cache does not contain a segment result that can be used to satisfy request 3001, the segment resource handler uses the segment definition to identify all of the clauses utilized in the segment definition. In the example, the segment resource handler identifies clause 5.1, which appears on lines 1017-1019 of the definition for segment 5, and clause 5.2, which appears on lines 1020-1022. Accordingly, the segment resource handler submits two requests to the clause resource handler 3092: a request 3011 for clause 5.1, and a request 3021 for clause 5.2. As noted above, these requests may be submitted either directly to the clause resource handler, or through the generic resource handler. They may be submitted asynchronously.
When the clause resource handler 3092 receives request 3011, it checks its cache 3082 to determine whether this cache contains a clause result that can be used to satisfy request 3011. Where the cache does not contain a suitable clause result, the clause resource handler uses the clause definition from the segment definition, together with metadata for the clause type referenced in the clause definition, to identify a set of column chunks needed to identify users who satisfy the clause. The clause resource handler then submits a request 3012 for this column chunk set to a column chunk set resource handler 3093. In the example, the clause resource handler determines that the column chunk set needed to process the clause are those from table 1, columns 1 and 2, dates 1 through 7, all hash values. This requested column chunk set is hereafter denoted T1 C1,2 D1-7 H*.
When the column chunk set resource handler receives request 3012, it checks its cache 3083 for column chunks among the requested set. For any column chunks not available in cache 3083, the column chunk resource handler retrieves these column chunks 3013 from the file system files 3094 where they were stored during the column chunking process. In the example, column chunks 2200, 2300, 2600, and 2700 are retrieved for hash value 1; column chunks 2400, 2500, 2800, and 2900 are retrieved for hash value 2; and additional column chunks (not shown) are retrieved for the remaining hash values shown in the hash columns for instances of table T1, such as hash column 1600 in
The column chunk set resource handler assembles retrieved column chunks 3013 into a column chunk set 3014 satisfying request 3012, and passes this column chunk set back to the clause resource handler. In step 3015, the clause resource handler invokes a routine that executes against the returned column chunk set 3014 in order to evaluate the clause for each user. The clause resource handler typically selects a routine optimized specifically for evaluating clauses of the same type as the requested clause. The clause resource handler passes the clause result 3016 generated in this manner back to the segment resource handler. In some embodiments, the clause result is a bit array containing a bit for each user that indicates whether or not the user satisfies the clause.
When the segment resource handler receives clause result 3016, it combines this clause result in 3031 with any other clauses defined within the segment definition for the requested segment. In the example, the result 3016 for clause 5.1 is combined with a clause result for clause 5.2.
When the clause resource handler receives request 3021 for clause 5.2, it determines that, because the clause depends upon user properties or characteristics contained in a single database table of manageable size, a result can be generated efficiently for this clause without reference to any column chunks by issuing a database query against the database table containing this user property or characteristic information. Accordingly, the clause resource handler issues a database query 3022 for this clause. The database query is directed to database engine 152. The database query is a query against table T3, shown in
It should be noted that a segment definition may include any number of clauses that the clause resource handler generates using column chunk sets, direct database queries, or other clause evaluation techniques. Clauses generated by the clause resource handler in any of these manners may be combined by the segment resource handler in order to generate a segment result.
While the flow diagrams discussed above depict their steps sequentially in a particular sequence and in a synchronous mode of execution for the sake of clarity, those skilled in the art will appreciate that these steps may be performed in a variety of a different manners. For instance, the steps may be performed in a different order, parallelized, performed asynchronously, etc.
The user of the facility may go on to select a new user type or segment from user type and segment list box 3720, and the report contents will instead be filtered by that user type or segment. The user of the facility may also modify date range fields to change the date range reflected by the report's contents, such as a frequency field 3741, and a date range field 3742. When the user of the facility enters values in these fields, the facility updates the report to reflect the newly-specified date range.
It will be appreciated by those skilled in the art that the above-described facility may be straightforwardly adapted or extended in various ways. While the foregoing description makes reference to preferred embodiments, the scope of the invention is defined solely by the claims that follow and the elements recited therein.
Basko, Roman, Uppala, Radha Krishna, Carlisle, Jason, Kumar, Prasana, Jayachandaran, Umachandar
Patent | Priority | Assignee | Title |
10922317, | Apr 25 2019 | Braze, Inc. | Systems and methods for determining if a user is a member of a defined segment |
11755601, | Apr 25 2019 | BRAZE, INC | Systems and methods for determining if a user is a member of a defined segment |
8229783, | Dec 12 2006 | Liberty Peak Ventures, LLC | Identifying industry segments with highest potential for new customers or new spending for current customers |
9171093, | Jun 03 2005 | Adobe Systems Incorporated | User interface providing summary information or a status pane in a web analytics tool |
9372900, | Aug 08 2008 | Adobe Inc | Method and system for processing measurement data for website statistics |
9787787, | Aug 08 2008 | Adobe Inc | Method and system for processing measurement data for website statistics |
Patent | Priority | Assignee | Title |
5530939, | Sep 29 1994 | TTI Inventions C LLC | Method and system for broadcasting and querying a database using a multi-function module |
5721831, | Jun 03 1994 | NCR Corporation | Method and apparatus for recording results of marketing activity in a database of a bank, and for searching the recorded results |
5742806, | Jan 31 1994 | Sun Microsystems, Inc | Apparatus and method for decomposing database queries for database management system including multiprocessor digital data processing system |
5870746, | Oct 12 1995 | NCR Corporation | System and method for segmenting a database based upon data attributes |
6003036, | Feb 12 1998 | Interval-partitioning method for multidimensional data | |
6061658, | May 14 1998 | GOOGLE LLC | Prospective customer selection using customer and market reference data |
6078891, | Nov 24 1997 | Method and system for collecting and processing marketing data | |
6112186, | Jun 30 1995 | Microsoft Technology Licensing, LLC | Distributed system for facilitating exchange of user information and opinion using automated collaborative filtering |
6272472, | Dec 29 1998 | Intel Corporation | Dynamic linking of supplier web sites to reseller web sites |
6374263, | Jul 19 1999 | International Business Machines Corporation | System for maintaining precomputed views |
6377993, | Sep 26 1997 | Verizon Patent and Licensing Inc | Integrated proxy interface for web based data management reports |
6430539, | May 06 1999 | CALLAHAN CELLULAR L L C | Predictive modeling of consumer financial behavior |
6609131, | Sep 27 1999 | Oracle International Corporation | Parallel partition-wise joins |
6615258, | Nov 01 1997 | Verizon Patent and Licensing Inc | Integrated customer interface for web based data management |
6629102, | Jul 28 2000 | SAP SE | Efficiently updating a key table during outline restructure of a multi-dimensional database |
6694322, | Jun 29 2000 | International Business Machines Corporation | Caching scheme for multi-dimensional data |
6785666, | Jul 11 2000 | REVENUE SCIENCE, INC | Method and system for parsing navigation information |
6839682, | May 06 1999 | CALLAHAN CELLULAR L L C | Predictive modeling of consumer financial behavior using supervised segmentation and nearest-neighbor matching |
6873981, | Jul 11 2000 | REVENUE SCIENCE, INC | Method and system for parsing navigation information |
6892347, | Sep 16 1999 | CustomerSat.com, Inc. | Techniques for monitoring user activities at a web site and for initiating an action when the user exits from the web site |
6917972, | Jul 11 2000 | REVENUE SCIENCE, INC | Parsing navigation information to identify occurrences corresponding to defined categories |
6993529, | Jun 01 2001 | REVENUE SCIENCE, INC | Importing data using metadata |
7003476, | Dec 29 1999 | General Electric Capital Corporation | Methods and systems for defining targeted marketing campaigns using embedded models and historical data |
7035925, | Dec 05 2001 | Revenue Science, Inc. | Parsing navigation information to identify interactions based on the times of their occurrences |
7107338, | Dec 05 2001 | REVENUE SCIENCE, INC | Parsing navigation information to identify interactions based on the times of their occurrences |
7117193, | Jul 11 2000 | REVENUE SCIENCE, INC | Parsing navigation information to identify occurrences of events of interest |
7120666, | Oct 30 2002 | RIVERBED TECHNOLOGY LLC | Transaction accelerator for client-server communication systems |
7165037, | Oct 03 2000 | CALLAHAN CELLULAR L L C | Predictive modeling of consumer financial behavior using supervised segmentation and nearest-neighbor matching |
7188334, | Nov 20 2001 | TERADATA US, INC | Value-ordered primary index and row hash match scan |
7197517, | Sep 25 2002 | International Business Machines Corporation | Systems, methods, and computer program products to display and select hierarchical database segments and fields |
7231612, | Nov 16 1999 | RAKUTEN, INC | Computer-executable method for improving understanding of business data by interactive rule manipulation |
7370342, | Jun 12 1998 | THOMSON LICENSING, S A S | Method and apparatus for delivery of targeted video programming |
7464122, | Jul 11 2000 | Revenue Science, Inc. | Parsing navigation information to identify occurrences of events of interest |
7493312, | Nov 30 2001 | Microsoft Technology Licensing, LLC | Media agent |
7676467, | Apr 14 2005 | AUDIENCESCIENCE INC | User segment population techniques |
20020082901, | |||
20020095421, | |||
20020099691, | |||
20030014304, | |||
20030028509, | |||
20030074348, | |||
20030101451, | |||
20030163438, | |||
20030204447, | |||
20030216966, | |||
20040088376, | |||
20040116783, | |||
20040172400, | |||
20040181554, | |||
20040230947, | |||
20050015571, | |||
20050033771, | |||
20050086243, | |||
20050159996, | |||
20050203888, | |||
20050240468, | |||
20060041548, | |||
20060069719, | |||
20060112222, | |||
20060143684, | |||
20060155605, | |||
20060190333, | |||
20060235764, | |||
20060277585, | |||
20080097822, | |||
20080189232, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 07 2005 | BASKO, ROMAN | REVENUE SCIENCE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022626 | /0135 | |
Mar 07 2005 | CARLISLE, JASON | REVENUE SCIENCE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022626 | /0135 | |
Mar 08 2005 | KUMAR, PRASANA | REVENUE SCIENCE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022626 | /0135 | |
Mar 08 2005 | JAYACHANDARAN, UMACHANDAR | REVENUE SCIENCE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022626 | /0135 | |
Mar 08 2005 | UPPALA, KRISHNA | REVENUE SCIENCE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022626 | /0135 | |
Jan 22 2009 | REVENUE SCIENCE, INC | AUDIENCESCIENCE INC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 024111 | /0001 | |
Mar 20 2009 | AudienceScience Inc. | (assignment on the face of the patent) | / | |||
Feb 17 2010 | AUDIENCESCIENCE INC | Silicon Valley Bank | SECURITY AGREEMENT | 024096 | /0172 | |
Oct 11 2011 | AUDIENCESCIENCE, INC | GOLD HILL CAPITAL 2008, LP | SECURITY AGREEMENT | 027047 | /0780 | |
Nov 16 2011 | AUDIENCESCIENCE INC | Silicon Valley Bank | SECURITY AGREEMENT | 027256 | /0756 | |
Sep 11 2015 | GOLD HILL CAPITAL 2008, LP | AUDIENCESCIENCE, INC | RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS | 036587 | /0489 | |
Sep 22 2015 | AUDIENCESCIENCE INC | ORIX VENTURES, LLC | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 036654 | /0640 |
Date | Maintenance Fee Events |
Jul 22 2015 | M2551: Payment of Maintenance Fee, 4th Yr, Small Entity. |
Jul 25 2019 | M2552: Payment of Maintenance Fee, 8th Yr, Small Entity. |
Jul 26 2023 | M2553: Payment of Maintenance Fee, 12th Yr, Small Entity. |
Date | Maintenance Schedule |
Feb 07 2015 | 4 years fee payment window open |
Aug 07 2015 | 6 months grace period start (w surcharge) |
Feb 07 2016 | patent expiry (for year 4) |
Feb 07 2018 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 07 2019 | 8 years fee payment window open |
Aug 07 2019 | 6 months grace period start (w surcharge) |
Feb 07 2020 | patent expiry (for year 8) |
Feb 07 2022 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 07 2023 | 12 years fee payment window open |
Aug 07 2023 | 6 months grace period start (w surcharge) |
Feb 07 2024 | patent expiry (for year 12) |
Feb 07 2026 | 2 years to revive unintentionally abandoned end. (for year 12) |