US20140143012A1 - Method and system for predictive marketing campigns based on users online behavior and profile - Google Patents
Method and system for predictive marketing campigns based on users online behavior and profile Download PDFInfo
- Publication number
- US20140143012A1 US20140143012A1 US14/086,238 US201314086238A US2014143012A1 US 20140143012 A1 US20140143012 A1 US 20140143012A1 US 201314086238 A US201314086238 A US 201314086238A US 2014143012 A1 US2014143012 A1 US 2014143012A1
- Authority
- US
- United States
- Prior art keywords
- algorithm
- user
- visitors
- content
- website
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0201—Market modelling; Market analysis; Collecting market data
- G06Q30/0202—Market predictions or forecasting for commercial activities
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0201—Market modelling; Market analysis; Collecting market data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0641—Shopping interfaces
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
- H04L67/306—User profiles
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/535—Tracking the activity of the user
Definitions
- the present invention relates to the field of marketing prediction, and more particularly, to predicting content usage based on statistically analyzing online visitor's behavior patterns.
- predictive analytics utilizes machine learning algorithms over big data, using common practices of scoring, next best item and optimized email campaigns.
- Big data systems which can work with batch and asynchronous processing, raise a challenge for providing predictive analytics data response that would be ready for real-time interactions.
- the present invention discloses a method for providing prediction of content usage in a website.
- the method comprising the steps of: capturing and monitoring real time behavior of visitors in a website, tracking visitors that are visiting the monitored website to identify one or more parameters relating to visitor profile attributes, such as Geo location, navigation path or content usage, applying at least one statistical algorithm on identified parameters, said algorithm is at least one of: clustering algorithm, nearest neighbor algorithm or probability algorithm and defining content replacement and recommendation for visitors when visiting the monitored website according to the analysis results of the at least one statistical algorithm.
- the clustering algorithm enables classifying visitors into groups by analyzing the profile and navigation activities parameters of the user.
- the probability algorithm enable analyzing the monitored user behavior and identifying correlation/association between visitors profile parameters, navigation path and/or content usage for creating probability tree.
- the nearest neighbor algorithm enable classifying visitors into groups by analyzing content usage parameters of the user.
- the method further comprises the step of scoring the content items according to a probability tree created by the probability algorithm.
- the method further comprises the step of analyzing an organizations behavior by Identifying function of each user in the organization and classifying his behavior for generating marketing scenarios based on analyzed organizational behavior.
- the method further comprises the step of checking user profiles and classified pattern behavior for identifying correlation with existing clients in CRM (Customer Relationship Management) database.
- CRM Customer Relationship Management
- the method further comprises the step of characterizing a user's marketing state based on comparing analysis results to predefined marketing templates.
- the method further comprises the step of scoring incoming leads based on CRM accounts similarity.
- the method further comprises the step of providing recommendation for further communication/actions to be taken based on neighborhood and/or clustering groups or probability algorithm.
- the present invention discloses a system for providing prediction of content usage in a website.
- the system is comprised of: a tracking module for monitoring traffic of visitors in a website and identifying one or more parameters relating to user profile, navigation path or content usage, statistical algorithm for analyzing identified parameters, said algorithm is at least one of: clustering algorithm, nearest neighbor algorithm or probability algorithm and prediction module for defining content replacement and recommendation for visitors when visiting the monitored website according to analysis results of the at least one statistical algorithm.
- FIG. 1 is a block diagram of a system for adjusting content of webpages, according to some embodiments of the invention
- FIG. 2 is a flowchart illustrating a method of tracking visitors, according to some embodiments of the invention.
- FIG. 3 is a flowchart illustrating a method of generating anonymous profile of a user, according to some embodiments of the invention.
- FIG. 4 is a flowchart illustrating a method of clustering algorithm, according to some embodiments of the invention.
- FIG. 5 is a flowchart illustrating a method of assigning visitors to clustered groups , according to some embodiments of the invention.
- FIG. 6 is a flowchart illustrating a method of analyzing organization behavior, according to some embodiments of the invention.
- FIG. 7A is a flowchart illustrating a method of near by neighbor algorithm, according to some embodiments of the invention.
- FIG. 7B is a flowchart illustrating a method of CRM Association module, according to some embodiments of the invention.
- FIG. 8A is a flowchart illustrating a method of probability algorithm, according to some embodiments of the invention.
- FIG. 8B is a flowchart illustrating a method of scoring according to some embodiments of the invention.
- FIG. 9 is a flowchart illustrating a method of prediction module, according to some embodiments of the invention.
- big data as used herein in this application, is defined as a collection of data sets that is so large and complex that it is not possible to handle with database management tools.
- Big Data are high-volume, high-velocity, and/or high-variety information assets that require new forms of processing to enable enhanced decision making, insight discovery and process optimization.”
- anonymous profile is defined as a visitor of a website that didn't identify by login process to the website.
- the present invention aims for statistical analysis of anonymous visitors behavior that navigate in an Internet website including at least one of: clicks, visits, navigation pattern, Geo location, role within the organization, association to an organization, social network or industry. It is suggested, according to the present invention, to enable evaluation process for analyzing marketing status and predicting content usage, providing content and recommendations based on the statistical analysis, marketing scenarios and strategies, as identified throughout the user navigation and content usage (i.e. behavior pattern in the internet website and content consumption).
- the prediction process provides a marketing strategy which known as “prospect nurturing”.
- This marketing strategy enables serving personalized content to visitors and it is used today mostly by email communication, and only for identified prospects (i.e. visitors).
- the present invention allows real-time prospect nurturing for anonymous visitors throughout their navigation in the website. It may provide anonymous potential clients with marketing information to bring them into or advance them in the sales' cycle.
- the present invention allows a real-time auto-prediction and marketing evaluation process based on detection of behavioral pattern, marketing scenarios and classification of anonymous visitors (i.e. potential clients). Anonymous visitors are normally at pre-lead state and nurturing them is called ‘seed nurturing’.
- conversion patterns are the pattern behavior of anonymous visitors that are becoming business leads after being exposed to specific marketing material. For example, on his second visit to a web site an anonymous user sees a link to a white paper, the user clicks on it and reads it, and fills out a form requesting more details thus becomes a business lead. Identification of such conversion patterns may be used for verifying or updating the predefined rules in the engagement rules of the web content adjustments.
- FIG. 1 is a block diagram of a system for predicting content usage and/or marketing status, according to some embodiments of the invention.
- anonymous application 100 aims to improve content consumption prediction and providing recommendation of content or further marketing activities for visitors that are coming via user communication devices 105 .
- improving the marketing evaluation and prediction performed by identifying marketing status and scenario, according to the viewer's behavior (i.e. navigation path), activities associations and other parameters.
- the anonymous application 100 may activate a tracking module 110 to generate a profile of an anonymous user (i.e. viewer) by various parameters and store it in a profile database 115 as will be described in detail in FIG. 2 .
- a clustering module 120 may monitor viewers by various parameters and cluster them into groups, as will be described in detail in FIG. 3 .
- the process of clustering viewers into groups involves analysis of big data.
- proprietary heuristics are being implemented. These proprietary heuristics are taking into account intersections of profiles of visitors and industries. For example, a viewer that was clustered into a group of venture capital industry may view content related to currency rate and stocks.
- an anonymous profile generating module 117 may handle data on each viewer and assign each viewer to a group, as will be described in detail in FIG. 4 .
- an assignment module 125 may handle a profile of a user and assign it to a predefined group, as will be described in detail in FIG. 5 .
- a nearby neighbor module 140 may analyze behavior pattern of user's content usage, as will be described in detail in FIG. 7A .
- a CRM association module 145 may analyze behavior pattern of user's for associating with CRM data, as will be described in detail in FIG. 7 b.
- a probability module 160 may analyze behavior pattern of correlation between visitors navigation content usage activates, as will be described in detail in FIG. 8A .
- a scoring module 165 may analyze behavior patterns of correlation between visitors navigation and content usage activates, as will be described in detail in FIG. 8B .
- a prediction module 160 may operate to evaluate content usage of the visitors, provide recommendation for further engagements based on the marketing state and identifying market scenarios.
- FIG. 2 is a flowchart illustrating a method of tracking visitors, according to some embodiments of the invention.
- tracking module 110 in FIG. 1 may monitor traffic in a specified website (stage 210 ).
- user communication device 105 in FIG. 1 of a viewer (i.e. user) that is navigating in the monitored website may be tracked to identify various parameters (stage 220 ) such as: (i) identifying geographic origin of the tracked viewer (stage 230 ); For example, a viewer coming from London and another viewer that is coming from New Delhi.
- Identifying organization or private origin of the tracked viewer (stage 240 ); In other words, checking if the viewer is navigating from a working place or from a residential place (iii) identifying social origin, of the tracked viewer, meaning checking if the user was referred from a social website such as FacebookTM (stage 250 ); (iv) identifying origin of website that the user is coming from (stage 260 )
- search engines like Google and Bing
- identifying and checking actions of visitors i.e. viewers
- search actions by keywords in the monitored website or navigating in a specific section of the website such as careers and openings, content selections and usage (consumption), content type, history (number of visits), geo location and goals.
- the tracking module 110 in FIG. 1 may audit all identified data related to each tracked user and store it in a unique caching repository for enabling real time statistics and data retrieval on future engagements (stage 280 ).
- FIG. 3 is a flowchart illustrating a method of generating anonymous profile of a user, according to some embodiments of the invention.
- anonymous profile generation module 125 in FIG. 1 may receive data for each user (stage 310 ) that was collected from tracking module 110 . Next, behavior of each user in the website may be monitored (stage 320 ).
- period of time of exposure to webpages in the website may be checked and correlated with content and profile of visitors (stage 330 ).
- the monitored behavior may be analyzed (stage 340 ) and industry or geo location of the user may be identified (stage 350 ).
- the generation of user anonymous profile is based on analyzed behavior and the groups classification according user's industry and organization association
- FIG. 4 is a flowchart illustrating a method of clustering algorithm, according to some embodiments of the invention.
- clustering module 120 in FIG. 1 may monitor visitors that are navigating in a specified website (stage 410 ). During the monitoring, some or all of the following information is collected from the monitored visitors: origin details, contact details, navigation path (stage 410 ).
- clustering module 120 is checking usage of visitors contact details in the website via the website and other communication parties such as email, etc. (stage 420 ).
- the clustering module may check feedback and action of the visitors that are navigating in the monitored website such as registering to the monitored website (including its services) or initiation of contact via the website by the user such as, sending an email or calling representatives of the monitored website.
- Such information can be used to indicate on successful matching between the visitors' profile and behavior and the presented content adjusted by the application 100 in FIG. 1 .
- clustering module 120 in FIG. 1 may check visitors' login to the website via a social network website such as FacebookTM (stage 430 ).
- clustering module 120 in FIG. 1 may cluster visitors by generation of groups using analysis of statistics of the results of all checks and identifications as mentioned above (step 440 ): clicks, visits, geo location, revenue, organization size (optionally: navigation path, origin, social/organization/industry, association, history (number of visits), search terms, visitors' behavior including navigation path, selections, keywords used in information searches, and user feedback.
- the classification process may find correlation between the different parameters which characterize the user profile and its behavior for identifying groups of visitors which their characteristics indicate of at least one common interest or common behavior, such that the same content may be targeted to most visitors of the group.
- the generation of groups may be based on the analyzed behavior using proprietary heuristics that were collected regarding a user's behavior as described above.
- the proprietary heuristics techniques are used to analyze the user's grouping clustering data for reducing the scale of the big data problem by cross analyzing the group clustering data according to attributes (i.e. geo location, industry or organization association) of the user.
- attributes i.e. geo location, industry or organization association
- the heuristics related to the geo location, industry or organization association which may reduce usage of resources such as computer resources and time in the process.
- the present application clusters big data based on timeline of the navigation process, public digital organization and/or social data and actual visit timestamp. Indexing the data based on those parameters makes it possible to track trends, and retrieve relevant data for personalization of “anonymous visitors” while maintaining of a sustainable data model.
- clustering module may store clustered groups in unique caching repository for enabling real time statistics and data retrieval for engagement.
- the unique caching repository utilizes an in-memory optimized matrix model, which allows real-time interactions on big data.
- This model is optimized for the usage of each statistical algorithms by implementing one of the following: high density matrix which filters out the low relevancy recommendation mapping, aggregated clustering data (hence eliminating duplicate content items records) or caching next best offer based on visitor timeline to enable real-time retrieval while the user navigates through the website and/or filtering out, less relevant or deprecated/older visitors.
- This unique caching repository enables to optimize memory footprint from Giga bytes on disk to megabytes in memory.
- FIG. 5 is a flowchart illustrating a method of assigning visitors to clustered groups, according to some embodiments of the invention.
- assignment module 125 may receive a profile of a user (stage 510 ) and analyze it (stage 520 ). Next, assignment module 125 may assign the user to a predefined group using the profile of the user and to calculate correlation (stage 530 ).
- the present application suggests a classification process, which utilizes correlation of time and IP and name of an organization to identify visitors and their clustered groups.
- a training process of clustering user profiles is reactivated (stage 540 ).
- the user profiles and behavior may change over time; therefore accordingly the group clustering has to be adapted to reflect the change.
- the present invention provides a dynamic model by continuously analyzing statistics regarding a user's profile and behavior in comparison to the group clustering definition and identifying when statistically the amount of exceptional visitors has exceeded a predefined level.
- the training process is reactivated for a predefined time period for redefining the group clustering.
- FIG. 6 is a flowchart illustrating a method of analyzing organizational behavior, according to some embodiments of the invention.
- the module analyzes anonymous profiles to identify visitors associated with the same organization by checking the identified origin of the user (step 610 ), contact details entered by the visitors or communication message used by the user.
- the activities of identified visitors of the same organization are analyzed for identifying behavior patterns of an organization by checking time period usage, association and type of activities of the visitors (step 620 ).
- This analysis enables to identify functions of each user in the organization and classifying his behavior for analyzing marketing behavioral patterns of the organization (step 630 ).
- Optionally based on analyzing marketing behavioral pattern can be generated marketing scenarios templates (steps 640 and 650 ).
- FIG. 7A is a flowchart illustrating a method of nearest neighbor algorithm, according to some embodiments of the invention.
- the nearest neighbor algorithm include the following steps: analyzing visitors actions sequence in the website such as the sequence of content selection and usage (step 710 ), classifying visitors actions by type to identify content consumption action (step 720 ), analyzing actions in relation to their occurrence time (step 730 ), for example if they occurred in the first visit of the user or the second one and finally applying nearest neighbor algorithm using collaborative filtering (step 740 ) for creating nearby neighbor groups based on behavior including URLs and content items (Asset) consumed by visitors.
- the creation neighbor groups is further depended on search terms, content selections, content type, visits history (number of visits).
- the created nearby neighbor groups are stored in unique caching repository for enabling real time statistics and data retrieval for engagement (step 750 ).
- FIG. 7B is a flowchart illustrating a method of CRM Association module, according to some embodiments of the invention.
- the CRM Association module applies one of the following steps: classifying behavior patterns of visitors to characterize their intentions, needs and marketing state/status within a sales scenario (step 770 ), such as awareness, interest, evaluation etc. Based on user profiles, classified pattern behavior and marketing state are identified returning clients in CRM database (step 780 ).
- FIG. 8A is a flowchart illustrating a method of probability algorithm, according to some embodiments of the invention.
- the probability module applies at least one of the following steps: analyzing navigation path of the visitors, content selection and consumption (step 810 ), identifying statistical correlation or association between successive action of navigation and content selection and consumption (step 820 ) and accordingly build content items (Assets) probability tree based on visitors action (click stream) or identified correlation (step 830 ).
- the created probability tree is stored in a unique caching repository for enabling real time statistics and data retrieval for engagement (step 840 ).
- FIG. 8B is a flowchart illustrating a method of scoring according to some embodiments of the invention.
- the scoring algorithm includes at least one of the flowing steps: using probability tree data for scoring content items, using statistics of nearest neighbor algorithm for scoring content items and integrating scores content items of the probability tree nearest neighbor algorithm.
- the module may score incoming leads based on CRM accounts similarity.
- FIG. 9 is a flowchart illustrating a method of prediction module, according to some embodiments of the invention.
- the prediction module provides two types of recommendations:
- the recommended actions are based on marketing status/stage in the sale process which may be predefined by using marketing scenarios or identified pattern of actions(step 950 )
- the content recommendation is based on content items (Assets) clustering algorithm which enable classifying content into groups by analyzing plurality of attributes of the visitors that consumed the content (i.e. clicks, visits, Geo, location, industry, revenue, organization size, organization revenue).
- the module further comprises at least one of the following steps: Optional analyzing marketing state of the visitors is a sale process (step 910 ), optional, analyzing organization interaction pattern between the organization organs (step 920 ), optional comparing analysis results to predefined marketing scenarios templates (step 930 ), optional Predicting/Estimating marketing status/stage of user or organization within a sale scenario (step 940 ),
- the module may check analysis results against CRM data.
- the estimation may be used for providing recommendation for further communications/actions to be taken based on estimated marketing status/stage and predefined marketing scenarios.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- Development Economics (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Entrepreneurship & Innovation (AREA)
- Data Mining & Analysis (AREA)
- Marketing (AREA)
- Economics (AREA)
- General Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Game Theory and Decision Science (AREA)
- Databases & Information Systems (AREA)
- Artificial Intelligence (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Mathematical Optimization (AREA)
- Software Systems (AREA)
- Mathematical Analysis (AREA)
- Evolutionary Computation (AREA)
- Pure & Applied Mathematics (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Computational Mathematics (AREA)
- Algebra (AREA)
- Probability & Statistics with Applications (AREA)
- Computer Hardware Design (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- The present invention relates to the field of marketing prediction, and more particularly, to predicting content usage based on statistically analyzing online visitor's behavior patterns.
- Current solutions for predicting content usage are based on likelihood of a user to consume a content item based on statistical usage the similar content items by other visitors ignoring the knowledge which can be collected of user identification and navigation behavior when browsing a particular website.
- Known in the art predictive analytics utilizes machine learning algorithms over big data, using common practices of scoring, next best item and optimized email campaigns. The Big data systems which can work with batch and asynchronous processing, raise a challenge for providing predictive analytics data response that would be ready for real-time interactions.
- The present invention discloses a method for providing prediction of content usage in a website. The method comprising the steps of: capturing and monitoring real time behavior of visitors in a website, tracking visitors that are visiting the monitored website to identify one or more parameters relating to visitor profile attributes, such as Geo location, navigation path or content usage, applying at least one statistical algorithm on identified parameters, said algorithm is at least one of: clustering algorithm, nearest neighbor algorithm or probability algorithm and defining content replacement and recommendation for visitors when visiting the monitored website according to the analysis results of the at least one statistical algorithm.
- According to some embodiments of the present invention the clustering algorithm enables classifying visitors into groups by analyzing the profile and navigation activities parameters of the user.
- According to some embodiments of the present invention the probability algorithm enable analyzing the monitored user behavior and identifying correlation/association between visitors profile parameters, navigation path and/or content usage for creating probability tree.
- According to some embodiments of the present invention the nearest neighbor algorithm enable classifying visitors into groups by analyzing content usage parameters of the user.
- According to some embodiments of the present invention the method further comprises the step of scoring the content items according to a probability tree created by the probability algorithm.
- According to some embodiments of the present invention the method further comprises the step of scoring the content items according to Neighborhoods created by the nearest neighbor algorithm
- According to some embodiments of the present invention the method further comprises the step of analyzing an organizations behavior by Identifying function of each user in the organization and classifying his behavior for generating marketing scenarios based on analyzed organizational behavior.
- According to some embodiments of the present invention the method further comprises the step of checking user profiles and classified pattern behavior for identifying correlation with existing clients in CRM (Customer Relationship Management) database.
- According to some embodiments of the present invention the method further comprises the step of characterizing a user's marketing state based on comparing analysis results to predefined marketing templates.
- According to some embodiments of the present invention the method further comprises the step of scoring incoming leads based on CRM accounts similarity.
- According to some embodiments of the present invention the method further comprises the step of providing recommendation for further communication/actions to be taken based on neighborhood and/or clustering groups or probability algorithm.
- The present invention discloses a system for providing prediction of content usage in a website. The system is comprised of: a tracking module for monitoring traffic of visitors in a website and identifying one or more parameters relating to user profile, navigation path or content usage, statistical algorithm for analyzing identified parameters, said algorithm is at least one of: clustering algorithm, nearest neighbor algorithm or probability algorithm and prediction module for defining content replacement and recommendation for visitors when visiting the monitored website according to analysis results of the at least one statistical algorithm.
- These, additional, and/or other aspects and/or advantages of the present invention are: set forth in the detailed description which follows; possibly inferable from the detailed description; and/or learnable by practice of the present invention.
-
FIG. 1 is a block diagram of a system for adjusting content of webpages, according to some embodiments of the invention; -
FIG. 2 is a flowchart illustrating a method of tracking visitors, according to some embodiments of the invention; -
FIG. 3 is a flowchart illustrating a method of generating anonymous profile of a user, according to some embodiments of the invention; -
FIG. 4 is a flowchart illustrating a method of clustering algorithm, according to some embodiments of the invention; -
FIG. 5 is a flowchart illustrating a method of assigning visitors to clustered groups , according to some embodiments of the invention; -
FIG. 6 is a flowchart illustrating a method of analyzing organization behavior, according to some embodiments of the invention; -
FIG. 7A is a flowchart illustrating a method of near by neighbor algorithm, according to some embodiments of the invention; -
FIG. 7B is a flowchart illustrating a method of CRM Association module, according to some embodiments of the invention; -
FIG. 8A is a flowchart illustrating a method of probability algorithm, according to some embodiments of the invention; -
FIG. 8B is a flowchart illustrating a method of scoring according to some embodiments of the invention; and -
FIG. 9 is a flowchart illustrating a method of prediction module, according to some embodiments of the invention; - In the following detailed description of various embodiments, reference is made to the accompanying drawings that form a part thereof, and in which are shown by way of illustration specific embodiments in which the invention may be practiced. It is understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
- The term “big data” as used herein in this application, is defined as a collection of data sets that is so large and complex that it is not possible to handle with database management tools. As per Gartner, “Big Data are high-volume, high-velocity, and/or high-variety information assets that require new forms of processing to enable enhanced decision making, insight discovery and process optimization.”
- The term “anonymous profile” as used herein in this application, is defined as a visitor of a website that didn't identify by login process to the website.
- The term “proprietary heuristics” as used herein in this application, is defined as experienced techniques that were developed by the applicant and are used when an exhaustive search or computation is impractical.
- The present invention aims for statistical analysis of anonymous visitors behavior that navigate in an Internet website including at least one of: clicks, visits, navigation pattern, Geo location, role within the organization, association to an organization, social network or industry. It is suggested, according to the present invention, to enable evaluation process for analyzing marketing status and predicting content usage, providing content and recommendations based on the statistical analysis, marketing scenarios and strategies, as identified throughout the user navigation and content usage (i.e. behavior pattern in the internet website and content consumption).
- The prediction process provides a marketing strategy which known as “prospect nurturing”. This marketing strategy enables serving personalized content to visitors and it is used today mostly by email communication, and only for identified prospects (i.e. visitors). The present invention allows real-time prospect nurturing for anonymous visitors throughout their navigation in the website. It may provide anonymous potential clients with marketing information to bring them into or advance them in the sales' cycle.
- In other words, the present invention allows a real-time auto-prediction and marketing evaluation process based on detection of behavioral pattern, marketing scenarios and classification of anonymous visitors (i.e. potential clients). Anonymous visitors are normally at pre-lead state and nurturing them is called ‘seed nurturing’.
- In ‘seed nurturing’ the classification of visitors is performed by heuristics to find conversion patterns behavior (i.e. conversion from an anonymous user to a business lead) that are common between anonymous visitors. Conversion patterns are the pattern behavior of anonymous visitors that are becoming business leads after being exposed to specific marketing material. For example, on his second visit to a web site an anonymous user sees a link to a white paper, the user clicks on it and reads it, and fills out a form requesting more details thus becomes a business lead. Identification of such conversion patterns may be used for verifying or updating the predefined rules in the engagement rules of the web content adjustments.
-
FIG. 1 is a block diagram of a system for predicting content usage and/or marketing status, according to some embodiments of the invention. - According to some embodiments of the present invention,
anonymous application 100 aims to improve content consumption prediction and providing recommendation of content or further marketing activities for visitors that are coming viauser communication devices 105. Optionally improving the marketing evaluation and prediction performed by identifying marketing status and scenario, according to the viewer's behavior (i.e. navigation path), activities associations and other parameters. - According to some embodiments of the present invention, the
anonymous application 100 may activate atracking module 110 to generate a profile of an anonymous user (i.e. viewer) by various parameters and store it in aprofile database 115 as will be described in detail inFIG. 2 . - According to some embodiments of the present invention, a
clustering module 120 may monitor viewers by various parameters and cluster them into groups, as will be described in detail inFIG. 3 . - The process of clustering viewers into groups involves analysis of big data. In order to save time and computer resources, proprietary heuristics are being implemented. These proprietary heuristics are taking into account intersections of profiles of visitors and industries. For example, a viewer that was clustered into a group of venture capital industry may view content related to currency rate and stocks.
- According to some embodiments of the present invention, an anonymous
profile generating module 117 may handle data on each viewer and assign each viewer to a group, as will be described in detail inFIG. 4 . - According to some embodiments of the present invention, an
assignment module 125 may handle a profile of a user and assign it to a predefined group, as will be described in detail inFIG. 5 . - According to some embodiments of the present invention, a
nearby neighbor module 140 may analyze behavior pattern of user's content usage, as will be described in detail inFIG. 7A . - According to some embodiments of the present invention, a
CRM association module 145 may analyze behavior pattern of user's for associating with CRM data, as will be described in detail inFIG. 7 b. - According to some embodiments of the present invention, a
probability module 160 may analyze behavior pattern of correlation between visitors navigation content usage activates, as will be described in detail inFIG. 8A . - According to some embodiments of the present invention, a
scoring module 165 may analyze behavior patterns of correlation between visitors navigation and content usage activates, as will be described in detail inFIG. 8B . - According to some embodiments of the present invention, a
prediction module 160 may operate to evaluate content usage of the visitors, provide recommendation for further engagements based on the marketing state and identifying market scenarios. -
FIG. 2 is a flowchart illustrating a method of tracking visitors, according to some embodiments of the invention. - According to some embodiments of the present invention,
tracking module 110 inFIG. 1 may monitor traffic in a specified website (stage 210). - According to some embodiments of the present invention,
user communication device 105 inFIG. 1 of a viewer (i.e. user) that is navigating in the monitored website may be tracked to identify various parameters (stage 220) such as: (i) identifying geographic origin of the tracked viewer (stage 230); For example, a viewer coming from London and another viewer that is coming from New Delhi. (ii) Identifying organization or private origin of the tracked viewer (stage 240); In other words, checking if the viewer is navigating from a working place or from a residential place (iii) identifying social origin, of the tracked viewer, meaning checking if the user was referred from a social website such as Facebook™ (stage 250); (iv) identifying origin of website that the user is coming from (stage 260) For example, search engines like Google and Bing (v) identifying and checking actions of visitors (i.e. viewers) in the monitored website (stage 270). For example, search actions by keywords in the monitored website or navigating in a specific section of the website such as careers and openings, content selections and usage (consumption), content type, history (number of visits), geo location and goals. - According to some embodiments of the present invention, after performing various identifications, as mentioned above, the
tracking module 110 inFIG. 1 may audit all identified data related to each tracked user and store it in a unique caching repository for enabling real time statistics and data retrieval on future engagements (stage 280). -
FIG. 3 is a flowchart illustrating a method of generating anonymous profile of a user, according to some embodiments of the invention. - According to some embodiments of the present invention, anonymous
profile generation module 125 inFIG. 1 may receive data for each user (stage 310) that was collected from trackingmodule 110. Next, behavior of each user in the website may be monitored (stage 320). - According to some embodiments of the present invention, period of time of exposure to webpages in the website may be checked and correlated with content and profile of visitors (stage 330).
- According to some embodiments of the present invention, the monitored behavior may be analyzed (stage 340) and industry or geo location of the user may be identified (stage 350).
- According to some embodiments of the present invention, the generation of user anonymous profile (step 360) is based on analyzed behavior and the groups classification according user's industry and organization association
-
FIG. 4 is a flowchart illustrating a method of clustering algorithm, according to some embodiments of the invention. - According to some embodiments of the present invention,
clustering module 120 inFIG. 1 may monitor visitors that are navigating in a specified website (stage 410). During the monitoring, some or all of the following information is collected from the monitored visitors: origin details, contact details, navigation path (stage 410). - According to some embodiments of the present invention,
clustering module 120 is checking usage of visitors contact details in the website via the website and other communication parties such as email, etc. (stage 420). The clustering module may check feedback and action of the visitors that are navigating in the monitored website such as registering to the monitored website (including its services) or initiation of contact via the website by the user such as, sending an email or calling representatives of the monitored website. Such information can be used to indicate on successful matching between the visitors' profile and behavior and the presented content adjusted by theapplication 100 inFIG. 1 . - According to some embodiments of the present invention,
clustering module 120 inFIG. 1 may check visitors' login to the website via a social network website such as Facebook™ (stage 430). - Finally,
clustering module 120 inFIG. 1 may cluster visitors by generation of groups using analysis of statistics of the results of all checks and identifications as mentioned above (step 440): clicks, visits, geo location, revenue, organization size (optionally: navigation path, origin, social/organization/industry, association, history (number of visits), search terms, visitors' behavior including navigation path, selections, keywords used in information searches, and user feedback. The classification process may find correlation between the different parameters which characterize the user profile and its behavior for identifying groups of visitors which their characteristics indicate of at least one common interest or common behavior, such that the same content may be targeted to most visitors of the group. - The generation of groups may be based on the analyzed behavior using proprietary heuristics that were collected regarding a user's behavior as described above.
- The proprietary heuristics techniques are used to analyze the user's grouping clustering data for reducing the scale of the big data problem by cross analyzing the group clustering data according to attributes (i.e. geo location, industry or organization association) of the user. In other words, instead of processing a large amount of data in case of a matching of a user to a group it may require to process only reduced amount of data records of group clustering data, using the heuristics related to the geo location, industry or organization association which may reduce usage of resources such as computer resources and time in the process.
- To provide quick response, i.e. in less than 50 milliseconds, the present application clusters big data based on timeline of the navigation process, public digital organization and/or social data and actual visit timestamp. Indexing the data based on those parameters makes it possible to track trends, and retrieve relevant data for personalization of “anonymous visitors” while maintaining of a sustainable data model.
- According to some embodiments of the present invention, clustering module may store clustered groups in unique caching repository for enabling real time statistics and data retrieval for engagement.
- The unique caching repository utilizes an in-memory optimized matrix model, which allows real-time interactions on big data. This model is optimized for the usage of each statistical algorithms by implementing one of the following: high density matrix which filters out the low relevancy recommendation mapping, aggregated clustering data (hence eliminating duplicate content items records) or caching next best offer based on visitor timeline to enable real-time retrieval while the user navigates through the website and/or filtering out, less relevant or deprecated/older visitors.
- This unique caching repository enables to optimize memory footprint from Giga bytes on disk to megabytes in memory.
-
FIG. 5 is a flowchart illustrating a method of assigning visitors to clustered groups, according to some embodiments of the invention. - According to some embodiments of the present invention,
assignment module 125 may receive a profile of a user (stage 510) and analyze it (stage 520). Next,assignment module 125 may assign the user to a predefined group using the profile of the user and to calculate correlation (stage 530). The present application suggests a classification process, which utilizes correlation of time and IP and name of an organization to identify visitors and their clustered groups. - Finally, in case there is a specified amount of exceptional visitors that are not assigned to the group, a training process of clustering user profiles is reactivated (stage 540). The user profiles and behavior may change over time; therefore accordingly the group clustering has to be adapted to reflect the change. The present invention provides a dynamic model by continuously analyzing statistics regarding a user's profile and behavior in comparison to the group clustering definition and identifying when statistically the amount of exceptional visitors has exceeded a predefined level. In this case, the training process is reactivated for a predefined time period for redefining the group clustering.
-
FIG. 6 is a flowchart illustrating a method of analyzing organizational behavior, according to some embodiments of the invention. The module analyzes anonymous profiles to identify visitors associated with the same organization by checking the identified origin of the user (step 610), contact details entered by the visitors or communication message used by the user. The activities of identified visitors of the same organization are analyzed for identifying behavior patterns of an organization by checking time period usage, association and type of activities of the visitors (step 620). This analysis enables to identify functions of each user in the organization and classifying his behavior for analyzing marketing behavioral patterns of the organization (step 630). Optionally based on analyzing marketing behavioral pattern can be generated marketing scenarios templates (steps 640 and 650). -
FIG. 7A is a flowchart illustrating a method of nearest neighbor algorithm, according to some embodiments of the invention. The nearest neighbor algorithm include the following steps: analyzing visitors actions sequence in the website such as the sequence of content selection and usage (step 710), classifying visitors actions by type to identify content consumption action (step 720), analyzing actions in relation to their occurrence time (step 730), for example if they occurred in the first visit of the user or the second one and finally applying nearest neighbor algorithm using collaborative filtering (step 740) for creating nearby neighbor groups based on behavior including URLs and content items (Asset) consumed by visitors. Optionally the creation neighbor groups, is further depended on search terms, content selections, content type, visits history (number of visits). The created nearby neighbor groups are stored in unique caching repository for enabling real time statistics and data retrieval for engagement (step 750). -
FIG. 7B is a flowchart illustrating a method of CRM Association module, according to some embodiments of the invention. The CRM Association module applies one of the following steps: classifying behavior patterns of visitors to characterize their intentions, needs and marketing state/status within a sales scenario (step 770), such as awareness, interest, evaluation etc. Based on user profiles, classified pattern behavior and marketing state are identified returning clients in CRM database (step 780). -
FIG. 8A is a flowchart illustrating a method of probability algorithm, according to some embodiments of the invention. The probability module applies at least one of the following steps: analyzing navigation path of the visitors, content selection and consumption (step 810), identifying statistical correlation or association between successive action of navigation and content selection and consumption (step 820) and accordingly build content items (Assets) probability tree based on visitors action (click stream) or identified correlation (step 830). The created probability tree is stored in a unique caching repository for enabling real time statistics and data retrieval for engagement (step 840). -
FIG. 8B is a flowchart illustrating a method of scoring according to some embodiments of the invention. The scoring algorithm includes at least one of the flowing steps: using probability tree data for scoring content items, using statistics of nearest neighbor algorithm for scoring content items and integrating scores content items of the probability tree nearest neighbor algorithm. Optionally the module may score incoming leads based on CRM accounts similarity. -
FIG. 9 is a flowchart illustrating a method of prediction module, according to some embodiments of the invention. - The prediction module provides two types of recommendations:
-
- “action” recommendation including future communication/actions to be taken based on neighborhood and/or clustering groups or probability tree.
- According to further option the recommended actions are based on marketing status/stage in the sale process which may be predefined by using marketing scenarios or identified pattern of actions(step 950)
-
- replacement and content recommendation (which can be optionally based on automatic rules) for the specific user, these recommendations are predicted using the results analysis of clustering and/or neighborhood grouping and or probability tree. Optionally the prediction is based on marketing status in a sale or analyzed behavioral pattern.
- According to other embodiments of the present invention the content recommendation is based on content items (Assets) clustering algorithm which enable classifying content into groups by analyzing plurality of attributes of the visitors that consumed the content (i.e. clicks, visits, Geo, location, industry, revenue, organization size, organization revenue).
- According to some embodiments of the present invention, the module further comprises at least one of the following steps: Optional analyzing marketing state of the visitors is a sale process (step 910), optional, analyzing organization interaction pattern between the organization organs (step 920), optional comparing analysis results to predefined marketing scenarios templates (step 930), optional Predicting/Estimating marketing status/stage of user or organization within a sale scenario (step 940),
- Optionally the module may check analysis results against CRM data. The estimation may be used for providing recommendation for further communications/actions to be taken based on estimated marketing status/stage and predefined marketing scenarios.
- Many alterations and modifications may be made by those having ordinary skill in the art without departing from the spirit and scope of the invention. Therefore, it must be understood that the illustrated embodiment has been set forth only for the purposes of example and that it should not be taken as limiting the invention as defined by the following invention and it's various embodiments.
- Therefore, it must be understood that the illustrated embodiment has been set forth only for the purposes of example and that it should not be taken as limiting the invention as defined by the following claims. For example, notwithstanding the fact that the elements of a claim are set forth below in a certain combination, it must be expressly understood that the invention includes other combinations of fewer, more or different elements, which are disclosed in above even when not initially claimed in such combinations. A teaching that two elements are combined in a claimed combination is further to be understood as also allowing for a claimed combination in which the two elements are not combined with each other, but may be used alone or combined in other combinations. The excision of any disclosed element of the invention is explicitly contemplated as within the scope of the invention.
- The words used in this specification to describe the invention and its various embodiments are to be understood not only in the sense of their commonly defined meanings, but to include by special definition in this specification structure, material or acts beyond the scope of the commonly defined meanings. Thus if an element can be understood in the context of this specification as including more than one meaning, then its use in a claim must be understood as being generic to all possible meanings supported by the specification and by the word itself.
- The definitions of the words or elements of the following claims are, therefore, defined in this specification to include not only the combination of elements which are literally set forth, but all equivalent structure, material or acts for performing substantially the same function in substantially the same way to obtain substantially the same result. In this sense it is therefore contemplated that an equivalent substitution of two or more elements may be made for any one of the elements in the claims below or that a single element may be substituted for two or more elements in a claim. Although elements may be described above as acting in certain combinations and even initially claimed as such, it is to be expressly understood that one or more elements from a claimed combination can in some cases be excised from the combination and that the claimed combination may be directed to a sub-combination or variation of a sub-combination.
- Insubstantial changes from the claimed subject matter as viewed by a person with ordinary skill in the art, now known or later devised, are expressly contemplated as being equivalently within the scope of the claims. Therefore, obvious substitutions now or later known to one with ordinary skill in the art are defined to be within the scope of the defined elements.
- The claims are thus to be understood to include what is specifically illustrated and described above, what is conceptually equivalent, what can be obviously substituted and also what essentially incorporates the essential idea of the invention.
- Although the invention has been described in detail, nevertheless changes and modifications, which do not depart from the teachings of the present invention, will be evident to those skilled in the art. Such changes and modifications are deemed to come within the purview of the present invention and the appended claims.
Claims (23)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/086,238 US20140143012A1 (en) | 2012-11-21 | 2013-11-21 | Method and system for predictive marketing campigns based on users online behavior and profile |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201261728865P | 2012-11-21 | 2012-11-21 | |
US14/086,238 US20140143012A1 (en) | 2012-11-21 | 2013-11-21 | Method and system for predictive marketing campigns based on users online behavior and profile |
Publications (1)
Publication Number | Publication Date |
---|---|
US20140143012A1 true US20140143012A1 (en) | 2014-05-22 |
Family
ID=50728811
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/086,200 Expired - Fee Related US9569785B2 (en) | 2012-11-21 | 2013-11-21 | Method for adjusting content of a webpage in real time based on users online behavior and profile |
US14/086,238 Abandoned US20140143012A1 (en) | 2012-11-21 | 2013-11-21 | Method and system for predictive marketing campigns based on users online behavior and profile |
US15/394,729 Active US10366146B2 (en) | 2012-11-21 | 2016-12-29 | Method for adjusting content of a webpage in real time based on users online behavior and profile |
US16/506,897 Abandoned US20190332650A1 (en) | 2012-11-21 | 2019-07-09 | Adjusting content of a webpage in real time based on users online behavior and profile |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/086,200 Expired - Fee Related US9569785B2 (en) | 2012-11-21 | 2013-11-21 | Method for adjusting content of a webpage in real time based on users online behavior and profile |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/394,729 Active US10366146B2 (en) | 2012-11-21 | 2016-12-29 | Method for adjusting content of a webpage in real time based on users online behavior and profile |
US16/506,897 Abandoned US20190332650A1 (en) | 2012-11-21 | 2019-07-09 | Adjusting content of a webpage in real time based on users online behavior and profile |
Country Status (1)
Country | Link |
---|---|
US (4) | US9569785B2 (en) |
Cited By (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104778388A (en) * | 2015-05-04 | 2015-07-15 | 苏州大学 | Method and system for identifying same user under two different platforms |
WO2016044741A1 (en) * | 2014-09-19 | 2016-03-24 | Interdigital Technology Corporation | Dynamic user behavior rhythm profiling for privacy preserving personalized service |
US9372914B1 (en) * | 2014-01-14 | 2016-06-21 | Google Inc. | Determining computing device characteristics from computer network activity |
CN106484819A (en) * | 2016-09-26 | 2017-03-08 | 天脉聚源(北京)科技有限公司 | A kind of method and device of counting user amount |
US20170185920A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Method for Monitoring Interactions to Generate a Cognitive Persona |
US20170185919A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Cognitive Persona Selection |
US20170185918A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Method for Generating an Anonymous Cognitive Profile |
WO2017134120A1 (en) * | 2016-02-01 | 2017-08-10 | Piksel, Inc | Providing recommendations based on predicted context |
US20180011622A1 (en) * | 2016-07-06 | 2018-01-11 | Im Creator Ltd. | System and method for dynamic visual representation and analysis of a website traffic |
US20180025378A1 (en) * | 2016-07-21 | 2018-01-25 | Adobe Systems Incorporated | Fatigue Control in Dissemination of Digital Marketing Content |
EP3358506A4 (en) * | 2015-10-28 | 2018-11-07 | Huawei Technologies Co., Ltd. | Method and apparatus for recognizing user behaviour object based on flow analysis |
US10277709B2 (en) | 2014-11-03 | 2019-04-30 | At&T Mobility Ii Llc | Determining a visitation profile for a user |
US10365780B2 (en) * | 2014-05-05 | 2019-07-30 | Adobe Inc. | Crowdsourcing for documents and forms |
US10387513B2 (en) | 2015-08-28 | 2019-08-20 | Yandex Europe Ag | Method and apparatus for generating a recommended content list |
US10387115B2 (en) | 2015-09-28 | 2019-08-20 | Yandex Europe Ag | Method and apparatus for generating a recommended set of items |
US10394420B2 (en) | 2016-05-12 | 2019-08-27 | Yandex Europe Ag | Computer-implemented method of generating a content recommendation interface |
US10402244B2 (en) * | 2015-05-26 | 2019-09-03 | Microsoft Technology Licensing, Llc. | Detection of abnormal resource usage in a data center |
US10430807B2 (en) * | 2015-01-22 | 2019-10-01 | Adobe Inc. | Automatic creation and refining of lead scoring rules |
US10430481B2 (en) | 2016-07-07 | 2019-10-01 | Yandex Europe Ag | Method and apparatus for generating a content recommendation in a recommendation system |
US10452731B2 (en) | 2015-09-28 | 2019-10-22 | Yandex Europe Ag | Method and apparatus for generating a recommended set of items for a user |
US10489471B2 (en) | 2015-10-09 | 2019-11-26 | Alibaba Group Holding Limited | Recommendation method and device |
USD882600S1 (en) | 2017-01-13 | 2020-04-28 | Yandex Europe Ag | Display screen with graphical user interface |
CN111126419A (en) * | 2018-10-30 | 2020-05-08 | 顺丰科技有限公司 | Dot clustering method and device |
US10674215B2 (en) | 2018-09-14 | 2020-06-02 | Yandex Europe Ag | Method and system for determining a relevancy parameter for content item |
US10706325B2 (en) | 2016-07-07 | 2020-07-07 | Yandex Europe Ag | Method and apparatus for selecting a network resource as a source of content for a recommendation system |
US10762428B2 (en) | 2015-12-11 | 2020-09-01 | International Business Machines Corporation | Cascade prediction using behavioral dynmics |
US10769658B2 (en) | 2016-09-30 | 2020-09-08 | International Business Machines Corporation | Automatic detection of anomalies in electronic communications |
CN112084225A (en) * | 2020-09-16 | 2020-12-15 | 苏州众智诺成信息科技有限公司 | Intelligent processing method and system of big data based sharing platform and readable storage medium |
US11086888B2 (en) | 2018-10-09 | 2021-08-10 | Yandex Europe Ag | Method and system for generating digital content recommendation |
CN113420414A (en) * | 2021-05-27 | 2021-09-21 | 四川大学 | Short-term traffic flow prediction model based on dynamic space-time analysis |
US11263217B2 (en) | 2018-09-14 | 2022-03-01 | Yandex Europe Ag | Method of and system for determining user-specific proportions of content for recommendation |
US11276079B2 (en) | 2019-09-09 | 2022-03-15 | Yandex Europe Ag | Method and system for meeting service level of content item promotion |
US11276076B2 (en) | 2018-09-14 | 2022-03-15 | Yandex Europe Ag | Method and system for generating a digital content recommendation |
US11288333B2 (en) | 2018-10-08 | 2022-03-29 | Yandex Europe Ag | Method and system for estimating user-item interaction data based on stored interaction data by using multiple models |
US11328212B1 (en) * | 2018-01-29 | 2022-05-10 | Meta Platforms, Inc. | Predicting demographic information using an unresolved graph |
US11443282B1 (en) * | 2016-12-23 | 2022-09-13 | Rolebot, Inc. | Systems, methods, media, and platforms for sourcing and recruiting candidates into an interview process |
WO2023220278A1 (en) * | 2022-05-12 | 2023-11-16 | 6Sense Insights, Inc. | Automated classification from job titles for predictive modeling |
Families Citing this family (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9569785B2 (en) | 2012-11-21 | 2017-02-14 | Marketo, Inc. | Method for adjusting content of a webpage in real time based on users online behavior and profile |
US11019160B2 (en) * | 2013-01-11 | 2021-05-25 | Adobe Inc. | Segment generation describing usage patterns |
KR102287905B1 (en) * | 2013-11-01 | 2021-08-09 | 삼성전자주식회사 | Multimedia apparatus, Online education system, and Method for providing education content thereof |
US20150213026A1 (en) * | 2014-01-30 | 2015-07-30 | Sitecore Corporation A/S | Method for providing personalized content |
US10706432B2 (en) * | 2014-09-17 | 2020-07-07 | [24]7.ai, Inc. | Method, apparatus and non-transitory medium for customizing speed of interaction and servicing on one or more interactions channels based on intention classifiers |
US9858308B2 (en) * | 2015-01-16 | 2018-01-02 | Google Llc | Real-time content recommendation system |
US9667733B2 (en) | 2015-03-04 | 2017-05-30 | Adobe Systems Incorporated | Determining relevant content for keyword extraction |
CN106452935A (en) * | 2015-08-12 | 2017-02-22 | 中国电信股份有限公司 | User message detecting method and user message detecting system |
US20170212875A1 (en) * | 2016-01-27 | 2017-07-27 | Microsoft Technology Licensing, Llc | Predictive filtering of content of documents |
US20180268307A1 (en) * | 2017-03-17 | 2018-09-20 | Yahoo Japan Corporation | Analysis device, analysis method, and computer readable storage medium |
US10867128B2 (en) * | 2017-09-12 | 2020-12-15 | Microsoft Technology Licensing, Llc | Intelligently updating a collaboration site or template |
US10742500B2 (en) | 2017-09-20 | 2020-08-11 | Microsoft Technology Licensing, Llc | Iteratively updating a collaboration site or template |
US20190114673A1 (en) * | 2017-10-18 | 2019-04-18 | AdobeInc. | Digital experience targeting using bayesian approach |
CN110020211B (en) * | 2017-10-23 | 2021-08-17 | 北京京东尚科信息技术有限公司 | Method and device for evaluating influence of user attributes |
EP3701478A4 (en) * | 2017-10-26 | 2021-08-18 | Advocado, Inc. | Website traffic tracking system |
US11243669B2 (en) * | 2018-02-27 | 2022-02-08 | Verizon Media Inc. | Transmitting response content items |
US10496247B2 (en) * | 2018-04-17 | 2019-12-03 | Qualtics, LLC | Digital experiences using touchpoint-based prompts |
US11170066B2 (en) * | 2018-05-14 | 2021-11-09 | Hyver Labs, LLC | Systems and methods for personalization of digital displayed media |
US11475095B2 (en) * | 2019-04-23 | 2022-10-18 | Optimizely, Inc. | Statistics acceleration in multivariate testing |
CN110415052A (en) * | 2019-08-08 | 2019-11-05 | 北京百度网讯科技有限公司 | Processing method, device, computer equipment and the readable storage medium storing program for executing of location information |
CN110837862B (en) * | 2019-11-06 | 2021-10-01 | 腾讯科技(深圳)有限公司 | User classification method and device |
CN110929161B (en) * | 2019-12-02 | 2023-04-07 | 南京莱斯网信技术研究院有限公司 | Large-scale user-oriented personalized teaching resource recommendation method |
US12033184B2 (en) * | 2020-10-30 | 2024-07-09 | Sitecore Corporation A/S | Digital channel personalization based on artificial intelligence (AI) and machine learning (ML) |
US11556947B2 (en) | 2021-06-08 | 2023-01-17 | FullThrottle Technologies, LLC | Location determination using anonymous browser data |
CN113434745A (en) * | 2021-06-24 | 2021-09-24 | 未鲲(上海)科技服务有限公司 | User behavior analysis method, device, equipment and medium based on clustering algorithm |
US11778049B1 (en) * | 2021-07-12 | 2023-10-03 | Pinpoint Predictive, Inc. | Machine learning to determine the relevance of creative content to a provided set of users and an interactive user interface for improving the relevance |
US11418571B1 (en) * | 2021-07-29 | 2022-08-16 | Servicenow, Inc. | Server-side workflow improvement based on client-side data mining |
US12032640B2 (en) * | 2021-09-30 | 2024-07-09 | Adobe Inc. | Automated content selection based on multiple surface inputs, behavior and machine learning |
US11914664B2 (en) | 2022-02-08 | 2024-02-27 | International Business Machines Corporation | Accessing content on a web page |
CN115459270B (en) * | 2022-11-03 | 2023-04-18 | 西安国智电子科技有限公司 | Method and device for configuring urban peak electricity consumption, computer equipment and storage medium |
US11917029B1 (en) * | 2023-03-30 | 2024-02-27 | Intuit Inc. | System and method for feature aggregation for tracking anonymous visitors |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6981040B1 (en) * | 1999-12-28 | 2005-12-27 | Utopy, Inc. | Automatic, personalized online information and product services |
US20090076997A1 (en) * | 2007-09-14 | 2009-03-19 | Palo Alto Research Center Incorporated | Recommender system with ad-hoc, dynamic model composition |
US20100131835A1 (en) * | 2008-11-22 | 2010-05-27 | Srihari Kumar | System and methods for inferring intent of website visitors and generating and packaging visitor information for distribution as sales leads or market intelligence |
US20120203584A1 (en) * | 2011-02-07 | 2012-08-09 | Amnon Mishor | System and method for identifying potential customers |
US20130124259A1 (en) * | 2011-11-14 | 2013-05-16 | Limelight Networks, Inc. | Lead management in business-to-business sales |
US20130339333A1 (en) * | 2012-06-13 | 2013-12-19 | Google Inc. | Providing a modified content item to a user |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001045018A1 (en) * | 1999-12-17 | 2001-06-21 | Dorado Network Systems Corporation | Purpose-based adaptive rendering |
US7603373B2 (en) * | 2003-03-04 | 2009-10-13 | Omniture, Inc. | Assigning value to elements contributing to business success |
US7904442B2 (en) * | 2007-10-31 | 2011-03-08 | Intuit Inc. | Method and apparatus for facilitating a collaborative search procedure |
US9552356B1 (en) * | 2007-12-21 | 2017-01-24 | Amazon Technologies, Inc. | Merging client-side and server-side logs |
US20100318898A1 (en) * | 2009-06-11 | 2010-12-16 | Hewlett-Packard Development Company, L.P. | Rendering definitions |
US8392431B1 (en) * | 2010-04-07 | 2013-03-05 | Amdocs Software Systems Limited | System, method, and computer program for determining a level of importance of an entity |
US20120246139A1 (en) * | 2010-10-21 | 2012-09-27 | Bindu Rama Rao | System and method for resume, yearbook and report generation based on webcrawling and specialized data collection |
US9401965B2 (en) * | 2010-12-09 | 2016-07-26 | Google Inc. | Correlating user interactions with interfaces |
ES2600638T3 (en) | 2011-03-02 | 2017-02-10 | Unitika Ltd. | Method to produce a polyamide resin |
US8600995B1 (en) * | 2012-01-25 | 2013-12-03 | Symantec Corporation | User role determination based on content and application classification |
US9569785B2 (en) | 2012-11-21 | 2017-02-14 | Marketo, Inc. | Method for adjusting content of a webpage in real time based on users online behavior and profile |
-
2013
- 2013-11-21 US US14/086,200 patent/US9569785B2/en not_active Expired - Fee Related
- 2013-11-21 US US14/086,238 patent/US20140143012A1/en not_active Abandoned
-
2016
- 2016-12-29 US US15/394,729 patent/US10366146B2/en active Active
-
2019
- 2019-07-09 US US16/506,897 patent/US20190332650A1/en not_active Abandoned
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6981040B1 (en) * | 1999-12-28 | 2005-12-27 | Utopy, Inc. | Automatic, personalized online information and product services |
US20090076997A1 (en) * | 2007-09-14 | 2009-03-19 | Palo Alto Research Center Incorporated | Recommender system with ad-hoc, dynamic model composition |
US20100131835A1 (en) * | 2008-11-22 | 2010-05-27 | Srihari Kumar | System and methods for inferring intent of website visitors and generating and packaging visitor information for distribution as sales leads or market intelligence |
US20120203584A1 (en) * | 2011-02-07 | 2012-08-09 | Amnon Mishor | System and method for identifying potential customers |
US20130124259A1 (en) * | 2011-11-14 | 2013-05-16 | Limelight Networks, Inc. | Lead management in business-to-business sales |
US20130339333A1 (en) * | 2012-06-13 | 2013-12-19 | Google Inc. | Providing a modified content item to a user |
Non-Patent Citations (2)
Title |
---|
The Global Information Technology Report 2012, Chapter 1.7, "Harnessing the Power of Big Data in Real Time through In-Memory Technology and Analytics" SAP AG,pp. 89-96 2012 World Economic Forum. <http://www3.weforum.org/docs/GITR/2012/GITR_Chapter1.7_2012.pdf> Accessed on 9/1/2015. * |
The Global Information Technology Report 2012, Chapter 1.7, "Harnessing the Power of Big Data in Real Time through In-Memory Technology and Analytics" SAP AG,pp. 89-96 2012 World Economic Forum. Accessed on 9/1/2015. * |
Cited By (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9372914B1 (en) * | 2014-01-14 | 2016-06-21 | Google Inc. | Determining computing device characteristics from computer network activity |
US10365780B2 (en) * | 2014-05-05 | 2019-07-30 | Adobe Inc. | Crowdsourcing for documents and forms |
WO2016044741A1 (en) * | 2014-09-19 | 2016-03-24 | Interdigital Technology Corporation | Dynamic user behavior rhythm profiling for privacy preserving personalized service |
US10277709B2 (en) | 2014-11-03 | 2019-04-30 | At&T Mobility Ii Llc | Determining a visitation profile for a user |
US10430807B2 (en) * | 2015-01-22 | 2019-10-01 | Adobe Inc. | Automatic creation and refining of lead scoring rules |
CN104778388A (en) * | 2015-05-04 | 2015-07-15 | 苏州大学 | Method and system for identifying same user under two different platforms |
US10402244B2 (en) * | 2015-05-26 | 2019-09-03 | Microsoft Technology Licensing, Llc. | Detection of abnormal resource usage in a data center |
US10387513B2 (en) | 2015-08-28 | 2019-08-20 | Yandex Europe Ag | Method and apparatus for generating a recommended content list |
US10452731B2 (en) | 2015-09-28 | 2019-10-22 | Yandex Europe Ag | Method and apparatus for generating a recommended set of items for a user |
US10387115B2 (en) | 2015-09-28 | 2019-08-20 | Yandex Europe Ag | Method and apparatus for generating a recommended set of items |
US10489471B2 (en) | 2015-10-09 | 2019-11-26 | Alibaba Group Holding Limited | Recommendation method and device |
EP3358506A4 (en) * | 2015-10-28 | 2018-11-07 | Huawei Technologies Co., Ltd. | Method and apparatus for recognizing user behaviour object based on flow analysis |
US10769254B2 (en) | 2015-10-28 | 2020-09-08 | Huawei Technologies Co., Ltd. | Method and apparatus for identifying user behavior object based on traffic analysis |
US10762428B2 (en) | 2015-12-11 | 2020-09-01 | International Business Machines Corporation | Cascade prediction using behavioral dynmics |
US20170185920A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Method for Monitoring Interactions to Generate a Cognitive Persona |
US20170185918A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Method for Generating an Anonymous Cognitive Profile |
US20170185919A1 (en) * | 2015-12-29 | 2017-06-29 | Cognitive Scale, Inc. | Cognitive Persona Selection |
US11893512B2 (en) * | 2015-12-29 | 2024-02-06 | Tecnotree Technologies, Inc. | Method for generating an anonymous cognitive profile |
WO2017134120A1 (en) * | 2016-02-01 | 2017-08-10 | Piksel, Inc | Providing recommendations based on predicted context |
US10394420B2 (en) | 2016-05-12 | 2019-08-27 | Yandex Europe Ag | Computer-implemented method of generating a content recommendation interface |
US20180011622A1 (en) * | 2016-07-06 | 2018-01-11 | Im Creator Ltd. | System and method for dynamic visual representation and analysis of a website traffic |
US10430481B2 (en) | 2016-07-07 | 2019-10-01 | Yandex Europe Ag | Method and apparatus for generating a content recommendation in a recommendation system |
US10706325B2 (en) | 2016-07-07 | 2020-07-07 | Yandex Europe Ag | Method and apparatus for selecting a network resource as a source of content for a recommendation system |
US20180025378A1 (en) * | 2016-07-21 | 2018-01-25 | Adobe Systems Incorporated | Fatigue Control in Dissemination of Digital Marketing Content |
CN106484819A (en) * | 2016-09-26 | 2017-03-08 | 天脉聚源(北京)科技有限公司 | A kind of method and device of counting user amount |
US10769658B2 (en) | 2016-09-30 | 2020-09-08 | International Business Machines Corporation | Automatic detection of anomalies in electronic communications |
US11443282B1 (en) * | 2016-12-23 | 2022-09-13 | Rolebot, Inc. | Systems, methods, media, and platforms for sourcing and recruiting candidates into an interview process |
USD892847S1 (en) | 2017-01-13 | 2020-08-11 | Yandex Europe Ag | Display screen with graphical user interface |
USD890802S1 (en) | 2017-01-13 | 2020-07-21 | Yandex Europe Ag | Display screen with graphical user interface |
USD882600S1 (en) | 2017-01-13 | 2020-04-28 | Yandex Europe Ag | Display screen with graphical user interface |
USD980246S1 (en) | 2017-01-13 | 2023-03-07 | Yandex Europe Ag | Display screen with graphical user interface |
USD892846S1 (en) | 2017-01-13 | 2020-08-11 | Yandex Europe Ag | Display screen with graphical user interface |
US11328212B1 (en) * | 2018-01-29 | 2022-05-10 | Meta Platforms, Inc. | Predicting demographic information using an unresolved graph |
US11276076B2 (en) | 2018-09-14 | 2022-03-15 | Yandex Europe Ag | Method and system for generating a digital content recommendation |
US10674215B2 (en) | 2018-09-14 | 2020-06-02 | Yandex Europe Ag | Method and system for determining a relevancy parameter for content item |
US11263217B2 (en) | 2018-09-14 | 2022-03-01 | Yandex Europe Ag | Method of and system for determining user-specific proportions of content for recommendation |
US11288333B2 (en) | 2018-10-08 | 2022-03-29 | Yandex Europe Ag | Method and system for estimating user-item interaction data based on stored interaction data by using multiple models |
US11086888B2 (en) | 2018-10-09 | 2021-08-10 | Yandex Europe Ag | Method and system for generating digital content recommendation |
CN111126419A (en) * | 2018-10-30 | 2020-05-08 | 顺丰科技有限公司 | Dot clustering method and device |
US11276079B2 (en) | 2019-09-09 | 2022-03-15 | Yandex Europe Ag | Method and system for meeting service level of content item promotion |
CN112084225A (en) * | 2020-09-16 | 2020-12-15 | 苏州众智诺成信息科技有限公司 | Intelligent processing method and system of big data based sharing platform and readable storage medium |
CN113420414A (en) * | 2021-05-27 | 2021-09-21 | 四川大学 | Short-term traffic flow prediction model based on dynamic space-time analysis |
WO2023220278A1 (en) * | 2022-05-12 | 2023-11-16 | 6Sense Insights, Inc. | Automated classification from job titles for predictive modeling |
Also Published As
Publication number | Publication date |
---|---|
US9569785B2 (en) | 2017-02-14 |
US20170109330A1 (en) | 2017-04-20 |
US20140143655A1 (en) | 2014-05-22 |
US10366146B2 (en) | 2019-07-30 |
US20190332650A1 (en) | 2019-10-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20140143012A1 (en) | Method and system for predictive marketing campigns based on users online behavior and profile | |
US20240185272A1 (en) | Sales prediction systems and methods | |
US9256692B2 (en) | Clickstreams and website classification | |
US11341510B2 (en) | Determining client system attributes | |
KR101104539B1 (en) | A behavioral targeting system | |
US8682723B2 (en) | Social analytics system and method for analyzing conversations in social media | |
CN110462604A (en) | The data processing system and method for association internet device are used based on equipment | |
US20090119173A1 (en) | System and Method For Advertisement Targeting of Conversations in Social Media | |
US11861661B2 (en) | Automatic login link for targeted users without previous account creation | |
US10600011B2 (en) | Methods and systems for improving engagement with a recommendation engine that recommends items, peers, and services | |
AU2011204831B2 (en) | Digital analytics platform | |
US20150348059A1 (en) | System and method for determining the shopping phase of a shopper | |
Khanchana et al. | Web Usage Mining for Predicting Users' Browsing Behaviors by using FPCM Clustering | |
CN117726357A (en) | Electronic commerce marketing method based on SCRM | |
Ashraf et al. | Personalized news recommendation based on multi-agent framework using social media preferences | |
US20170004402A1 (en) | Predictive recommendation engine | |
US20200013084A1 (en) | Systems and methods for converting sales and marketing opportunities | |
Fernandes et al. | Using clickstream data to analyze online purchase intentions | |
JP5384567B2 (en) | Latent class analyzer, latent class analyzing method and program | |
Diapouli et al. | Behavioural Analytics using Process Mining in On-line Advertising. | |
Smalec | Big Data as a tool helpful in communication management | |
Ozdemir et al. | Estimating shopping center visitor numbers based on a new hybrid fuzzy prediction method | |
Li | Digital Business Strategies in the Era of Web 4.0: An Analysis of Dell's Opportunities, Challenges, and Marketing Approaches | |
JP7280327B2 (en) | Marketing information analysis device, method and program | |
US11228866B1 (en) | Identification of location-tracked audiences |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MARKETO, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ALON, MICKEY;TELEM, MIKE;SIGNING DATES FROM 20140507 TO 20140525;REEL/FRAME:032967/0328 |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:039453/0610 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NE Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:039453/0610 Effective date: 20160816 |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLARTERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:041242/0655 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLARTERAL AGENT, N Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:041242/0655 Effective date: 20160816 |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NEW YORK Free format text: CORRECT AN ERROR IN A COVER SHEET PREVIOUSLY RECORDED ON REEL 041242 AND FRAME 0655 CORRECTION OF THE ASSIGNEE'S NAME;ASSIGNOR:MARKETO, INC.;REEL/FRAME:041725/0334 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NE Free format text: CORRECT AN ERROR IN A COVER SHEET PREVIOUSLY RECORDED ON REEL 041242 AND FRAME 0655 CORRECTION OF THE ASSIGNEE'S NAME;ASSIGNOR:MARKETO, INC.;REEL/FRAME:041725/0334 Effective date: 20160816 |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:043378/0317 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NE Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:043378/0317 Effective date: 20160816 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:044636/0715 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NE Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:044636/0715 Effective date: 20160816 |
|
AS | Assignment |
Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:044803/0280 Effective date: 20160816 Owner name: GOLUB CAPITAL MARKETS LLC, AS COLLATERAL AGENT, NE Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:044803/0280 Effective date: 20160816 |
|
AS | Assignment |
Owner name: MORGAN STANLEY SENIOR FUNDING, INC., MARYLAND Free format text: SECURITY INTEREST;ASSIGNOR:MARKETO, INC.;REEL/FRAME:044877/0759 Effective date: 20180207 Owner name: MARKETO, INC., CALIFORNIA Free format text: TERMINATION AND RELEASE OF PATENT SECURITY AGREEMENT;ASSIGNOR:GOLUB CAPITAL MARKETS LLC;REEL/FRAME:045294/0956 Effective date: 20180207 |
|
AS | Assignment |
Owner name: MARKETO SOLUTIONS LTD., ISRAEL Free format text: CHANGE OF NAME;ASSIGNOR:INSIGHTERA LTD.;REEL/FRAME:046842/0807 Effective date: 20141218 Owner name: MARKETO, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MARKETO SOLUTIONS LTD.;REEL/FRAME:046843/0117 Effective date: 20180910 |
|
AS | Assignment |
Owner name: MARKETO, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:MORGAN STANLEY SENIOR FUNDING, INC.;REEL/FRAME:047371/0948 Effective date: 20181031 |