US20190279230A1 - Online Content Delivery Based on Information from Social Networks - Google Patents

Online Content Delivery Based on Information from Social Networks Download PDF

Info

Publication number
US20190279230A1
US20190279230A1 US16/426,490 US201916426490A US2019279230A1 US 20190279230 A1 US20190279230 A1 US 20190279230A1 US 201916426490 A US201916426490 A US 201916426490A US 2019279230 A1 US2019279230 A1 US 2019279230A1
Authority
US
United States
Prior art keywords
users
user
content object
content
interaction
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
US16/426,490
Inventor
Jeffrey B. Winner
Nicholas Galbreath
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.)
Meta Platforms Inc
Original Assignee
Facebook Inc
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 Facebook Inc filed Critical Facebook Inc
Priority to US16/426,490 priority Critical patent/US20190279230A1/en
Publication of US20190279230A1 publication Critical patent/US20190279230A1/en
Assigned to META PLATFORMS, INC. reassignment META PLATFORMS, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: FACEBOOK, INC.
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

Definitions

  • 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.
  • 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.
  • 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.
  • FIG. 1 is a diagram that conceptually represents the relationships between members in a social network
  • FIG. 2 is a block diagram illustrating the system for managing an online social network
  • FIG. 3 is a sample log for tracking the display and click history of a particular ad
  • FIG. 4 is a sample adjacency list that is maintained by the graph servers used in the system for managing an online social network
  • FIG. 5 is a sample table of click-through rates that have been computed for certain attributes
  • FIG. 6 illustrates in a tabular form the method by which click probabilities for several ads are calculated for a member
  • FIG. 7 illustrates in a tabular form the method by which an ad is selected for delivery to a member
  • FIG. 8 is a flow diagram that illustrates the method by which an ad is selected for delivery to a member.
  • 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.
  • 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.
  • FIG. 1 is a graph representation of a social network centered on a given individual (ME). Other members of this social network include A-U whose position, relative to ME's, is referred to by the degree of separation between ME and each other member. Friends of ME, which includes A, B, and C, are separated from ME by one degree of separation (1 d/s). A friend of a friend of ME is separated from ME by 2 d/s. As shown, D, E, F and G are each separated from ME by 2 d/s. A friend of a friend of a friend of ME is separated from ME by 3 d/s. FIG. 1 depicts all nodes separated from ME by more than 3 degrees of separation as belonging to the category ALL.
  • 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.
  • 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.
  • FIG. 2 is a block diagram illustrating a system for managing an online social network.
  • FIG. 2 illustrates a computer system 100 , including an application server 200 and distributed graph servers 300 .
  • the computer system 100 is connected to a network 400 , e.g., the Internet, and accessible over the network by a plurality of computers, which are collectively designated as 500 .
  • a network 400 e.g., the Internet
  • 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.
  • 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 .
  • FIG. 3 is a sample log for tracking the display and click history of an ad having the ad identifier LINK1. The log shows the member ID of the member to whom the ad was displayed, whether there was a click or no click, and, if there was a click, the time stamp of that click.
  • 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.
  • RAM random access memory
  • FIG. 4 A sample adjacency list that reflects the social network map of FIG. 1 is shown in FIG. 4 .
  • a list item is generated for each member and contains a member identifier for that member and member identifier(s) corresponding to friend(s) of that member.
  • an adjacency matrix or any other graph data structure may be used.
  • the graph servers 300 and related components are described in U.S. Pat. No. 8,572,221, filed May 26, 2004, which is incorporated by reference.
  • 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.
  • CTRs click-through rates
  • the age groups and income groups may be defined in different ways as well.
  • a particular member may also predefine custom groups, e.g., C & D (group consisting of just member C and member D).
  • the system may track the behavior of the members with respect to other members and define the custom groups for the members.
  • 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.
  • 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).
  • 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.
  • FIG. 6 shows that the click probability for member ME with respect to ad LINK1 is 0.077, with respect to ad LINK is 0.010, with respect to ad LINK3 is 0.011, and with respect to ad LINK4 is 0.041.
  • FIG. 7 is a sample table showing revenues expected to be earned from different ads (LINK1, LINK2, LINK3, LINK4) as a result of member ME's predicted online behavior.
  • the expected revenue for each of the ads is derived by multiplying the click probability computed for that ad with the per click revenue figure stored in the ad database 240 for that ad.
  • FIG. 8 is a flow diagram that illustrates the method by which an ad is selected for delivery to the member ME.
  • the CTRs for a first set of groups defined with respect to particular attributes and a second set of groups defined with respect to the member ME are computed for each of the online ads stored in the ad database 240 .
  • the maximum CTR is selected as the estimated probability that member ME will click on that online ad.
  • the expected revenues from displaying the online ads to member ME are estimated by multiplying the estimated probability for each of the online ads with the per-click revenue associated with that ad.
  • the online ad with the highest estimated expected revenue is selected for delivery to member ME.
  • 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.
  • the selection of one or more ads to be delivered to the member is based on the expected revenue of all the ads.
  • 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).
  • 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.
  • the batch process is preferred so that ads can be served more quickly to the members.

Landscapes

  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

In one embodiment, a social-networking system identifies a first plurality of users of the online social network, wherein the first plurality of users each share one or more user attributes, accesses, from a tracking database, tracking information of online activities of the first plurality of users with respect to a plurality of content objects, each content object having an associated stored value, calculates, for each content object, a first probability of interaction with the content object by the first plurality of users based on the accessed tracking information, calculates, for each content object, an expected value based on the associated stored value and the first probability of interaction, and sends, to a client device of a first user of the first plurality of users, one or more of the content objects based on the calculated expected values.

Description

    PRIORITY
  • 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.
  • TECHNICAL FIELD
  • 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.
  • BACKGROUND
  • 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.
  • SUMMARY OF PARTICULAR EMBODIMENTS
  • 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.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • 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.
  • FIG. 1 is a diagram that conceptually represents the relationships between members in a social network;
  • FIG. 2 is a block diagram illustrating the system for managing an online social network;
  • FIG. 3 is a sample log for tracking the display and click history of a particular ad;
  • FIG. 4 is a sample adjacency list that is maintained by the graph servers used in the system for managing an online social network;
  • FIG. 5 is a sample table of click-through rates that have been computed for certain attributes;
  • FIG. 6 illustrates in a tabular form the method by which click probabilities for several ads are calculated for a member;
  • FIG. 7 illustrates in a tabular form the method by which an ad is selected for delivery to a member; and
  • FIG. 8 is a flow diagram that illustrates the method by which an ad is selected for delivery to a member.
  • DESCRIPTION OF EXAMPLE 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.
  • FIG. 1 is a graph representation of a social network centered on a given individual (ME). Other members of this social network include A-U whose position, relative to ME's, is referred to by the degree of separation between ME and each other member. Friends of ME, which includes A, B, and C, are separated from ME by one degree of separation (1 d/s). A friend of a friend of ME is separated from ME by 2 d/s. As shown, D, E, F and G are each separated from ME by 2 d/s. A friend of a friend of a friend of ME is separated from ME by 3 d/s. FIG. 1 depicts all nodes separated from ME by more than 3 degrees of separation as belonging to the category ALL.
  • 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.
  • FIG. 2 is a block diagram illustrating a system for managing an online social network. As shown, FIG. 2 illustrates a computer system 100, including an application server 200 and distributed graph servers 300. The computer system 100 is connected to a network 400, e.g., the Internet, and accessible over the network by a plurality of computers, which are collectively designated as 500.
  • 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. FIG. 3 is a sample log for tracking the display and click history of an ad having the ad identifier LINK1. The log shows the member ID of the member to whom the ad was displayed, whether there was a click or no click, and, if there was a click, the time stamp of that click.
  • 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 FIG. 1 is shown in FIG. 4. A list item is generated for each member and contains a member identifier for that member and member identifier(s) corresponding to friend(s) of that member. As an alternative to the adjacency list, an adjacency matrix or any other graph data structure may be used. The graph servers 300 and related components are described in U.S. Pat. No. 8,572,221, filed May 26, 2004, which is incorporated by reference.
  • 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. FIG. 5 shows CTRs relating to groups within the online social network that are defined with respect to certain attributes. These groups include: gender=male, gender=female, age<30, age=30+, interest=music, interest=cooking, interest=travel. Additional groups may be defined, e.g., location=94043, marital status=single, annual income<$100,000, annual income=$100,000+. The age groups and income groups may be defined in different ways as well.
  • FIG. 6 additionally shows CTRs relating to groups within the social network that are defined with respect to the member ME. These groups include: d/s=1 (members who are friends of ME), d/s=2 (members who are friends of friends of ME), and d/s=3 (members who are friends of friends of friends of ME). Additional groups may be defined, e.g., d/s=4. Combination groups may be defined, e.g., d/s=1 & interest=music (members who are friends of ME and whose expressed interest includes music).
  • 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. FIG. 6 shows that the click probability for member ME with respect to ad LINK1 is 0.077, with respect to ad LINK is 0.010, with respect to ad LINK3 is 0.011, and with respect to ad LINK4 is 0.041. FIG. 6 also shows the CTRs for the groups defined with respect to attributes that member ME does not possess (e.g., gender=female, age<30, interest=cooking, and interest=travel) noted as N/A. The CTRs associated with these groups are not considered when estimating member ME's click probability with respect to each of the ads.
  • After the click probabilities are estimated in the manner described above, expected revenues are derived from the click probabilities. FIG. 7 is a sample table showing revenues expected to be earned from different ads (LINK1, LINK2, LINK3, LINK4) as a result of member ME's predicted online behavior. The expected revenue for each of the ads is derived by multiplying the click probability computed for that ad with the per click revenue figure stored in the ad database 240 for that ad.
  • FIG. 8 is a flow diagram that illustrates the method by which an ad is selected for delivery to the member ME. In Step 810, the CTRs for a first set of groups defined with respect to particular attributes and a second set of groups defined with respect to the member ME are computed for each of the online ads stored in the ad database 240. In Step 820, for each of the online ads, the maximum CTR is selected as the estimated probability that member ME will click on that online ad. In Step 830, the expected revenues from displaying the online ads to member ME are estimated by multiplying the estimated probability for each of the online ads with the per-click revenue associated with that ad. In Step 840, the online ad with the highest estimated expected revenue is selected for delivery to member ME.
  • 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.

Claims (20)

What is claimed is:
1. A method comprising, by one or more computing systems of an online social network:
identifying a first plurality of users of the online social network, wherein the first plurality of users each share one or more user attributes;
accessing, from a tracking database, tracking information of online activities of the first plurality of users with respect to a plurality of content objects, each content object having an associated stored value;
calculating, for each content object, a first probability of interaction with the content object by the first plurality of users based on the accessed tracking information;
calculating, for each content object, an expected value based on the associated stored value and the first probability of interaction; and
sending, to a client device of a first user of the first plurality of users, one or more of the content objects based on the calculated expected values.
2. The method of claim 1, wherein the user attributes comprise one or more of age, gender, location, hometown, interests, relationship status, or income.
3. The method of claim 1, wherein the first plurality of users have previously influenced the online activities of the first user.
4. The method of claim 1, wherein the first plurality of users are members of a predefined custom group.
5. The method of claim 1, wherein the first plurality of users are friends of the first user on the online social network.
6. The method of claim 1, further comprising:
accessing a social graph comprising a plurality of nodes and a plurality of edges connecting the nodes, wherein each node corresponds to a user of the online social network, wherein each edge between two nodes represents a single degree of separation between the two nodes, and wherein a degree of separation between any two nodes is a minimum number of edges required to traverse the social graph data from one user node to the other.
7. The method of claim 6, wherein the node corresponding to the first user is within a threshold degree of separation of the nodes corresponding to each other user of the first plurality of users.
8. The method of claim 1, wherein the one or more content objects sent to the client device of the first user comprise content objects having expected values greater than a threshold expected value.
9. The method of claim 8, wherein the one or more content objects sent to the client device of the first user further comprise content objects having expected values below a threshold expected value and first probabilities of interaction greater than a threshold probability of interaction.
10. The method of claim 1, further comprising:
identifying a second plurality of users of the online social network, wherein the second plurality of users each share one or more user attributes;
accessing, from a tracking database, tracking information of online activities of the second plurality of users with respect to the plurality of content objects; and
calculating, for each content object, a second probability of interaction with the content object by the second plurality of users based on the accessed tracking information.
11. The method of claim 10, wherein calculating the expected value for each content object is based on the associated stored value and the greater of the first probability of interaction and the second probability of interaction.
12. The method of claim 11, wherein the one or more content objects sent to the client device of the first user comprise content objects having expected values greater than a threshold value.
13. The method of claim 12, wherein the one or more content objects sent to the client device of the first user further comprise content objects having expected values below a threshold value and a first probability of interaction or a second probability of interaction greater than a threshold probability of interaction.
14. The method of claim 1, wherein the one or more content objects are sent to the client device of the first user in response to a request to access a home page of the online social network associated with the first user.
15. The method of claim 1, wherein one or more of the content objects sent to the client device of the first user comprises a hyperlink associated with the respective content object.
16. The method of claim 15, wherein each hyperlink associated with the content object may be selected by the first user to access third-party content associated with the content object on a third-party website external to the online social network.
17. The method of claim 15, wherein the one or more content objects sent to the client device of the first user further comprises one or more of:
an image associated with the content object;
a text associated with the content object;
a content type indicator; or
a content object identifier.
18. The method of claim 1, further comprising:
receiving, from the client device of the first user, an indication of one or more interactions with one or more of the content objects sent to the client device of the first user; and
updating the tracking information of the first user from the tracking database based on the interactions.
19. A system comprising: one or more processors; and a memory coupled to the processors comprising instructions executable by the processors, the processors operable when executing the instructions to:
identify a first plurality of users of the online social network, wherein the first plurality of users each share one or more user attributes;
access, from a tracking database, tracking information of online activities of the first plurality of users with respect to a plurality of content objects, each content object having an associated stored value;
calculate, for each content object, a first probability of interaction with the content object by the first plurality of users based on the accessed tracking information;
calculate, for each content object, an expected value based on the associated stored value and the first probability of interaction; and
send, to a client device of a first user of the first plurality of users, one or more of the content objects based on the calculated expected values.
20. One or more computer-readable non-transitory storage media embodying software that is operable when executed to:
identify a first plurality of users of the online social network, wherein the first plurality of users each share one or more user attributes;
access, from a tracking database, tracking information of online activities of the first plurality of users with respect to a plurality of content objects, each content object having an associated stored value;
calculate, for each content object, a first probability of interaction with the content object by the first plurality of users based on the accessed tracking information;
calculate, for each content object, an expected value based on the associated stored value and the first probability of interaction; and
send, to a client device of a first user of the first plurality of users, one or more of the content objects based on the calculated expected values.
US16/426,490 2004-06-14 2019-05-30 Online Content Delivery Based on Information from Social Networks Abandoned US20190279230A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/426,490 US20190279230A1 (en) 2004-06-14 2019-05-30 Online Content Delivery Based on Information from Social Networks

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/867,844 US10373173B2 (en) 2004-06-14 2004-06-14 Online content delivery based on information from social networks
US16/426,490 US20190279230A1 (en) 2004-06-14 2019-05-30 Online Content Delivery Based on Information from Social Networks

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/867,844 Continuation US10373173B2 (en) 2004-06-14 2004-06-14 Online content delivery based on information from social networks

Publications (1)

Publication Number Publication Date
US20190279230A1 true US20190279230A1 (en) 2019-09-12

Family

ID=35461818

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/867,844 Active 2033-03-05 US10373173B2 (en) 2004-06-14 2004-06-14 Online content delivery based on information from social networks
US16/426,490 Abandoned US20190279230A1 (en) 2004-06-14 2019-05-30 Online Content Delivery Based on Information from Social Networks

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/867,844 Active 2033-03-05 US10373173B2 (en) 2004-06-14 2004-06-14 Online content delivery based on information from social networks

Country Status (1)

Country Link
US (2) US10373173B2 (en)

Families Citing this family (96)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246221A1 (en) * 2004-02-13 2005-11-03 Geritz William F Iii Automated system and method for determination and reporting of business development opportunities
US8572221B2 (en) * 2004-05-26 2013-10-29 Facebook, Inc. System and method for managing an online social network
US7788260B2 (en) * 2004-06-14 2010-08-31 Facebook, Inc. Ranking search results based on the frequency of clicks on the search results by members of a social network who are within a predetermined degree of separation
US7904337B2 (en) 2004-10-19 2011-03-08 Steve Morsa Match engine marketing
US20060293950A1 (en) * 2005-06-28 2006-12-28 Microsoft Corporation Automatic ad placement
CA2615659A1 (en) * 2005-07-22 2007-05-10 Yogesh Chunilal Rathod Universal knowledge management and desktop search system
US7475072B1 (en) 2005-09-26 2009-01-06 Quintura, Inc. Context-based search visualization and context management using neural networks
US7620607B1 (en) 2005-09-26 2009-11-17 Quintura Inc. System and method for using a bidirectional neural network to identify sentences for use as document annotations
US8676781B1 (en) * 2005-10-19 2014-03-18 A9.Com, Inc. Method and system for associating an advertisement with a web page
US8571930B1 (en) 2005-10-31 2013-10-29 A9.Com, Inc. Strategies for determining the value of advertisements using randomized performance estimates
US20070260520A1 (en) 2006-01-18 2007-11-08 Teracent Corporation System, method and computer program product for selecting internet-based advertising
US20070192181A1 (en) * 2006-02-10 2007-08-16 Microsoft Corporation Automatically modifying web pages to integrate advertising without changing UI
US7529795B2 (en) 2006-03-20 2009-05-05 Stragent, Llc Message board aggregator
US7747745B2 (en) 2006-06-16 2010-06-29 Almondnet, Inc. Media properties selection method and system based on expected profit from profile-based ad delivery
US8280758B2 (en) 2006-06-19 2012-10-02 Datonics, Llc Providing collected profiles to media properties having specified interests
US8874592B2 (en) 2006-06-28 2014-10-28 Microsoft Corporation Search guided by location and context
US9396269B2 (en) * 2006-06-28 2016-07-19 Microsoft Technology Licensing, Llc Search engine that identifies and uses social networks in communications, retrieval, and electronic commerce
US9141704B2 (en) 2006-06-28 2015-09-22 Microsoft Technology Licensing, Llc Data management in social networks
US20080004959A1 (en) * 2006-06-30 2008-01-03 Tunguz-Zawislak Tomasz J Profile advertisements
US8930204B1 (en) 2006-08-16 2015-01-06 Resource Consortium Limited Determining lifestyle recommendations using aggregated personal information
US8121915B1 (en) 2006-08-16 2012-02-21 Resource Consortium Limited Generating financial plans using a personal information aggregator
JP2008052494A (en) * 2006-08-24 2008-03-06 Sony Corp Network analysis support device and method, program, and recording medium
US7647351B2 (en) 2006-09-14 2010-01-12 Stragent, Llc Web scrape template generation
US8103547B2 (en) * 2006-09-18 2012-01-24 Microsoft Corporation Logocons: AD product for brand advertisers
US20080126411A1 (en) * 2006-09-26 2008-05-29 Microsoft Corporation Demographic prediction using a social link network
US7805406B2 (en) 2006-10-27 2010-09-28 Xystar Technologies, Inc. Cross-population of virtual communities
US20080109480A1 (en) * 2006-11-02 2008-05-08 David Brophy Relationship management for marketing communications
US9071729B2 (en) 2007-01-09 2015-06-30 Cox Communications, Inc. Providing user communication
US8806532B2 (en) 2007-01-23 2014-08-12 Cox Communications, Inc. Providing a user interface
US8418204B2 (en) 2007-01-23 2013-04-09 Cox Communications, Inc. Providing a video user interface
US8869191B2 (en) 2007-01-23 2014-10-21 Cox Communications, Inc. Providing a media guide including parental information
US9135334B2 (en) * 2007-01-23 2015-09-15 Cox Communications, Inc. Providing a social network
US8789102B2 (en) 2007-01-23 2014-07-22 Cox Communications, Inc. Providing a customized user interface
US8224298B2 (en) 2007-02-05 2012-07-17 Boadin Technology, LLC Systems and methods for mobile media services utilizing a short form command structure
US7437370B1 (en) * 2007-02-19 2008-10-14 Quintura, Inc. Search engine graphical interface using maps and images
US20080228544A1 (en) * 2007-03-15 2008-09-18 Bd Metrics Method and system for developing an audience of buyers and obtaining their behavioral preferences using event keywords
US8356035B1 (en) 2007-04-10 2013-01-15 Google Inc. Association of terms with images using image similarity
US20080270151A1 (en) * 2007-04-26 2008-10-30 Bd Metrics Method and system for developing an audience of buyers and obtaining their behavioral preferences to promote commerce on a communication network
US7904461B2 (en) 2007-05-01 2011-03-08 Google Inc. Advertiser and user association
US8055664B2 (en) 2007-05-01 2011-11-08 Google Inc. Inferring user interests
US7853622B1 (en) 2007-11-01 2010-12-14 Google Inc. Video-related recommendations using link structure
US8041082B1 (en) 2007-11-02 2011-10-18 Google Inc. Inferring the gender of a face in an image
US8924465B1 (en) 2007-11-06 2014-12-30 Google Inc. Content sharing based on social graphing
US8117225B1 (en) 2008-01-18 2012-02-14 Boadin Technology, LLC Drill-down system, method, and computer program product for focusing a search
US8117242B1 (en) 2008-01-18 2012-02-14 Boadin Technology, LLC System, method, and computer program product for performing a search in conjunction with use of an online application
US20110161827A1 (en) * 2008-03-05 2011-06-30 Anastasia Dedis Social media communication and contact organization
US20090327928A1 (en) * 2008-03-05 2009-12-31 Anastasia Dedis Method and System Facilitating Two-Way Interactive Communication and Relationship Management
US9069575B2 (en) 2008-03-25 2015-06-30 Qualcomm Incorporated Apparatus and methods for widget-related memory management
US9747141B2 (en) * 2008-03-25 2017-08-29 Qualcomm Incorporated Apparatus and methods for widget intercommunication in a wireless communication environment
US9110685B2 (en) 2008-03-25 2015-08-18 Qualcomm, Incorporated Apparatus and methods for managing widgets in a wireless communication environment
US9269059B2 (en) * 2008-03-25 2016-02-23 Qualcomm Incorporated Apparatus and methods for transport optimization for widget content delivery
US9600261B2 (en) 2008-03-25 2017-03-21 Qualcomm Incorporated Apparatus and methods for widget update scheduling
US8180754B1 (en) 2008-04-01 2012-05-15 Dranias Development Llc Semantic neural network for aggregating query searches
US20090319359A1 (en) * 2008-06-18 2009-12-24 Vyrl Mkt, Inc. Social behavioral targeting based on influence in a social network
US7961986B1 (en) 2008-06-30 2011-06-14 Google Inc. Ranking of images and image labels
US8131458B1 (en) 2008-08-22 2012-03-06 Boadin Technology, LLC System, method, and computer program product for instant messaging utilizing a vehicular assembly
US8190692B1 (en) 2008-08-22 2012-05-29 Boadin Technology, LLC Location-based messaging system, method, and computer program product
US8078397B1 (en) 2008-08-22 2011-12-13 Boadin Technology, LLC System, method, and computer program product for social networking utilizing a vehicular assembly
US8265862B1 (en) 2008-08-22 2012-09-11 Boadin Technology, LLC System, method, and computer program product for communicating location-related information
US8073590B1 (en) 2008-08-22 2011-12-06 Boadin Technology, LLC System, method, and computer program product for utilizing a communication channel of a mobile device by a vehicular assembly
US20110137736A1 (en) * 2008-10-21 2011-06-09 Soza Harry R Using social network activity to characterize viewers across multiple internet activities
US20110131095A1 (en) * 2008-10-21 2011-06-02 Soza Harry R Social network-driven cooperative characterization with non-social network sites
US20110131100A1 (en) * 2008-10-21 2011-06-02 Soza Harry R Outside-in social network communication and promotion
US20110131145A1 (en) * 2008-10-21 2011-06-02 Soza Harry R Measuring engagement activities initiated by electronic word-of mouth referrals in social networks
US8489458B2 (en) * 2009-02-24 2013-07-16 Google Inc. Rebroadcasting of advertisements in a social network
US20100257023A1 (en) * 2009-04-07 2010-10-07 Facebook, Inc. Leveraging Information in a Social Network for Inferential Targeting of Advertisements
US20100280965A1 (en) * 2009-04-30 2010-11-04 Nokia Corporation Method and apparatus for intuitive management of privacy settings
US9135640B2 (en) * 2009-05-12 2015-09-15 Google Inc. Distributing content
US20100306249A1 (en) * 2009-05-27 2010-12-02 James Hill Social network systems and methods
US8306922B1 (en) 2009-10-01 2012-11-06 Google Inc. Detecting content on a social network using links
US8311950B1 (en) 2009-10-01 2012-11-13 Google Inc. Detecting content on a social network using browsing patterns
US8886650B2 (en) * 2009-11-25 2014-11-11 Yahoo! Inc. Algorithmically choosing when to use branded content versus aggregated content
US8973049B2 (en) 2009-12-04 2015-03-03 Cox Communications, Inc. Content recommendations
JP5171854B2 (en) * 2010-02-09 2013-03-27 日立ビークルエナジー株式会社 Lithium secondary battery
US8832749B2 (en) 2010-02-12 2014-09-09 Cox Communications, Inc. Personalizing TV content
US20110202406A1 (en) * 2010-02-16 2011-08-18 Nokia Corporation Method and apparatus for distributing items using a social graph
WO2011101858A1 (en) 2010-02-22 2011-08-25 Yogesh Chunilal Rathod A system and method for social networking for managing multidimensional life stream related active note(s) and associated multidimensional active resources & actions
US20110264522A1 (en) * 2010-04-26 2011-10-27 Webjuice, LLC Direct targeting of advertisements to social connections in a social network environment
US10643221B1 (en) 2010-08-11 2020-05-05 Amazon Technologies, Inc. Amateur advertisement network with revenue sharing
US8789117B2 (en) 2010-08-26 2014-07-22 Cox Communications, Inc. Content library
US8364013B2 (en) 2010-08-26 2013-01-29 Cox Communications, Inc. Content bookmarking
US9167302B2 (en) 2010-08-26 2015-10-20 Cox Communications, Inc. Playlist bookmarking
US8478697B2 (en) * 2010-09-15 2013-07-02 Yahoo! Inc. Determining whether to provide an advertisement to a user of a social network
US20120143701A1 (en) * 2010-12-01 2012-06-07 Google Inc. Re-publishing content in an activity stream
WO2012092396A2 (en) * 2010-12-28 2012-07-05 Google Inc. Targeting an aggregate group
WO2012092390A2 (en) 2010-12-28 2012-07-05 Google Inc. Evaluating user activity in social environments
US9021364B2 (en) 2011-05-31 2015-04-28 Microsoft Technology Licensing, Llc Accessing web content based on mobile contextual data
US20130246195A1 (en) * 2012-03-19 2013-09-19 Eric Z. Berry Systems and methods for image engagement analysis
US8909646B1 (en) 2012-12-31 2014-12-09 Google Inc. Pre-processing of social network structures for fast discovery of cohesive groups
JP6062251B2 (en) * 2013-01-11 2017-01-18 株式会社ソニー・インタラクティブエンタテインメント Information processing apparatus, information processing method, portable terminal, and server
US9344515B2 (en) * 2013-12-10 2016-05-17 Cisco Technology, Inc. Social-driven precaching of accessible objects
US9197751B2 (en) * 2014-03-26 2015-11-24 Genesys Telecommunications Laboratories, Inc. Rules-based compliance system
US10892968B2 (en) * 2015-12-18 2021-01-12 Google Llc Systems and methods for latency reduction in content item interactions using client-generated click identifiers
US10348845B2 (en) 2016-04-28 2019-07-09 International Business Machines Corporation Method and system to identify data and content delivery on a cellular network using a social network
US10277650B1 (en) 2016-05-12 2019-04-30 Google Llc Parallel execution of request tracking and resource delivery
CN107437189B (en) * 2016-05-25 2021-01-08 腾讯科技(深圳)有限公司 Promotion information releasing method, device and system

Family Cites Families (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6175831B1 (en) 1997-01-17 2001-01-16 Six Degrees, Inc. Method and apparatus for constructing a networking database and system
US5950200A (en) 1997-01-24 1999-09-07 Gil S. Sudai Method and apparatus for detection of reciprocal interests or feelings and subsequent notification
US5978768A (en) 1997-05-08 1999-11-02 Mcgovern; Robert J. Computerized job search system and method for posting and searching job openings via a computer network
US6073105A (en) 1997-06-13 2000-06-06 Tele-Publishing, Inc. Interactive personals online network method and apparatus
US6052122A (en) 1997-06-13 2000-04-18 Tele-Publishing, Inc. Method and apparatus for matching registered profiles
US6061681A (en) 1997-06-30 2000-05-09 Movo Media, Inc. On-line dating service for locating and matching people based on user-selected search criteria
US5963951A (en) 1997-06-30 1999-10-05 Movo Media, Inc. Computerized on-line dating service for searching and matching people
US6269369B1 (en) 1997-11-02 2001-07-31 Amazon.Com Holdings, Inc. Networked personal contact manager
NL1009376C1 (en) 1998-06-11 1998-07-06 Boardwalk Ag Data system for providing relationship patterns between people.
AU3951599A (en) 1998-06-11 1999-12-30 Boardwalk Ag System, method, and computer program product for providing relational patterns between entities
US6236975B1 (en) * 1998-09-29 2001-05-22 Ignite Sales, Inc. System and method for profiling customers for targeted marketing
US6363427B1 (en) 1998-12-18 2002-03-26 Intel Corporation Method and apparatus for a bulletin board system
US6366962B1 (en) 1998-12-18 2002-04-02 Intel Corporation Method and apparatus for a buddy list
US6907566B1 (en) * 1999-04-02 2005-06-14 Overture Services, Inc. Method and system for optimum placement of advertisements on a webpage
US6466975B1 (en) * 1999-08-23 2002-10-15 Digital Connexxions Corp. Systems and methods for virtual population mutual relationship management using electronic computer driven networks
US6408309B1 (en) 2000-02-23 2002-06-18 Dinesh Agarwal Method and system for creating an interactive virtual community of famous people
US8799208B2 (en) * 2000-03-07 2014-08-05 E-Rewards, Inc. Method and system for evaluating, reporting, and improving on-line promotion effectiveness
US6539232B2 (en) 2000-06-10 2003-03-25 Telcontar Method and system for connecting mobile users based on degree of separation
US6542748B2 (en) 2000-06-10 2003-04-01 Telcontar Method and system for automatically initiating a telecommunications connection based on distance
US6735568B1 (en) 2000-08-10 2004-05-11 Eharmony.Com Method and system for identifying people who are likely to have a successful relationship
US20020099605A1 (en) * 2000-10-06 2002-07-25 Searchcactus, Llc Search engine with demographic-based advertising
US20020069116A1 (en) * 2000-12-01 2002-06-06 Zentaro Ohashi E-commerce referral tracking method and system
US20020178166A1 (en) * 2001-03-26 2002-11-28 Direct411.Com Knowledge by go business model
WO2002082214A2 (en) * 2001-04-06 2002-10-17 Predictive Media Corporation Method and apparatus for identifying unique client users from user behavioral data
US6925433B2 (en) * 2001-05-09 2005-08-02 International Business Machines Corporation System and method for context-dependent probabilistic modeling of words and documents
KR100488676B1 (en) * 2001-08-08 2005-05-11 주식회사 디비엠유컨설팅 Magiccode and advertisement and marketing method of internet site using the same
US20030130887A1 (en) * 2001-10-03 2003-07-10 Thurston Nathaniel Non-deterministic method and system for the optimization of a targeted content delivery
EA200400873A1 (en) 2001-12-28 2005-12-29 Джеффри Джэймс Джонас REAL-TIME DATA STORAGE
US7370002B2 (en) * 2002-06-05 2008-05-06 Microsoft Corporation Modifying advertisement scores based on advertisement response probabilities
US20040034601A1 (en) 2002-08-16 2004-02-19 Erwin Kreuzer System and method for content distribution and reselling
US20040098743A1 (en) * 2002-11-15 2004-05-20 Koninklijke Philips Electronics N.V. Prediction of ratings for shows not yet shown
US20040144301A1 (en) 2003-01-24 2004-07-29 Neudeck Philip G. Method for growth of bulk crystals by vapor phase epitaxy
US7472110B2 (en) * 2003-01-29 2008-12-30 Microsoft Corporation System and method for employing social networks for information discovery
US7885849B2 (en) * 2003-06-05 2011-02-08 Hayley Logistics Llc System and method for predicting demand for items
US7263607B2 (en) * 2003-06-12 2007-08-28 Microsoft Corporation Categorizing electronic messages based on trust between electronic messaging entities
US7069308B2 (en) * 2003-06-16 2006-06-27 Friendster, Inc. System, method and apparatus for connecting users in an online computer system based on their relationships within social networks
US20050010470A1 (en) * 2003-07-09 2005-01-13 Annette Marino Collaborative marketing mangement systems
US9928522B2 (en) * 2003-08-01 2018-03-27 Oath (Americas) Inc. Audience matching network with performance factoring and revenue allocation
US8464290B2 (en) * 2003-08-01 2013-06-11 Tacoda, Inc. Network for matching an audience with deliverable content
US20050144069A1 (en) * 2003-12-23 2005-06-30 Wiseman Leora R. Method and system for providing targeted graphical advertisements
US8010459B2 (en) * 2004-01-21 2011-08-30 Google Inc. Methods and systems for rating associated members in a social network
US20050222987A1 (en) 2004-04-02 2005-10-06 Vadon Eric R Automated detection of associations between search criteria and item categories based on collective analysis of user activity data
US20050222967A1 (en) * 2004-04-04 2005-10-06 Micha Adir Periodic restructuring and repositioning of multi level marketing matrix hierarchy system
US7689452B2 (en) * 2004-05-17 2010-03-30 Lam Chuck P System and method for utilizing social networks for collaborative filtering
US7668957B2 (en) * 2004-06-30 2010-02-23 Microsoft Corporation Partitioning social networks

Also Published As

Publication number Publication date
US20050278443A1 (en) 2005-12-15
US10373173B2 (en) 2019-08-06

Similar Documents

Publication Publication Date Title
US20190279230A1 (en) Online Content Delivery Based on Information from Social Networks
US9703879B2 (en) Graph server querying for managing social network information flow
US8131733B2 (en) System and method for targeted Ad delivery
US9576016B2 (en) Targeting stories based on influencer scores
US8135833B2 (en) Computer program product and method for estimating internet traffic
US8447643B2 (en) System and method for collecting and distributing reviews and ratings
US7890451B2 (en) Computer program product and method for refining an estimate of internet traffic
US9710555B2 (en) User profile stitching
US20160171103A1 (en) Systems and Methods for Gathering, Merging, and Returning Data Describing Entities Based Upon Identifying Information
US8954580B2 (en) Hybrid internet traffic measurement using site-centric and panel data
US10776817B2 (en) Selecting content for presentation to an online system user based on categories associated with content items
US20110055017A1 (en) System and method for semantic based advertising on social networking platforms
JP2008524701A (en) Audience harmony network for performance disaggregation and revenue allocation
US11810155B1 (en) Maintaining a product graph network based on customer purchase history
KR101730982B1 (en) Method and device for calculating share viral index and method and device for providing contents based on share viral index
KR20230071014A (en) Platform server for supporting item information sharing

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

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

AS Assignment

Owner name: META PLATFORMS, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:FACEBOOK, INC.;REEL/FRAME:058553/0802

Effective date: 20211028