The present invention generally relates to online content management, and more specifically, to a system and method for managing online content delivery based on information from a person's social network.
Various statistical models have been used to make predictions about the future behavior and interests of users in an online environment. Online booksellers have used collaborative filtering techniques to recommend books that may be of interest to their customers based on the purchasing behavior of their other customers with similar interests and demographics.
Statistical models, including those based on collaborative filtering techniques, are, however, imperfect, and more accurate predictors are desired on many fronts. Sellers want them so that they can recommend more relevant products to their customers. Advertisers want them so that they can present more relevant ads to their audience. Web site operators want them so that they can deliver more relevant content to their visitors.
The present invention provides a method for preparing or selecting relevant content for delivery to a member of a network. The selection is based, in part, on prior online activities of the other members of the network, and the closeness of the member's relationship with the other members of the network.
The relevant content may be an online ad that is selected from a number of candidate online ads based on click-through rates of groups within the online social network that are predefined with respect to the member or with respect to certain attributes. A predefined group contains one or more members of the network and may be any of the following: a group containing all members who are friends of the member; a group containing all members who are friends of friends of the member; a group containing all members who are friends of friends of friends of the member; a group containing members who have expressed a particular interest (e.g., music, cooking, travel, etc.), and a group containing members who fit a particular demographic (e.g., gender, age group, income level, ethnicity, etc.).
An online ad's revenue-generating potential may be considered in the selection process. For example, an online ad that has a high per-click revenue associated therewith is to be preferred in the selection process over an online ad that has a lower per-click revenue associated therewith, assuming that the probability of the member clicking on either online ad is the same. Certain online ads may be displayed without considering the per-click revenue associated therewith. For example, an invitation to purchase a particular item, e.g., a particular book, may be delivered to a member if the probability of the member clicking on that invitation is greater than a set threshold.
So that the manner in which the above recited features of the present invention can be understood in detail, a more particular description of the invention briefly summarized above may be had by reference to embodiments, some of which are illustrated in the appended drawings. It is to be noted, however, that the appended drawings illustrate only typical embodiments of this invention and are therefore not to be considered limiting of its scope, for the invention may admit to other equally effective embodiments.
A social network is generally defined by the relationships among groups of individuals, and may include relationships ranging from casual acquaintances to close familial bonds. A social network may be represented using a graph structure. Each node of the graph corresponds to a member of the social network. Edges connecting two nodes represent a relationship between two individuals. In addition, the degree of separation between any two nodes is defined as the minimum number of hops required to traverse the graph from one node to the other. A degree of separation between two members is a measure of relatedness between the two members.
Degrees of separation in a social network are defined relative to an individual. For example, in ME's social network, H and ME are separated by 2 d/s, whereas in G's social network, H and G are separated by only 1 d/s. Accordingly, each individual will have their own set of first, second and third degree relationships.
As those skilled in the art understand, an individual's social network may be extended to include nodes to an Nth degree of separation. As the number of degrees increases beyond three, however, the number of nodes typically grows at an explosive rate and quickly begins to mirror the ALL set.
The application server 200 manages a member database 210, a relationship database 220, a search database 230, an ad database, and a CTR database 250.
The member database 210 contains profile information for each of the members in the online social network managed by the computer system 100. The profile information may include, among other things: a unique member identifier, name, age (e.g., <30 years old or 30 years old and older), gender (male or female), location, hometown, a pointer to an image file, listing of interests and other attributes (e.g., music, cooking, travel), etc. The profile information also includes VISIBILITY and CONTACTABILITY settings, the uses of which are described in U.S. Pat. No. 8,010,458, filed May 26, 2004, which is incorporated by reference. The relationship database 220 stores information relating to the first degree relationships between members. In addition, the contents of the member database 210 are indexed and optimized for search, and stored in the search database 230. The member database 210, the relationship database 220, and the search database 230 are updated to reflect inputs of new member information and edits of existing member information that are made through the computers 500.
The ad database 240 contains ad information about banner ads, paid links, and specific product ads that are served by the application server 200. The ad information includes for each ad: a unique ad identifier, advertiser identifier, URL of the advertiser, click-through revenue, hyperlink to an image or text that contains the ad content, ad type indicator (e.g., 1=banner ad, 2=paid link, 3=product ad), file address of the log that contains the display and click history of the ad, and other typical information require to display the ad and to track the traffic on the ad.
The member database 210, the relationship database 220, and the search database 230 are updated to reflect inputs of new member information and edits of existing member information that are made through the computers 500. The ad database 240 is updated to reflect inputs of new ad information and edits of existing ad information that are made by a third party or the operator of the online social network through the computers 500 or a dedicated computer (not shown) connected to the computer system 100.
The application server 200 also manages the information exchange requests that it receives from the remote computers 500. The graph servers 300 receive a query from the application server 200, process the query and return the query results to the application server 200. The graph servers 300 manage a representation of the social network for all the members in the member database. The graph servers 300 have a dedicated memory device 310, such as a random access memory (RAM), in which an adjacency list that indicates all first degree relationships in the social network is stored.
A sample adjacency list that reflects the social network map of
The CTR database 250 stores, for each ad in the ad database 240, a set of click-through rates (CTRs) relating to groups within the online social network that are defined with respect to certain attributes, and to groups within the online social network that are defined with respect to a particular member.
A particular member may also predefine custom groups, e.g., C & D (group consisting of just member C and member D). Alternatively, the system may track the behavior of the members with respect to other members and define the custom groups for the members. As one example, a custom group for ME is populated with those members whose online activities in the past have influenced (i.e., have predicted well) the online activities of member ME.
The CTRs for a particular ad is computed using the display and click history for that ad. In general, CTR=(number of clicks)/(number of times displayed). The CTR for a group defined with respect to a particular attribute=(number of clicks by members who possess that particular attribute)/(number of times displayed to members who possess that particular attribute). The CTR for a group defined with respect to a particular member=(number of clicks by members who belong in that group)/(number of times displayed to members who belong in that group). For example, the CTR for member ME's d/s=1 group=(number of clicks by members who are friends of ME)/(number of times displayed to members who are friends of ME).
The click probability for a member with respect to any particular ad is estimated as the maximum of the CTRs computed for that member with respect to the particular ad.
After the click probabilities are estimated in the manner described above, expected revenues are derived from the click probabilities.
Ads are selected by the computer system 100 and delivered to the computers 500 for display at the computers 500. The ads may be delivered, for example, in response to a member logging on and accessing his or her home page. In one embodiment of the invention, the selection of one or more ads to be delivered to the member is based on the expected revenue of all the ads. For example, the system may be designed to deliver only the ad with the highest expected revenue, or alternatively, ads that are in the top N in expected revenue (where N>1). In another embodiment of the invention, the selection of one or more ads to be delivered to the member is based on the click probability. If the click probability is above a certain threshold, e.g., 0.50, the ad is to be delivered without regard to what the expected revenue is.
The computations of the CTRs, click probabilities, and expected revenues may be performed in real-time or off-line as a batch process. However, the batch process is preferred so that ads can be served more quickly to the members.
While particular embodiments according to the invention have been illustrated and described above, it will be clear that the invention can take a variety of forms and embodiments within the scope of the appended claims.
This application is a continuation under 35 U.S.C. § 120 of U.S. patent application Ser. No. 10/867,844, filed 14 Jun. 2004, which is incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 10867844 | Jun 2004 | US |
Child | 16426490 | US |