Movatterモバイル変換


[0]ホーム

URL:


US20150095137A1 - System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure - Google Patents

System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure
Download PDF

Info

Publication number
US20150095137A1
US20150095137A1US14/498,860US201414498860AUS2015095137A1US 20150095137 A1US20150095137 A1US 20150095137A1US 201414498860 AUS201414498860 AUS 201414498860AUS 2015095137 A1US2015095137 A1US 2015095137A1
Authority
US
United States
Prior art keywords
data
accounts
online
account
entity
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/498,860
Inventor
Victor Vincent Savelli
Shawn Timothy Spieth
Kyle Allen Nelson
Powell McVay Kinney
Eric Jonathan Swayne
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.)
U-Mvpindex LLC
Original Assignee
Stout Partners LP
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 Stout Partners LPfiledCriticalStout Partners LP
Priority to US14/498,860priorityCriticalpatent/US20150095137A1/en
Assigned to Stout Partners LPreassignmentStout Partners LPASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: KINNEY, POWELL MCVAY, NELSON, KYLE ALLEN, SAVELLI, VICTOR VINCENT, SPIETH, SHAWN TIMOTHY, SWAYNE, ERIC JONATHAN
Assigned to MVPINDEX INC.reassignmentMVPINDEX INC.CERTIFICATE OF CONVERSIONAssignors: Stout Partners LP
Publication of US20150095137A1publicationCriticalpatent/US20150095137A1/en
Assigned to U-MVPINDEX LLCreassignmentU-MVPINDEX LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MVPINDEX INC.
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Embodiments described herein can be employed in a social media analytics platform to monitor which data has been acquired for entities from online sites at which entities may maintain an account, including social media platforms by continually moderating, coordinating or scheduling requests for data retrieval across the online sites to substantially maximize the data pulled from each site, and the freshness of that data, given any imposed rate limits associated with those online sites without slowing or idling the social media analytics platform. This results in increased efficiencies in time and expense and a simultaneous reduction in the number of errors received from the online sites, as the analytics platform can spread out requests over time and fully utilize parallel update processes in a way that respects the rate limiting while still improving freshness of data given that rate limiting.

Description

Claims (18)

What is claimed is:
1. A system, comprising:
a social media analytics platform coupled to each of one of more online sites over a network, wherein the one or more online sites include at least one social media site and each online site provides a proprietary interface for requesting data from that online site,
the social media analytics platform configured with a plurality of entities, each entity having an account at each of the online sites, wherein the social media analytics platform is further configured such that each of the one of more online sites is associated with rate limiting data defining a number of requests and a time period for that online site, and the social media analytics platform comprises:
a data store storing a historical snapshot for each account for each entity, wherein each historical snapshot is associated with a timestamp;
a database manager operable to determine a final number of accounts that were least recently updated by:
determining at least one online site of the one or more online sites for which a rate limit has not been reached based on the rate limiting data associated with each online site;
identifying a number of accounts associated with each of the at least one online site that were least recently updated;
identifying a final number of accounts associated from the number of accounts associated with each of the at least one online site;
an update process module operable to update the data store with values associated with accounts of entities by:
determining a plurality of accounts to update from the final number of accounts, where each account of the plurality of accounts is associated with an entity of the plurality of entities and one of the online sites;
for each account of the plurality of accounts:
forming a request for a plurality of data points associated with the online site associated with the account, wherein the request conforms to the proprietary interface provided by that online site and requests values for the plurality of data points associated with the online site for the entity associated with the account;
sending the request to the online site associated with the account over the network;
receiving a response to the request, where the response includes a value returned by the associated online site for each of the plurality of data points associated with the online site associated with the account; and
storing the value for each of the plurality of data points received from the online site as a historical snapshot in the data store in association with the entity and the account.
2. The system ofclaim 1, wherein the data store includes a management module operable for determining the at least one online site for which a rate limit has not been reached by:
for each of the at least one online sites:
accessing the rate limiting data associated with the online site;
accessing a plurality of snapshots of historical data obtained from that online site in the data store;
determining, based on the timestamps associated with the plurality of snapshots from that online site, if the number of requests defined by the rate limiting data for that online site exceeds the number of snapshots from that online site during a previous time period equal to the time period defined by the rate limiting data; and
identifying the online site as one of the at least one online sites for which a rate limit has not been reached if the number of requests defined by the rate limiting data exceeds the number of snapshots from that online site during the previous time period.
3. The system ofclaim 2, wherein the management module is operable to determine the final number of accounts by:
for each of the identified online sites for which a rate limit has not been reached, identifying a number of accounts in the data store associated with that online site that have been least recently updated; and
sorting all the accounts identified for all the online sites according to the timestamp associated with each account to determine the final number of accounts from all the accounts identified for all the online sites that were least recently updated.
4. The system ofclaim 3, wherein the number of accounts associated with that online site are identified by:
accessing all the accounts associated with that online site in the data store;
determining, based on the timestamps associated with the snapshots of historical data associated with accounts of that online site, the number of accounts that were least recently updated.
5. The system ofclaim 4, wherein the plurality of accounts are selected randomly from the final number of accounts.
6. The system ofclaim 5, wherein the number of the plurality of accounts to update selected is based on a number of available slots for a dispatch queue maintained by the update process module.
7. The system ofclaim 1, wherein the update process module is one of a plurality of update process modules operating simultaneously to update the data store with values associated with the accounts of entities.
8. The system ofclaim 7, wherein each update process module is operable to reserve the plurality of accounts to update by marking each of the plurality of accounts in the data store.
9. The system ofclaim 1, wherein the update process module is operable to update the data store with values for the plurality of data points for the plurality of entities by:
determining that the online site associated with the account is a search provider site;
accessing the data store to determine a set of search terms associated with each of a set of conversation categories; and
accessing the data store to determine a name associated with the entity, wherein forming the request for the plurality of data points associated with the online site associated with the account includes a request for values for each conversation category based on the search terms for the conversation category and the name of the entity.
10. A method, comprising:
in a social media analytics platform coupled to each of one of more online sites over a network, wherein the one or more online sites include at least one social media site and each online site provides a proprietary interface for requesting data from that online site, and the social media analytics platform configured with a plurality of entities, each entity having an account at each of the online sites, wherein the social media analytics platform is further configured such that each of the one of more online sites is associated with rate limiting data defining a number of requests and a time period for that online site, and the social media analytics platform:
storing a historical snapshot for each account for each entity, wherein each historical snapshot is associated with a timestamp;
determining a final number of accounts that were least recently updated, wherein determining the final number of accounts comprises:
determining at least one online site of the one or more online sites for which a rate limit has not been reached based on the rate limiting data associated with each online site;
identifying a number of accounts associated with each of the at least one online site that were least recently updated; and
identifying a final number of accounts associated from the number of accounts associated with each of the at least one online site;
updating a data store with values associated with accounts of entities, wherein updating the data store comprises:
determining a plurality of accounts to update from the final number of accounts, where each account of the plurality of accounts is associated with an entity of the plurality of entities and one of the online sites;
for each account of the plurality of accounts:
forming a request for a plurality of data points associated with the online site associated with the account, wherein the request conforms to the proprietary interface provided by that online site and requests values for the plurality of data points associated with the online site for the entity associated with the account;
sending the request to the online site associated with the account over the network;
receiving a response to the request, where the response includes a value returned by the associated online site for each of the plurality of data points associated with the online site associated with the account; and
storing the value for each of the plurality of data points received from the online site as a historical snapshot in the data store in association with the entity and the account.
11. The method ofclaim 10, wherein determining the at least one online site for which a rate limit has not been reached comprises:
for each of the at least one online sites:
accessing the rate limiting data associated with the online site;
accessing a plurality of snapshots of historical data obtained from that online site in the data store;
determining, based on the timestamps associated with the plurality of snapshots from that online site, if the number of requests defined by the rate limiting data for that online site exceeds the number of snapshots from that online site during a previous time period equal to the time period defined by the rate limiting data; and
identifying the online site as one of the at least one online sites for which a rate limit has not been reached if the number of requests defined by the rate limiting data exceeds the number of snapshots from that online site during the previous time period.
12. The method ofclaim 11, wherein determining the final number of accounts comprises:
for each of the identified online sites for which a rate limit has not been reached, identifying a number of accounts in the data store associated with that online site that have been least recently updated; and
sorting all the accounts identified for all the online sites according to the timestamp associated with each account to determine the final number of accounts from all the accounts identified for all the online sites that were least recently updated.
13. The method ofclaim 12, wherein the number of accounts associated with that online site are identified by:
accessing all the accounts associated with that online site in the data store;
determining, based on the timestamps associated with the snapshots of historical data associated with accounts of that online site, the number of accounts that were least recently updated.
14. The method ofclaim 13, wherein the plurality of accounts are selected randomly from the final number of accounts.
15. The method ofclaim 14, wherein the number of the plurality of accounts to update selected is based on a number of available slots for a dispatch queue maintained by the update process module.
16. The method ofclaim 10, wherein updating a data store is done by a plurality of update process modules operating simultaneously to update the data store with values associated with the accounts of entities.
17. The method ofclaim 16, wherein each update process module is operable to reserve the plurality of accounts to update by marking each of the plurality of accounts in the data store.
18. The method ofclaim 10, wherein updating the data store with values for the plurality of data points for the plurality of entities comprises:
determining that the online site associated with the account is a search provider site;
accessing the data store to determine a set of search terms associated with each of a set of conversation categories; and
accessing the data store to determine a name associated with the entity, wherein forming the request for the plurality of data points associated with the online site associated with the account includes a request for values for each conversation category based on the search terms for the conversation category and the name of the entity.
US14/498,8602013-09-272014-09-26System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposureAbandonedUS20150095137A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US14/498,860US20150095137A1 (en)2013-09-272014-09-26System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201361883801P2013-09-272013-09-27
US14/498,860US20150095137A1 (en)2013-09-272014-09-26System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure

Publications (1)

Publication NumberPublication Date
US20150095137A1true US20150095137A1 (en)2015-04-02

Family

ID=52741030

Family Applications (4)

Application NumberTitlePriority DateFiling Date
US14/498,860AbandonedUS20150095137A1 (en)2013-09-272014-09-26System and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure
US14/498,840Active2037-01-21US10049371B2 (en)2013-09-272014-09-26System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US16/032,412ActiveUS10311453B2 (en)2013-09-272018-07-11System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US16/390,683AbandonedUS20190251579A1 (en)2013-09-272019-04-22System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure

Family Applications After (3)

Application NumberTitlePriority DateFiling Date
US14/498,840Active2037-01-21US10049371B2 (en)2013-09-272014-09-26System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US16/032,412ActiveUS10311453B2 (en)2013-09-272018-07-11System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US16/390,683AbandonedUS20190251579A1 (en)2013-09-272019-04-22System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure

Country Status (5)

CountryLink
US (4)US20150095137A1 (en)
EP (1)EP3050286A4 (en)
AU (1)AU2014324654A1 (en)
CA (1)CA2925616A1 (en)
WO (2)WO2015048557A1 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20150229579A1 (en)*2014-02-102015-08-13Qamal Kosim-SatyaputraSystems and methods for api rate limiting and distribution
US20150262314A1 (en)*2014-03-142015-09-17RedFinger, Inc.Social networking system and method
US20160239569A1 (en)*2015-02-182016-08-18Ubunifu, LLCDynamic search set creation in a search engine
US20160277231A1 (en)*2015-03-182016-09-22Wipro LimitedSystem and method for synchronizing computing platforms
US20170109839A1 (en)*2015-10-142017-04-20SUM Entertainment, Inc.Artist Discovery System
US20180089323A1 (en)*2016-09-282018-03-29Shijie YANMethod of Credit on the Social Network Site
US20180181579A1 (en)*2014-12-312018-06-28Quest SoftwareEmail and identity migration based on relationship information
CN108363736A (en)*2018-01-192018-08-03国家测绘地理信息局第三地形测量队A kind of storage method, device and the storage system of line entity
US10049371B2 (en)2013-09-272018-08-14Mvpindex, Inc.System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US20180255046A1 (en)*2015-02-242018-09-06Nelson A. CicchittoMethod and apparatus for a social network score system communicably connected to an id-less and password-less authentication system
US10083454B2 (en)2015-01-302018-09-25Microsoft Technology Licensing, LlcSocial network content item federation based on item utility value
US20190311386A1 (en)*2018-04-042019-10-10You And 2, LlcMethod and system for incentivizing charitable contributions
CN111163327A (en)*2019-12-312020-05-15广州酷狗计算机科技有限公司Method and device for counting number of online accounts
US20200160357A1 (en)*2016-12-072020-05-21The Nielsen Company (Us), LlcMethods, systems and apparatus to improve the efficiency of calculating a customer retention rate
US11122034B2 (en)2015-02-242021-09-14Nelson A. CicchittoMethod and apparatus for an identity assurance score with ties to an ID-less and password-less authentication system
US11171941B2 (en)2015-02-242021-11-09Nelson A. CicchittoMobile device enabled desktop tethered and tetherless authentication
US20230016916A1 (en)*2021-06-302023-01-19Opendorse, Inc.System and method for determining activity pricing
US20230077428A1 (en)*2021-08-192023-03-16Proven Performance Technology, Inc.Predictive recovery and performance analysis systems and methods
US20230195798A1 (en)*2018-06-062023-06-22Zeetogroup, LlcUtility based inquiry selection in a streaming data pipeline
US20230283820A1 (en)*2015-10-122023-09-07The Nielsen Company (Us), LlcMethods and apparatus to identify co-relationships between media using social media

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9224095B2 (en)2012-04-132015-12-29Sprout Social Inc.System and methods for generating optimal post times for social networking sites
US10949459B2 (en)*2013-06-132021-03-16John F. GroomAlternative search methodology
US9667732B2 (en)*2013-11-192017-05-30ShareRocket, Inc.Systems and methods for the assessment of social media performance
US10482545B2 (en)*2014-01-022019-11-19Katherine Elizabeth AndersonUser management of subscriptions to multiple social network platforms
CN105593367A (en)*2015-06-112016-05-18深圳市第二人民医院CRISPR-Cas9 specificity pig SLA-1 gene knockout method and sgRNA used for specific targeting SLA-1 gene
US10673887B2 (en)*2015-10-282020-06-02Qomplx, Inc.System and method for cybersecurity analysis and score generation for insurance purposes
US10853863B2 (en)*2016-01-302020-12-01Walmart Apollo, LlcSystems and methods for browse facet ranking
CN109863143B (en)2016-07-132021-10-15威泰克斯制药公司Methods, compositions and kits for improving genome editing efficiency
EP3519982A4 (en)*2016-09-292020-04-15Thomson Reuters Enterprise Centre GmbHSystems and methods for providing a social media knowledge base
US10841257B1 (en)*2016-10-252020-11-17Twitter, Inc.Determining engagement scores for sub-categories in a digital domain by a computing system
US10548185B2 (en)2017-06-232020-01-28At&T Mobility Ii LlcFacilitating integrated management of connected assets that utilize different technologies and that are located across disparate wireless communications networks
US11263274B2 (en)*2017-10-032022-03-01Global Tel*Link CorporationLinking and monitoring of offender social media
BR112020014140A2 (en)2018-01-172020-12-01Vertex Pharmaceuticals Incorporated dna-pk inhibitors
EP3740480B1 (en)2018-01-172024-03-06Vertex Pharmaceuticals IncorporatedDna-pk inhibitors
EP3740483B1 (en)2018-01-172023-01-11Vertex Pharmaceuticals IncorporatedQuinoxalinone compounds, compositions, methods, and kits for increasing genome editing efficiency
US10719566B1 (en)*2018-05-172020-07-21Facebook, Inc.Determining normalized ratings for content items from a group of users offsetting user bias in ratings of content items received from users of the group
US10997192B2 (en)2019-01-312021-05-04Splunk Inc.Data source correlation user interface
US10754638B1 (en)2019-04-292020-08-25Splunk Inc.Enabling agile functionality updates using multi-component application
US11151125B1 (en)2019-10-182021-10-19Splunk Inc.Efficient updating of journey instances detected within unstructured event data
US11115284B1 (en)*2020-03-312021-09-07Atlassian Pty Ltd.Techniques for dynamic rate-limiting
US11269876B1 (en)2020-04-302022-03-08Splunk Inc.Supporting graph data structure transformations in graphs generated from a query to event data
TWI752546B (en)*2020-07-092022-01-11多利曼股份有限公司Evaluation system and evaluation method
US11741131B1 (en)*2020-07-312023-08-29Splunk Inc.Fragmented upload and re-stitching of journey instances detected within event data
US12125410B1 (en)2023-10-172024-10-22edYouApparatus and method for data ingestion for user specific outputs of one or more machine learning models
US12387234B2 (en)*2023-12-292025-08-12Ravneet SinghSystem and method to evaluate engagement score of a social media post

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5842196A (en)*1996-04-031998-11-24Sybase, Inc.Database system with improved methods for updating records
US20100262592A1 (en)*2005-05-312010-10-14Brawer Sascha BWeb Crawler Scheduler that Utilizes Sitemaps from Websites
US20120317227A1 (en)*2000-02-142012-12-13Bettinger David SInternet news compensation system
US20130204940A1 (en)*2012-02-032013-08-08Patrick A. KinselSystem and method for determining relevance of social content

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20120272134A1 (en)*2002-02-062012-10-25Chad SteelbergApparatus, system and method for a media enhancement widget
US8943039B1 (en)*2006-08-252015-01-27Riosoft Holdings, Inc.Centralized web-based software solution for search engine optimization
US8285700B2 (en)2007-09-072012-10-09Brand Affinity Technologies, Inc.Apparatus, system and method for a brand affinity engine using positive and negative mentions and indexing
US20130304818A1 (en)*2009-12-012013-11-14Topsy Labs, Inc.Systems and methods for discovery of related terms for social media content collection over social networks
US20120131013A1 (en)2010-11-192012-05-24Cbs Interactive Inc.Techniques for ranking content based on social media metrics
US20130035982A1 (en)*2011-08-042013-02-07Pitney Bowes Inc.Method and system for creating targeted advertising utilizing social media activity
US8291016B1 (en)2011-08-302012-10-16Moontoast, LLCSystem and method of social commerce analytics for social networking data and related transactional data
US20130173368A1 (en)*2011-09-292013-07-04Gregory BoutinSystem and methods for popularity and influence indicators and commercial incentives based on object-related social network referrals
EP2795839A4 (en)*2011-12-212015-07-29Engagement Labs IncSystem and method for measuring and improving the efficiency of social media campaigns
AU2013214801B2 (en)*2012-02-022018-06-21Visa International Service AssociationMulti-source, multi-dimensional, cross-entity, multimedia database platform apparatuses, methods and systems
US8620718B2 (en)*2012-04-062013-12-31Unmetric Inc.Industry specific brand benchmarking system based on social media strength of a brand
EP2842057A4 (en)*2012-04-232015-09-09Hewlett Packard Development CoInfluence scores for social media profiles
US20130339109A1 (en)*2012-05-222013-12-19Brand Affinity Technologies, Inc.System and method for providing celebrity endorsed content
US9705963B2 (en)*2012-09-282017-07-11Thomson Reuters Global Resources Unlimited CompanySystems, methods and interfaces for evaluating an online entity presence
US9264391B2 (en)*2012-11-012016-02-16Salesforce.Com, Inc.Computer implemented methods and apparatus for providing near real-time predicted engagement level feedback to a user composing a social media message
US20140156372A1 (en)*2012-11-302014-06-05Signature Systems LlcMethod and system for implementing a celebrity award distribution, exchange and redemption program
US20150066948A1 (en)*2013-08-272015-03-05Adobe Systems IncorporatedInfluence Scoring for Social Media Authors
US20150095137A1 (en)2013-09-272015-04-02Stout Partners LPSystem and apparatus for effective coordination and scheduling of accesses to rate limited online sites to obtain data for use in assessing social metrics based on domain tailored evaluation of social media exposure

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5842196A (en)*1996-04-031998-11-24Sybase, Inc.Database system with improved methods for updating records
US20120317227A1 (en)*2000-02-142012-12-13Bettinger David SInternet news compensation system
US20100262592A1 (en)*2005-05-312010-10-14Brawer Sascha BWeb Crawler Scheduler that Utilizes Sitemaps from Websites
US20130204940A1 (en)*2012-02-032013-08-08Patrick A. KinselSystem and method for determining relevance of social content

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YANG, YANG et al. "SAE: Social Analytic Engine for Large Networks", KDD'13, August 11-14/2013, Chicago, IL, retrieved from <http://web.engr.illinois.edu/~hzhuang3/files/KDD13-Yang-et-al-Social-Analytic-Engine.pdf>, 4 pgs.*

Cited By (33)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10049371B2 (en)2013-09-272018-08-14Mvpindex, Inc.System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US10311453B2 (en)2013-09-272019-06-04Mvpindex, Inc.System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US10666770B2 (en)*2014-02-102020-05-26Big Commerce Pty. Ltd.Systems and methods for API rate limiting and distribution
US20150229579A1 (en)*2014-02-102015-08-13Qamal Kosim-SatyaputraSystems and methods for api rate limiting and distribution
US10057378B2 (en)*2014-02-102018-08-21Bigcommerce Pty. Ltd.Systems and methods for API rate limiting and distribution
US20150262314A1 (en)*2014-03-142015-09-17RedFinger, Inc.Social networking system and method
US10929340B2 (en)*2014-12-312021-02-23Quest Software Inc.Email and identity migration based on relationship information
US20180181579A1 (en)*2014-12-312018-06-28Quest SoftwareEmail and identity migration based on relationship information
US10395260B2 (en)2015-01-302019-08-27Microsoft Technology Licensing, LlcFederation of content items in a social network based on personalized relevance
US10083454B2 (en)2015-01-302018-09-25Microsoft Technology Licensing, LlcSocial network content item federation based on item utility value
US11816170B2 (en)2015-02-182023-11-14Ubunifu, LLCDynamic search set creation in a search engine
US20160239569A1 (en)*2015-02-182016-08-18Ubunifu, LLCDynamic search set creation in a search engine
US10223453B2 (en)*2015-02-182019-03-05Ubunifu, LLCDynamic search set creation in a search engine
US12250207B2 (en)2015-02-242025-03-11Nelson A. CicchittoMobile device enabled desktop tethered and tetherless authentication
US11171941B2 (en)2015-02-242021-11-09Nelson A. CicchittoMobile device enabled desktop tethered and tetherless authentication
US11991166B2 (en)2015-02-242024-05-21Nelson A. CicchittoMethod and apparatus for an identity assurance score with ties to an ID-less and password-less authentication system
US11122034B2 (en)2015-02-242021-09-14Nelson A. CicchittoMethod and apparatus for an identity assurance score with ties to an ID-less and password-less authentication system
US11811750B2 (en)2015-02-242023-11-07Nelson A. CicchittoMobile device enabled desktop tethered and tetherless authentication
US10848485B2 (en)*2015-02-242020-11-24Nelson CicchittoMethod and apparatus for a social network score system communicably connected to an ID-less and password-less authentication system
US20180255046A1 (en)*2015-02-242018-09-06Nelson A. CicchittoMethod and apparatus for a social network score system communicably connected to an id-less and password-less authentication system
US20160277231A1 (en)*2015-03-182016-09-22Wipro LimitedSystem and method for synchronizing computing platforms
US10277463B2 (en)*2015-03-182019-04-30Wipro LimitedSystem and method for synchronizing computing platforms
US20230283820A1 (en)*2015-10-122023-09-07The Nielsen Company (Us), LlcMethods and apparatus to identify co-relationships between media using social media
US20170109839A1 (en)*2015-10-142017-04-20SUM Entertainment, Inc.Artist Discovery System
US20180089323A1 (en)*2016-09-282018-03-29Shijie YANMethod of Credit on the Social Network Site
US20200160357A1 (en)*2016-12-072020-05-21The Nielsen Company (Us), LlcMethods, systems and apparatus to improve the efficiency of calculating a customer retention rate
US11842356B2 (en)*2016-12-072023-12-12The Nielsen Company (Us), LlcMethods, systems and apparatus to improve the efficiency of calculating a customer retention rate
CN108363736A (en)*2018-01-192018-08-03国家测绘地理信息局第三地形测量队A kind of storage method, device and the storage system of line entity
US20190311386A1 (en)*2018-04-042019-10-10You And 2, LlcMethod and system for incentivizing charitable contributions
US20230195798A1 (en)*2018-06-062023-06-22Zeetogroup, LlcUtility based inquiry selection in a streaming data pipeline
CN111163327A (en)*2019-12-312020-05-15广州酷狗计算机科技有限公司Method and device for counting number of online accounts
US20230016916A1 (en)*2021-06-302023-01-19Opendorse, Inc.System and method for determining activity pricing
US20230077428A1 (en)*2021-08-192023-03-16Proven Performance Technology, Inc.Predictive recovery and performance analysis systems and methods

Also Published As

Publication numberPublication date
US20150095108A1 (en)2015-04-02
US20180330388A1 (en)2018-11-15
EP3050286A4 (en)2017-05-31
US20190251579A1 (en)2019-08-15
US10311453B2 (en)2019-06-04
WO2015048556A1 (en)2015-04-02
WO2015048557A1 (en)2015-04-02
US10049371B2 (en)2018-08-14
AU2014324654A1 (en)2016-04-21
CA2925616A1 (en)2015-04-02
EP3050286A1 (en)2016-08-03

Similar Documents

PublicationPublication DateTitle
US10311453B2 (en)System and apparatus for assessing reach, engagement, conversation or other social metrics based on domain tailored evaluation of social media exposure
US9953063B2 (en)System and method of providing a content discovery platform for optimizing social network engagements
JP6827515B2 (en) Viewing time clustering for video search
Liu et al.Personalized news recommendation based on click behavior
US9704165B2 (en)Systems and methods for determining value of social media pages
US8468143B1 (en)System and method for directing questions to consultants through profile matching
US8682904B1 (en)System of intuitive sorting of a table based on a column containing fractions
US9893904B2 (en)Rule-based messaging and dialog engine
RU2731654C1 (en)Method and system for generating push-notifications associated with digital news
US20110078156A1 (en)Time-weighted scoring system and method
Lommatzsch et al.Real-time recommendations for user-item streams
US10311362B1 (en)Identification of trending content using social network activity and user interests
CN112883305A (en)Reducing time delay
KR102141674B1 (en) Optimization of content distribution using model
US20200058037A1 (en)Reporting of media consumption metrics
JP7549668B2 (en) Pattern-Based Classification
CN107924345A (en)Data storage area for the polymerization measurement result of measurement
CN119990360A (en) Contributing incremental machine learning models
US10733244B2 (en)Data retrieval system
RU2635905C2 (en)Method and server of forecasting popularity of element content
US20130282427A1 (en)Reputation-based service valuation
Brbić et al.Recommendation of YouTube videos
CN107608792B (en) Resource scheduling method and device
US11010442B2 (en)Systems and methods for intelligence delivery
Semmler et al.Edge replication strategies for wide-area distributed processing

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:STOUT PARTNERS LP, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SAVELLI, VICTOR VINCENT;SPIETH, SHAWN TIMOTHY;NELSON, KYLE ALLEN;AND OTHERS;REEL/FRAME:034825/0185

Effective date:20141220

ASAssignment

Owner name:MVPINDEX INC., TEXAS

Free format text:CERTIFICATE OF CONVERSION;ASSIGNOR:STOUT PARTNERS LP;REEL/FRAME:034872/0333

Effective date:20141230

ASAssignment

Owner name:U-MVPINDEX LLC, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MVPINDEX INC.;REEL/FRAME:046893/0019

Effective date:20180913

STCBInformation on status: application discontinuation

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


[8]ページ先頭

©2009-2025 Movatter.jp