CN111914187A - Method for recommending commodities and tracking recommending relation chain - Google Patents

Method for recommending commodities and tracking recommending relation chain Download PDF

Info

Publication number
CN111914187A
CN111914187A CN202010718685.9A CN202010718685A CN111914187A CN 111914187 A CN111914187 A CN 111914187A CN 202010718685 A CN202010718685 A CN 202010718685A CN 111914187 A CN111914187 A CN 111914187A
Authority
CN
China
Prior art keywords
recommendation
user
commodity
record
recommended
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.)
Granted
Application number
CN202010718685.9A
Other languages
Chinese (zh)
Other versions
CN111914187B (en
Inventor
向杰
陈旭东
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202010718685.9A priority Critical patent/CN111914187B/en
Publication of CN111914187A publication Critical patent/CN111914187A/en
Application granted granted Critical
Publication of CN111914187B publication Critical patent/CN111914187B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9536Search customisation based on social or collaborative filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Tourism & Hospitality (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of electronic commerce, in particular to a method for recommending commodities and tracking recommended relation chains. The method ensures that only one upstream recommendation relation chain for recommending the specific commodity to the specific user exists, disputes among multiple recommendation chains of the same commodity for the same user are solved, the recommendation record cannot be changed once being created, and a solution based on the method for high-performance caching and high-concurrency processing is greatly simplified.

Description

Method for recommending commodities and tracking recommending relation chain
Technical Field
The invention relates to the field of electronic commerce, in particular to a method for recommending commodities and tracking a recommendation relation chain.
Background
The recommendation granularity of some membership e-commerce systems which track a user multistage recommendation relation chain in the market at present is specific to the whole system rather than different commodities in the system, the recommendation relation is determined when the user registers rather than when the user first contacts the commodities, and the upstream recommenders of the user purchase any commodity in the system have corresponding profit sharing, so that the fairness of profit sharing is not reflected. And in other e-commerce systems for recording recommenders for commodity recommendation links, multi-level recommendation relationship chains are not tracked, the recommendation relationship is determined when the user purchases the commodity instead of being determined when the user first contacts the commodity, and when the user purchases the commodity through the recommendation links, corresponding recommenders can obtain certain profit sharing. The mode has the defects that a multi-level recommendation relationship chain cannot be tracked, a user can only recommend within a one-level relationship circle, the profit probability and recommendation enthusiasm of the user are low, and if the user knows a commodity through the recommendation link first but does not purchase the commodity through the recommendation link (the commodity is purchased through the recommendation link or self-navigation browsing of other people), a recommender who really introduces the commodity to the purchasing user for the first time cannot obtain profit.
Disclosure of Invention
The invention aims to: aiming at the existing problems, the commodity recommendation and recommendation relation chain tracking method overcomes the defect of fairness in benefit distribution of the multi-level member recommendation system and improves the profit probability and recommendation enthusiasm of a user of the single-level commodity recommendation system.
A method for commodity recommendation and tracking of a chain of recommendation relationships, comprising:
creating a recommendation record to be inserted into a recommendation table when a user enters a commodity detail interface for the first time; the recommendation table is used for storing all recommendation records and tracking recommendation relation chains, the recommendation records comprise recommendation IDs, recommender user IDs, recommended commodity IDs, upstream recommendation relation chains and record creation time, the recommendation IDs are main keys of the recommendation table, the recommender user IDs and the recommended commodity IDs are combined to form unique keys of the recommendation table, and the upstream recommendation relation chains are sequence sequences of all upstream recommender user IDs recommending the commodity to the user;
the recommendation ID of the recommendation record is generated by the system, the user ID of the recommender is the current user ID, the recommended commodity ID is the current commodity ID, the record creation time is the current time, and the upstream recommendation relation chain is generated according to the mode that the user enters the commodity detail interface: if the user is in a recommendation link mode, inquiring a recommendation table according to a recommendation ID parameter in a recommendation link to obtain a corresponding record, and adding the user ID of the recorded recommender at the tail part of the upstream recommendation relation chain of the record as the upstream recommendation relation chain of the recommendation record; if the user is in a non-recommended link mode, the upstream recommended link of the recommended record is empty;
only allowing a user to recommend commodities entering a detail interface, namely allowing the user to recommend recommended commodities in all recommendation records created by the user as a recommender, sharing recommendation by the user through a social platform sharing recommendation link, wherein the recommendation link is a system recommendation processing program entry and comprises a recommendation ID parameter for identifying a specific recommendation record, and the recommendation ID parameter is a recommendation ID of a corresponding record obtained by inquiring a recommendation table according to a recommended user ID and a recommended commodity ID;
when the user clicks the recommendation link, the system queries the recommendation table according to the recommendation ID parameter in the recommendation link to obtain a corresponding recommendation record, then guides the user to enter a commodity detail interface according to the recommended commodity ID of the recommendation record and transmits the recommendation ID parameter to a system subsequent processing program, and the user can also enter the commodity detail interface in a non-recommendation link mode.
Further, the judgment basis for the user to enter the commodity detail interface for the first time is as follows: and whether the recommendation table has a recommendation record with the current user ID as the user ID of the recommender and the current commodity ID as the recommended commodity ID is judged, if so, the recommendation is not the first time, and if not, the recommendation is the first time.
Further, when the user enters the commodity detail interface, if the user does not log in, the user is required to log in so as to obtain the user ID.
Further, the recommendation record is created when the user first enters the item detail interface and is not altered once created.
Further, the recommendation record is created when the user enters the commodity detail interface for the first time, and the mode of the user entering the commodity detail interface is divided into a recommendation link mode and a non-recommendation link mode.
Further, the recommendation record is created when the user enters the commodity detail interface for the first time, and the upstream recommendation relation chain of the recommendation record is set differently according to different modes of the user entering the commodity detail interface.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
the recommendation record is created and the upstream recommendation relation chain is determined based on the condition that the user firstly contacts the commodity, only one upstream recommendation relation chain for recommending the specific commodity to the specific user is ensured, disputes among a plurality of recommendation relation chains of the same commodity of the same user are solved, the recommendation relation chain is stored and tracked by using one recommendation table, and the recommendation record cannot be changed once being created, so that a solution based on the high-performance cache and high-concurrency processing is greatly simplified. In the invention, the user can only recommend the contacted commodities, thereby avoiding recommendation blindness and data flooding. The invention adopts the recommendation ID as the parameter of the recommendation link, hides the user ID of the recommender and the ID of the recommended commodity, and avoids the cheating behavior of creating or modifying the recommendation relation chain by tampering the link parameter. The invention completes the tracking and recording of the recommended relation chain in the system background, thereby avoiding various malicious attacks aiming at the client.
Drawings
FIG. 1 is a schematic diagram of the present invention;
Detailed Description
All features disclosed in this specification may be combined in any combination, except features and/or steps that are mutually exclusive.
The invention uses a recommendation table to store and track a recommendation relationship chain, and the table fields comprise: the system comprises a recommendation ID, a recommender user ID, a recommended commodity ID, an upstream recommendation relation chain (a sequence of all upstream recommender user IDs recommending the commodity to the recommender), and record creation time, wherein the recommendation ID is a main key, and the recommender user ID and the recommended commodity ID are combined to form a unique key.
The user completes sharing recommendation through sharing recommendation links on social platforms such as WeChat and qq, the recommendation links are entries of a system recommendation processing program and comprise a recommendation ID parameter used for identifying specific recommendation records.
When the user clicks the recommendation link, the system queries the recommendation table according to the recommendation ID parameter in the recommendation link to obtain a corresponding record (if the recommendation ID parameter is not found, the recommendation is prompted to be invalid and ended), and then guides the user to enter a commodity detail interface according to the recommended commodity ID of the record and transmits the recommendation ID parameter to a subsequent processing program. The user can also enter the commodity detail interface through other non-recommended link modes such as self-navigation browsing and the like.
Creating a recommendation record to be inserted into a recommendation table when a user enters a commodity detail interface for the first time, wherein a recommendation ID is generated by a system, a recommender user ID is a current user ID, a recommended commodity ID is a current commodity ID, record creation time is current time, and an upstream recommendation relation chain setting rule is as follows:
if the user passes the recommendation link mode, inquiring a recommendation table according to the recommendation ID parameter to obtain a corresponding record, and adding the recorded recommender user ID to the tail of the recorded upstream recommendation relation chain as a newly recorded upstream recommendation relation chain;
and if the user passes the non-recommended link mode, the newly recorded upstream recommended link is empty.
The user can only recommend the goods that he has entered the details interface, namely: and inquiring a recommendation table according to the ID of the recommended user and the ID of the recommended commodity to obtain a corresponding record during recommendation by using the recommended commodity in all recommendation records created by the user as a recommender, filling the recommendation ID of the record into a recommendation link as a parameter, and finally sharing the recommendation link to social platforms such as WeChat, qq and the like.
The recommendation between the user and the commodity is a many-to-many relationship, and the combination of the user ID of the recommender and the ID of the recommended commodity uniquely determines a recommendation and an upstream recommendation relationship chain thereof.
And when the user enters the commodity detail interface, if the user does not log in, the user is required to log in so as to obtain the user ID.
The recommendation record is created when the user enters the commodity detail interface for the first time, and the judgment basis for the user to enter the commodity detail interface for the first time is as follows: and whether the recommendation table has a recommendation record with the current user ID as the user ID of the recommender and the current commodity ID as the recommended commodity ID is judged, if so, the recommendation is not the first time, and if not, the recommendation is the first time.
The user enters the commodity detail interface and is divided into a recommendation link mode and a non-recommendation link mode.
The recommendation records are created when the user enters the commodity detail interface for the first time, and the upstream recommendation relation chain of the recommendation records is set differently according to different modes of the user entering the commodity detail interface.
The recommendation record is created when the user first enters the item detail interface and is not altered once created.

Claims (4)

1. A method for commodity recommendation and tracking of a chain of recommendation relations is characterized by comprising the following steps:
creating a recommendation record to be inserted into a recommendation table when a user enters a commodity detail interface for the first time; the recommendation table is used for storing all recommendation records and tracking recommendation relation chains, the recommendation records comprise recommendation IDs (IDs), recommender user IDs, recommended commodity IDs, upstream recommendation relation chains and record creation time, the recommendation IDs are main keys of the recommendation table, the recommender user IDs and the recommended commodity IDs are combined to form unique keys of the recommendation table, and the upstream recommendation relation chains are sequence sequences of all upstream recommender user IDs recommending the commodity to the user;
the recommendation ID of the recommendation record is generated by the system, the user ID of the recommender is the current user ID, the recommended commodity ID is the current commodity ID, the record creation time is the current time, and the upstream recommendation relation chain is generated according to the mode that the user enters the commodity detail interface: if the user is in a recommendation link mode, inquiring a recommendation table according to a recommendation ID parameter in a recommendation link to obtain a corresponding record, and adding the user ID of the recorded recommender at the tail part of the upstream recommendation relation chain of the record as the upstream recommendation relation chain of the recommendation record; if the user is in a non-recommended link mode, the upstream recommended link of the recommended record is empty;
only allowing a user to recommend commodities entering a detail interface, namely allowing the user to recommend recommended commodities in all recommendation records created by the user as a recommender, sharing recommendation by the user through a social platform sharing recommendation link, wherein the recommendation link is a system recommendation processing program entry and comprises a recommendation ID parameter for identifying a specific recommendation record, and the recommendation ID parameter is a recommendation ID of a corresponding record obtained by inquiring a recommendation table according to a recommended user ID and a recommended commodity ID;
when the user clicks the recommendation link, the system queries the recommendation table according to the recommendation ID parameter in the recommendation link to obtain a corresponding recommendation record, then guides the user to enter a commodity detail interface according to the recommended commodity ID of the recommendation record and transmits the recommendation ID parameter to a system subsequent processing program, and the user can also enter the commodity detail interface in a non-recommendation link mode.
2. The method of claim 1, wherein the basis for the user to first enter the item detail interface is: and whether the recommendation table has a recommendation record with the current user ID as the user ID of the recommender and the current commodity ID as the recommended commodity ID is judged, if so, the recommendation is not the first time, and if not, the recommendation is the first time.
3. The method of claim 1, wherein the user is required to log in if the user does not log in when entering the item detail interface, so as to obtain the user ID.
4. The method of claim 1, wherein the recommendation record is created when a user first enters the item detail interface and is not altered once created.
CN202010718685.9A 2020-07-23 2020-07-23 Commodity recommendation and recommendation relation chain tracking method Active CN111914187B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010718685.9A CN111914187B (en) 2020-07-23 2020-07-23 Commodity recommendation and recommendation relation chain tracking method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010718685.9A CN111914187B (en) 2020-07-23 2020-07-23 Commodity recommendation and recommendation relation chain tracking method

Publications (2)

Publication Number Publication Date
CN111914187A true CN111914187A (en) 2020-11-10
CN111914187B CN111914187B (en) 2023-09-08

Family

ID=73281944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010718685.9A Active CN111914187B (en) 2020-07-23 2020-07-23 Commodity recommendation and recommendation relation chain tracking method

Country Status (1)

Country Link
CN (1) CN111914187B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112613715A (en) * 2020-12-16 2021-04-06 重庆电子工程职业学院 Intelligent management system for traditional Chinese medicine diseases

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002279279A (en) * 2001-03-22 2002-09-27 Just Syst Corp Commodity recommendation system, commodity recommendation method and commodity recommendation program
WO2005109907A2 (en) * 2004-04-30 2005-11-17 Vulcan Inc. Maintaining a graphical user interface state that is based on a selected time
WO2012094469A2 (en) * 2011-01-07 2012-07-12 Meetup, Inc. Collaboration meeting management in a web-based interactive meeting facility
US20130246190A1 (en) * 2012-03-19 2013-09-19 Nhn Business Platform Corporation Advertisement providing system and method for providing interface for integrated payment with regard to goods in integrated marketplace
CN104933125A (en) * 2015-06-10 2015-09-23 百度在线网络技术(北京)有限公司 Recommendation method and device based on trust relationship
CN105488697A (en) * 2015-12-09 2016-04-13 焦点科技股份有限公司 Potential customer mining method based on customer behavior characteristics
CN105635210A (en) * 2014-10-30 2016-06-01 腾讯科技(武汉)有限公司 Network information recommending method and device, and reading system
CN105787755A (en) * 2016-02-05 2016-07-20 腾讯科技(深圳)有限公司 Information processing method, server and first terminal
CN106251171A (en) * 2016-07-19 2016-12-21 厦门市讯讯电子商务有限公司 A kind of cross-platform recommendation sells the method realizing distribution
CN106339922A (en) * 2016-08-29 2017-01-18 江苏键联信息科技有限公司 Sale management method and system
CN107169819A (en) * 2017-04-28 2017-09-15 杭州集盒网络技术有限公司 Purchaser record methods of exhibiting based on credible friend
CN107220843A (en) * 2017-04-28 2017-09-29 杭州集盒网络技术有限公司 The implementation method of relation chain based on shopping at network platform
CN107274221A (en) * 2017-06-12 2017-10-20 王亚杰 A kind of page network promotion method and system
CN107516246A (en) * 2017-08-25 2017-12-26 北京京东尚科信息技术有限公司 Determination method, determining device, medium and the electronic equipment of user type
CN107545488A (en) * 2017-07-28 2018-01-05 深圳二八云电子商务有限公司 User distributes processing system
CN109299997A (en) * 2018-09-03 2019-02-01 中国平安人寿保险股份有限公司 Products Show method, apparatus and computer readable storage medium
CN109523341A (en) * 2018-10-12 2019-03-26 广西师范大学 The cross-domain recommended method of anonymity based on block chain technology
CN109685549A (en) * 2018-11-30 2019-04-26 深圳春沐源控股有限公司 Rebating method, apparatus, computer installation and computer storage medium are shared in shopping
CN110135948A (en) * 2019-05-09 2019-08-16 西北民族大学 A kind of recommender system and method for Electronic Commerce platform commodity
CN110929132A (en) * 2019-11-14 2020-03-27 北京无限光场科技有限公司 Information interaction method and device, electronic equipment and computer readable storage medium
CN110990825A (en) * 2019-11-26 2020-04-10 湖北享七网络科技有限公司 Method and device for binding recommender and recommended person, storage medium and electronic equipment
CN111311307A (en) * 2020-01-19 2020-06-19 厦门众创指购科技股份有限公司 ID (identity) associated recruiter operation method and technical system based on social tool

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002279279A (en) * 2001-03-22 2002-09-27 Just Syst Corp Commodity recommendation system, commodity recommendation method and commodity recommendation program
WO2005109907A2 (en) * 2004-04-30 2005-11-17 Vulcan Inc. Maintaining a graphical user interface state that is based on a selected time
WO2012094469A2 (en) * 2011-01-07 2012-07-12 Meetup, Inc. Collaboration meeting management in a web-based interactive meeting facility
US20130246190A1 (en) * 2012-03-19 2013-09-19 Nhn Business Platform Corporation Advertisement providing system and method for providing interface for integrated payment with regard to goods in integrated marketplace
CN105635210A (en) * 2014-10-30 2016-06-01 腾讯科技(武汉)有限公司 Network information recommending method and device, and reading system
CN104933125A (en) * 2015-06-10 2015-09-23 百度在线网络技术(北京)有限公司 Recommendation method and device based on trust relationship
CN105488697A (en) * 2015-12-09 2016-04-13 焦点科技股份有限公司 Potential customer mining method based on customer behavior characteristics
CN105787755A (en) * 2016-02-05 2016-07-20 腾讯科技(深圳)有限公司 Information processing method, server and first terminal
CN106251171A (en) * 2016-07-19 2016-12-21 厦门市讯讯电子商务有限公司 A kind of cross-platform recommendation sells the method realizing distribution
CN106339922A (en) * 2016-08-29 2017-01-18 江苏键联信息科技有限公司 Sale management method and system
CN107169819A (en) * 2017-04-28 2017-09-15 杭州集盒网络技术有限公司 Purchaser record methods of exhibiting based on credible friend
CN107220843A (en) * 2017-04-28 2017-09-29 杭州集盒网络技术有限公司 The implementation method of relation chain based on shopping at network platform
CN107274221A (en) * 2017-06-12 2017-10-20 王亚杰 A kind of page network promotion method and system
CN107545488A (en) * 2017-07-28 2018-01-05 深圳二八云电子商务有限公司 User distributes processing system
CN107516246A (en) * 2017-08-25 2017-12-26 北京京东尚科信息技术有限公司 Determination method, determining device, medium and the electronic equipment of user type
CN109299997A (en) * 2018-09-03 2019-02-01 中国平安人寿保险股份有限公司 Products Show method, apparatus and computer readable storage medium
CN109523341A (en) * 2018-10-12 2019-03-26 广西师范大学 The cross-domain recommended method of anonymity based on block chain technology
CN109685549A (en) * 2018-11-30 2019-04-26 深圳春沐源控股有限公司 Rebating method, apparatus, computer installation and computer storage medium are shared in shopping
CN110135948A (en) * 2019-05-09 2019-08-16 西北民族大学 A kind of recommender system and method for Electronic Commerce platform commodity
CN110929132A (en) * 2019-11-14 2020-03-27 北京无限光场科技有限公司 Information interaction method and device, electronic equipment and computer readable storage medium
CN110990825A (en) * 2019-11-26 2020-04-10 湖北享七网络科技有限公司 Method and device for binding recommender and recommended person, storage medium and electronic equipment
CN111311307A (en) * 2020-01-19 2020-06-19 厦门众创指购科技股份有限公司 ID (identity) associated recruiter operation method and technical system based on social tool

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
LINKE GUO 等: "A Trust-Based Privacy-Preserving Friend Recommendation Scheme for Online Social Networks", 《IEEE TRANSACTIONS ON DEPENDABLE AND SECURE COMPUTING》, pages 413 - 427 *
孙雨生;张晨;任洁;朱礼军;: "国内电子商务个性化推荐研究进展:架构与实践", 现代情报, no. 05, pages 151 - 156 *
邓秀勤, 姜莲花: "电子商务推荐系统研究", 辽东学院学报, no. 04, pages 38 - 42 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112613715A (en) * 2020-12-16 2021-04-06 重庆电子工程职业学院 Intelligent management system for traditional Chinese medicine diseases
CN112613715B (en) * 2020-12-16 2023-09-05 重庆电子工程职业学院 Intelligent management system for traditional Chinese medicine diseases

Also Published As

Publication number Publication date
CN111914187B (en) 2023-09-08

Similar Documents

Publication Publication Date Title
CN109523341B (en) Anonymous cross-domain recommendation method based on block chain technology
US9639851B2 (en) Delivering promotions associated with user profiles through multiple digital channels associated with the user profiles
US20190130387A1 (en) Method and system for prevention of fraudulent gift cards via blockchain
Pandey et al. Learning to target: what works for behavioral targeting
TWI389046B (en) Trusted third party clearing house for lead tracking
US8301514B1 (en) System, method, and computer readable medium for providing recommendations based on purchase phrases
US10810167B1 (en) Activity verification using a distributed database
US10878390B2 (en) Systems and methods for identifying suspect illicit merchants
CN107220837A (en) A kind of destination object source tracing method and device
CN108257027A (en) Declaration form data checking method, device, computer equipment and storage medium
US8527475B1 (en) System and method for identifying structured data items lacking requisite information for rule-based duplicate detection
US20100161603A1 (en) Grouping methods for best-value determination from values for an attribute type of specific entity
CN101796515A (en) Query statistic provides device
CN108595980A (en) A kind of commodity trace to the source information guard method and device
CN109767247A (en) A kind of distribution commodity traceability system and source tracing method
US10977703B2 (en) Method and system for determining confidence of a seller in a user marketplace
CN110910150B (en) Correlation method and device for tracing source based on Internet of things technology and combined block chain
US20170069014A1 (en) Method and system for intelligent storage and distribution of media keys for content delivery
CN105303126B (en) A kind of credible method of counting and system
CN108133373A (en) Seek the method and device for the adventure account for relating to machine behavior
US20190050877A1 (en) Method and apparatus for content distribution in online marketplace applications
US20230055618A1 (en) Systems and Methods for Management of Token Interactions
CN111914187A (en) Method for recommending commodities and tracking recommending relation chain
US20230298016A1 (en) Systems and methods for validating asset destinations in blockchain networks
CN110349322A (en) A kind of invoice data verification method, device and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant