WO2021114180A1 - Information filtering method, device, and server - Google Patents

Information filtering method, device, and server Download PDF

Info

Publication number
WO2021114180A1
WO2021114180A1 PCT/CN2019/124887 CN2019124887W WO2021114180A1 WO 2021114180 A1 WO2021114180 A1 WO 2021114180A1 CN 2019124887 W CN2019124887 W CN 2019124887W WO 2021114180 A1 WO2021114180 A1 WO 2021114180A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
information
package
import
tag
Prior art date
Application number
PCT/CN2019/124887
Other languages
French (fr)
Chinese (zh)
Inventor
郭子亮
Original Assignee
深圳市欢太科技有限公司
Oppo广东移动通信有限公司
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 深圳市欢太科技有限公司, Oppo广东移动通信有限公司 filed Critical 深圳市欢太科技有限公司
Priority to PCT/CN2019/124887 priority Critical patent/WO2021114180A1/en
Priority to CN201980099738.9A priority patent/CN114341910A/en
Publication of WO2021114180A1 publication Critical patent/WO2021114180A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Definitions

  • This application relates to the field of data processing technology, and more specifically, to an information screening method, device, and server.
  • user information used to characterize users can be abstracted as important information for further accurate and rapid analysis of user behavior and consumption habits.
  • This application proposes an information screening method, device and server to improve the above problems.
  • the embodiments of the present application provide an information screening method, which is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the method includes: receiving a user package, the user The package includes one or more user information; the user information in the user package is imported, the user information includes multiple types of information tags, the imported user information is associated with the import tag corresponding to the user package, and the user The import label corresponding to the package is a label assigned to the user package and used to indicate the identity of the user package; user information is filtered according to the import label and the information label.
  • an embodiment of the present application provides an information screening device, which is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the device includes: a receiving module for receiving users Package, the user package includes one or more user information; the import module is used to import the user information in the user package, the user information includes multiple types of information tags, the imported user information and the user The import label corresponding to the package is associated, and the import label corresponding to the user package is a label assigned to the user package and used to indicate the identity of the user package; the selection module is used to filter users based on the import label and the information label information.
  • an embodiment of the present application provides a server, including: one or more processors; a memory; and one or more programs.
  • the one or more programs are stored in the memory and configured to be executed by the one or more processors, and the one or more programs are executed by the processors to implement the above-mentioned method.
  • the server stores user information, and the user information includes an information tag.
  • user information can be screened according to the imported tags and information tags, so that the range of user information that can be screened is broadened by uploading a user package that includes user information.
  • Fig. 1 shows a flowchart of an information screening method provided by an embodiment of the present application.
  • Fig. 2 shows a flowchart of an information screening method provided by another embodiment of the present application.
  • Fig. 3 shows a flowchart of an information screening method provided by another embodiment of the present application.
  • Fig. 4 shows a flowchart of an information screening method provided by still another embodiment of the present application.
  • Fig. 5 shows a schematic diagram of user package upload in a scenario provided by an embodiment of the present application.
  • Fig. 6 shows a functional module diagram of an information screening device provided by an embodiment of the present application.
  • Fig. 7 shows a structural block diagram of a server provided by an embodiment of the present application.
  • FIG. 8 is a storage unit for storing or carrying program code for implementing the information screening method according to the embodiment of the present application according to an embodiment of the present application.
  • users can be "labeled" to form user information corresponding to each user, for example, to form a corresponding user information for each user.
  • User portrait In the server, the user can be represented by a user identification code, and the user identification code can be a user account or an identity code of an electronic device.
  • the user information stored in the server can include multiple types of information tags and user identification codes corresponding to the information tags. In each user information, the information tag corresponding to the user identification code represents the image depiction of the user corresponding to the user identification code. .
  • User information can include multiple types of information tags, and each type of information tag can represent the identification of a certain dimension of the user, such as gender, age, constellation, occupation, hobby, etc., can be different types of information tags.
  • the content of each information tag represents the characteristics of one dimension of the user. For example, if the gender content is male, it means that the user corresponding to the user ID is male; if the age is 20-25, it means that the user is identified The corresponding user of the code is between 20 and 25 years old.
  • the information tag of user information can be used to select users with certain characteristics for business operation and data analysis, such as pushing information by analyzing users. For example, for a 20-year-old male whose constellation is Capricorn, his occupation is a programmer, and his hobby is sports user U1, the various information labels of gender, age, constellation, occupation, and hobbies are male and 20 respectively. , Capricorn, programmers, and sports; for a 22-year-old woman, her zodiac sign is Libra, her occupation is a salesperson, and her hobby is a user U2 who is watching dramas. Then her various information tags gender, age, horoscope, occupation, hobbies The contents are female, 22, Libra, salesperson, and watching dramas.
  • User information can be filtered through the information label to select users. For example, if the gender male is selected in the information label, the user information of user U1 can be filtered, so that user U1 can be selected; if the gender female is selected, the user information of user U2 will be filtered , Which can select user U
  • the inventor proposes the information screening method, device, and server provided by the embodiments of the present application, which can upload user packages to the server, and use user information in the user packages as objects that can be filtered. Therefore, users can obtain user information that meets their needs from other platforms according to their own needs, package them to obtain user packages, and upload them to the server. For example, in the above example, the user can obtain user information of users who travel frequently from the map data platform, package it into a user package and upload it to the server for use as optional user information.
  • the information screening method, device, and server provided in the embodiments of the present application will be described in detail below through specific embodiments.
  • FIG. 1 shows an information screening method provided by an embodiment of the present application. Specifically, this method can be used for servers, specifically including:
  • Step S110 Receive a user package, where the user package includes one or more user information.
  • the server may receive a user package, and the user package may be a user package uploaded externally.
  • the user package includes user information of one or more users, and the user information includes multiple types of information tags.
  • the user information that meets the selection requirement can be obtained from other servers or network platforms through electronic devices, and the user information can be packaged as a user package and uploaded to a server that can perform information push.
  • the user information includes multiple types of information tags.
  • the server requests user information that meets the selection requirement from other servers or network platforms, and the requested other server or network platform packages the requested user information into a user package and sends it to the requesting server.
  • the server receives the uploaded user package.
  • the user package uploaded to the server is not a user package generated by the server itself, but a user package sent by other devices.
  • Step S120 Import user information in the user package, and the user information includes multiple types of information tags.
  • the imported user information is associated with an import label corresponding to the user package, and the import label corresponding to the user package is a label assigned to the user package and used to indicate the identity of the user package.
  • the user package can be assigned an import label for indicating the identity of the user package, as an import label corresponding to the user package, each import label is a unique code, indicating that the user package is received by the server.
  • the server When the server imports the user information in the user package, it can store the user information in the user package, and mark the user information in the user package with an import label corresponding to the user package.
  • the way of marking the import label for the user information may be by associating the user information with the import label corresponding to the user package.
  • the import tag corresponding to the user package is used to indicate that the user package was received by the server, and the user information in the user package is associated with the import label corresponding to the user package, which can indicate that the associated user information is received by the server or external Imported, and can also indicate which user information is received in the user package that is associated with the user information.
  • Step S130 Filter user information according to the import tag and the information tag.
  • user information can be selected based on the import tag, or user information can be selected based on the information tag.
  • two user packages are uploaded to the server, corresponding to different import tags A and B, where import tag A is the object to be selected, and users between 20 and 25 are also the objects to be selected, you can select Import user information with tag A, and select user information corresponding to age information tags whose tag content is 20-25 years old, as user information filtered according to the imported tags and information tags.
  • the user can upload the user package to the server according to the business requirements, so that in the screening, the information tag and the import tag are combined to have a wider range of options, and to select a richer and more targeted object.
  • This application also provides an embodiment, in which the embodiment includes a storage method for externally imported user packages. Specifically, please refer to Figure 2.
  • the method includes:
  • Step S210 Receive a user package, the user package including one or more user information.
  • the server may receive uploads of one or more user packages.
  • multiple user packages can be uploaded at the same time or at different times.
  • the embodiment of this application uses one of the uploaded user packages for description.
  • the upload of each user package can refer to a user package for description. Upload.
  • the user identification code corresponding to the information tag may be included, indicating that the user information is the user information corresponding to the included user identification code, and also that the information tag in the user information corresponds to the user identification code in the user information Information label.
  • Step S220 Determine whether the user identification code included in the user information in the user package has been stored. For user identification codes that are not stored, step S230 is executed; for user identification codes that are stored, step S240 is executed.
  • the user information includes the user identification code and its corresponding information label.
  • the user identification code in the user information indicates the source of the user information, or the information of which user the user information is. It is judged whether the same user information is stored in the server, and it can be judged whether the user identification code included in the user information in the user package has been stored. For the user identification code included in each user information in the user package, it can be determined whether the user identification code has been stored in the server.
  • the user identification code included in each user information in the user package it can be found whether the same user identification code is already stored in the server. If the same identification code is stored, it is determined that the user identification code has been stored; if there is no identical user identification code, it is determined that the user identification code is not stored. For the user identification code already stored in the server and the user identification code not stored, the corresponding user information in the user package is processed in different ways.
  • Step S230 Import user information including the user identification code, and the imported user information is associated with an import tag corresponding to the user package.
  • the user information including the user identification code is not stored in the server, the user information is stored in the server, and the user information is associated with the import tag corresponding to the user package.
  • associating the user information with the import label may be associating the user identification code included in the user information with the import label.
  • the user information in the user package is associated with the import tag corresponding to the user package.
  • the association operation can be to import the user information before importing the user information, that is, after determining the association relationship between the user information and the import tag; the association operation can also be to import the user information in the user package, namely, the user information and While importing the label association, the user information is imported; the association operation can also be after the user information is imported, that is, after the user information is imported, the imported user information is associated with the imported label.
  • Step S240 Associate the stored user information corresponding to the same user identification code with the import tag.
  • the user information including the user identification code can no longer be stored repeatedly, and the user information corresponding to the same user identification code already stored in the server can be associated Go to the import label corresponding to the user package. That is, if the user identification code in a certain stored user information is the same as a certain user identification code in the user package, the stored user information is associated with the import tag corresponding to the user package.
  • the user information in the user package also includes some other information corresponding to the user identification code, and the user identification code included in the user information is already stored in the server, the user information can be included The other information of is stored corresponding to the same user identification code that has been stored.
  • an import label corresponding to the user package may also be generated before the user information in the user package is associated with the import label corresponding to the user package.
  • the imported label can be generated according to preset label generation rules, such as a combination of one or more information such as the upload time of the user package, the upload serial number, and the account number of the user who uploaded the user package.
  • the import labels corresponding to different user packages may be different, that is, the import labels and the user packages have a one-to-one correspondence.
  • a unique import label is generated for each user package according to a preset label generation rule.
  • tags can be imported according to the user setting uploading the user package.
  • user packages uploaded by the same user can be set with the same import label; user packages uploaded by different users can be set with different import labels.
  • each uploading user can select the user package uploaded by himself through the import tag.
  • whether it is uploaded by the same user or different users can be distinguished according to the user's account. If it is the same account, it is considered the same user; if it is a different account, it can be considered as different users.
  • the user who uploads the user package may specify that certain user packages have the same import label according to requirements.
  • the user uploads 3 user packages, among which the user identification code in user package 1 and user package 2 wants to be the push object of information I2, the user identification code in user package 3 wants to be the push object of information I3, and the user
  • user package 1 and user package 2 can be designated as corresponding to the same import label C
  • user package 3 can be designated as the corresponding import label D.
  • Import label D is different from import label C, which can be based on import label C.
  • the user identification code of the push information I2 is selected, and the user identification code of the push information I3 is selected according to the import tag D.
  • the user can specify the currently uploaded user package and the previously uploaded user package with the same import label through the label specification instruction.
  • the server receives the uploaded user package, it can determine whether it has received the corresponding label designation instruction at the same time.
  • the label designation instruction is used to designate the import label corresponding to the uploaded user package as the import label corresponding to the currently uploaded user package. If the label designation instruction is received, the import label corresponding to the user package specified by the label designation instruction is used as the import label corresponding to the currently uploaded user package. If the label designation instruction is not received, a unique import label is assigned to the currently received user package, and the unique import label is different from the import labels of other user packages.
  • the server has received user package 1 and determines that the import label corresponding to user package 1 is C.
  • the label designation instruction is received at the same time, and the import label corresponding to the user package 1 is designated as the import label corresponding to the user package 2, and then the import label C is determined as the import label corresponding to the user package 2.
  • users who upload user packages can also group their uploaded user packages.
  • User packages in the same group indicate that the same import label can be set.
  • user package 1 and user package 2 are grouped into one group
  • user package 3 is grouped into one group.
  • the electronic device may be a smart device such as a mobile phone, a personal computer, a tablet computer, etc., which is not limited in the embodiment of the present application.
  • the server After the server receives the user package, it can determine the group selected for the user package, and the import label corresponding to the group selected for the user package is used as the import label corresponding to the user package. Among them, if the group selected by the user package is a new group, the corresponding import label can be generated for the newly created group, and the imported label can be used as the import label corresponding to the user package; if the group selected by the user package is created and corresponds to For a group with an import label, the import label corresponding to the group is used as the import label corresponding to the user package. Since the same group corresponds to the same import label, and different groups correspond to different import labels, when the import label is generated for the newly created group, the generated import label is different from the import labels of other groups.
  • the user information already stored in the server may not be the user information in any uploaded user package, but the user information corresponding to the user identification code registered or logged in to the server that has data interaction with the server ,
  • the server generates the user information corresponding to the user identification code according to the data generated by the user identification code; in addition, the user information already stored in the server may also be the user information in other uploaded user packages.
  • the user identification code stored in the server is a user identification code included in user information in other uploaded user packages, the user information corresponding to the user identification code has been associated with an import tag. Therefore, in the currently uploaded user package, if a user identification code has been stored with the same user identification code, for the stored same user identification code, it can be determined whether the user information corresponding to the user identification code has been associated with an import tag.
  • the user identification code may be repeatedly associated with the same import tag.
  • user package 1 and user package 2 both correspond to imported label C
  • user identification code id1 is in both user package 1 and user package 2
  • user information corresponding to id1 may be repeatedly associated with imported label C, resulting in data redundancy.
  • a user identification code in the user package has stored the same user identification code, and the user information corresponding to the stored same user identification code has been associated with an import tag, it can be determined that the user information corresponding to the user identification code has been associated Whether the import label of is the same as the import label corresponding to the currently uploaded user package. If they are different, the user information corresponding to the user identification code is simultaneously associated with the import tag corresponding to the currently uploaded user package. If they are the same, the user information will no longer be associated with the import tag, and the next user information in the user package will be processed.
  • Step S250 Filter user information according to the import tag and the information tag.
  • the imported user information is associated with an import label, and the user information also includes an information label, and the user identification code can be selected according to the import label and the information label.
  • the user can choose to import the label and the information label through the electronic device, and send the selected result to the server.
  • the server can receive the import tag selected by the user and define the selected import tag as the target import tag; the server can receive the information tag selected by the user and define the selected information tag as the target information tag.
  • the server searches for the user information associated with the target import tag and the user information corresponding to the target information tag as the filtered user information.
  • the intersection is used as the filtered user information, and whether the union or the intersection is selected is not limited in the embodiment of this application, and can be determined according to actual needs.
  • selecting the information label is to select the content in the information label.
  • user information includes two types of information tags, namely age and gender. Each type of information label corresponds to a different content range, such as age is divided into 20-25, 26-30, 31-35; gender is divided into male and female.
  • the target information label is 20-25, male and female, and the user information corresponding to the target information label is statistical information indicating that the age is 20-25 years old.
  • it may also include pushing the user identification code included in the screened user information, that is, pushing the information to the terminal corresponding to the selected user identification code.
  • the user identification code included in the screened user information is obtained as the target user identification code; the information is pushed to the terminal corresponding to the target user identification code.
  • the terminal can be a variety of smart electronic devices such as mobile phones, personal computers, tablet computers, e-readers, and smart wearable devices.
  • the information pusher chooses to import tags and information tags, it can also select the information pushed to the user identification code as the information to be pushed.
  • the server may receive the information to be pushed selected corresponding to the target import tag and the target information tag, and when pushing information to the user identification code, the information to be pushed may be pushed.
  • the server can determine the user identification code corresponding to the imported tag C and between 20-25 years old.
  • the user identification code corresponding to the age information tag of is the identification code to be pushed, and the information I2 is pushed to the determined identification code to be pushed.
  • the same user identification code in the uploaded user package has been stored and the same user identification code has not been stored, and the processing is performed in a different manner to avoid data redundancy.
  • the user identification code included in the selected user information can be pushed.
  • the externally uploaded user package can be used as a supplement to the existing user identification code of the server for targeted selection.
  • not all user identification codes in the user package uploaded externally are suitable candidates for selection.
  • select user identification code to push information The server characterizes user information based on user online shopping data, but the information pusher wants to push information to users who travel frequently.
  • the information pusher can obtain user information of users who travel frequently according to the map data platform.
  • the user identification codes corresponding to the imported tags may be further filtered by selecting the information tags corresponding to the user identification codes in the user information. Specific examples are described below.
  • the method provided in this embodiment includes:
  • Step S310 Receive a user package.
  • the server may receive the uploaded user package, the user package includes one or more user information, and the user information includes a user identification code and multiple types of information tags corresponding to the user identification code.
  • step S310 For a specific description of step S310, reference may be made to the description of the same or similar steps in the foregoing embodiment, and details are not described herein again.
  • Step S320 Determine whether the user identification code included in the user information in the user package has been stored. For the user identification code that is not stored, step S330 is executed; for the user identification code that is stored, step S340 is executed.
  • step S340 For each user information in the user package, before storing, it can be determined whether the user identification code included in the user information has been stored in the server. If it is stored, go to step S340; if it is not stored, go to step S330.
  • Step S330 Import user information including the user identification code, and the imported user information is associated with an import tag corresponding to the user package.
  • a user identification code that is not stored it means that the related information of the user identification code is new information relative to the server, and it can mean that the user information that includes the user identification code is new information relative to the server, and the information can be included.
  • the user information of the user identification code is imported, and the user information is associated with the import tag corresponding to the user package.
  • Step S340 Determine whether the information label corresponding to the user identification code in the user package is the same as the stored information label corresponding to the same user identification code. If they are different, execute step S350; if they are the same, execute step S360.
  • the user information corresponding to the stored same user identification code can be associated with the import tag .
  • the information label corresponding to the same user identification code stored in the user package may be different from the information label corresponding to the user identification code in the user package. Therefore, it can be determined whether the information label corresponding to the user identification code included in the user package in the user package is the same as the information label corresponding to the user identification code.
  • the information tags corresponding to the same user identification code stored are the same.
  • the format of the information label in the user package and the information label stored in the server may be different, which is not conducive to the comparison of whether the same is the same and the selection of the information label. Therefore, it can be determined whether the format of the information tag included in each user information in the user package is the same as the format of the information tag included in the stored user information; if they are different, the information tag included in the user information in the user package is converted to the same format as that of the stored user information. The same format as the information label.
  • the server displays them in segments.
  • the format of age information tags is 20-25, 26-30, 31-35, 36-40, and the content of age information tags for 21-year-old users is 20-25 , 27-year-old user’s age information label content is 26-30.
  • the format of the age information label in the user package is 20-30, 31-40, change its format to 20-25, 26-30, 31-35, 36-40, 21-year-old user’s age information label
  • the content is changed from 20 to 30 to 20 to 25, and the content of the age information label for 27-year-old users is changed from 20 to 30 to 26 to 30.
  • the uniform manner of the specific information label format is not limited in the embodiment of the present application.
  • Step S350 Associate the user information including the user identification code with the import tag, and store the information tag corresponding to the user identification code in the user package corresponding to the same stored user identification code.
  • the user package if the information label corresponding to the user identification code included in a certain user information is different from the information label corresponding to the same user identification code that has been stored, since the user identification code in the imported user package is an important object to be selected by the user,
  • the partial information tag corresponding to the user identification code included in the user package is different from the stored information tag corresponding to the same user identification code, only the different partial information tag may be stored.
  • the difference in information tags can be different categories, such as age information tags and gender information tags; it can also be different content of information tags of the same category, for example, the user identification code id2 in the user bag corresponds to the age information tag of 21.
  • the age information label corresponding to the user identification code id2 stored in the server is 22, and the age information label is different.
  • Step S360 Associate the stored user information corresponding to the same user identification code with the import tag.
  • the information label corresponding to the user identification code in the user bag is the same as the information label corresponding to the same user identification code that has been stored, it is not necessary to store the information label corresponding to the user identification code, and directly replace the stored same user identification code
  • the corresponding user information is associated with the import tag corresponding to the user package.
  • Step S370 Filter user information according to the import tag and the information tag.
  • the user can first select the import tag through the electronic device to select the user identification code imported from the outside.
  • the server can receive the import tag selected by the user.
  • the server can find the user information associated with the received import tag, that is, find the user information imported from the outside.
  • multiple types of information tags in the found user information can be acquired as the multiple types of information tags corresponding to the received imported tags.
  • the server returns the multiple types of information tags to the electronic device, so that the user can select tag content from the returned multiple types of information tags, and determine the user characteristics corresponding to the user identification code to be selected.
  • the server receives the information tag selected from the returned multiple types of information tags, and defines the information tag as the first information tag.
  • the user identification code can also be selected through the information tag.
  • the user can select the information tag in the server that does not correspond to the import tag through the electronic device.
  • the server can receive the information tag selected by the user from the multiple types of information tags that do not correspond to the import tag as the second information label.
  • the order of obtaining the first information tag and the second information tag is not limited.
  • information tags are selected from multiple types of information tags, specifically the content range of each type of information tag is selected, such as selecting a certain age group from age information tags, selecting certain occupations from occupation information tags, etc. .
  • the server may obtain the user identification code corresponding to the first information tag and the second information tag.
  • the imported tag is associated with the user information, and the imported tag is associated with the user identification code included in the user information.
  • the information tags corresponding to id3 and id4 are age, the content of the age information tag corresponding to id3 is 21, and the content of the age information tag corresponding to id4 is 27.
  • User identification codes id5 and id6 are not user identification codes included in any imported user package, and no import tag is associated.
  • the information tags corresponding to id5 and id6 include gender, the content of the gender information tag corresponding to id5 is male, and the content of the gender information tag corresponding to id6 is female.
  • the user can choose to import the label C and send it to the server, and the server returns the age information label. If the user selects the content of the age information tag as 20-25, the server will use 20-25 as the first information tag, and the user identification code corresponding to the first information tag can be found as id3.
  • the user can choose from the information tags that do not correspond to the import tags. For example, if the female in the gender information tag is selected as the second information tag, the server can find that the user identification code corresponding to the second information tag is id6.
  • the user information includes the user identification code and the information label corresponding to the user identification code, so that when selecting the user, the user identification code imported by the user package can also be selected according to the information label.
  • selecting the user identification code it can not only push the users counted by the server itself, but also not miss the users not counted by the server itself, and make the selection of the user identification code not counted by the server more pertinent.
  • the user information portrayed by the server may be performed on the electronic device.
  • the information screening method provided by the embodiment of the present application may include the generation of user information. Referring to FIG. 4, the method includes:
  • Step S410 Obtain information tags corresponding to multiple electronic devices.
  • the server can obtain relevant user data generated by various electronic devices, such as various logs, user operation data, and user data.
  • the server collects user data of the electronic device, which may be user data generated by various applications logged in or registered in the electronic device to obtain more complete and comprehensive information, and the information label depicted is closer to the actual user. Characteristics.
  • Analyze the user data of each electronic device and generate an information tag corresponding to the electronic device and used to describe the characteristics of the user of the electronic device.
  • the four categories of information labels of gender, age, constellation, and occupation are used to describe the characteristics of users. If the user’s gender is male, the age is 32, and the age of a certain electronic device is obtained through legal channels such as questionnaire surveys, information registration, and information retrieval.
  • the constellation is Libra and the profession is a programmer.
  • the information tags corresponding to the electronic device can be generated.
  • the contents of the various information labels are: gender male, age 20, constellation Libra, occupation programmer.
  • Step S420 Associate the information tag corresponding to each electronic device with the user identification code, as the user information corresponding to the electronic device, and the information tags corresponding to different electronic devices are associated with different user identification codes.
  • Each electronic device can be assigned a unique user identification code, and the information tag corresponding to each electronic device is associated with the user identification code of the electronic device.
  • the user information can include the user identification code and The information label corresponding to the user identification code.
  • the user identification code of the electronic device may be generated according to a certain generation rule; or, the international mobile equipment identification code (imei) of the electronic device is used as the user identification code of the electronic device, etc.
  • the server can select the user identification code according to the import label corresponding to the user package and the generated information label.
  • Step S430 Receive a user package, the user package including one or more user information.
  • Step S440 Import user information in the user package, where the user information includes multiple types of information tags, and the imported user information is associated with an import tag corresponding to the user package.
  • Step S450 Filter user information according to the import tag and the information tag.
  • step S430 to step S450 may refer to the same or similar parts in the foregoing embodiment, and details are not described herein again.
  • the electronic device is used as the main body of user information characterization, and more comprehensive user information can be obtained. Produce user information closer to the actual characteristics of the user of the electronic device.
  • the selection is made by combining the portrayed user information and the externally uploaded user information, so that the selected objects are more accurate and targeted.
  • the embodiment of the present application also provides an embodiment of uploading user packages and corresponding processing in an implementation scenario, as shown in FIG. 5.
  • the user information may include a user identification code
  • the association between the user information and the import tag may be the association between the user identification code and the import tag in the user information.
  • the user package may be an imei package, that is, the user identification code included is imei.
  • imei1 and imei2 are taken as examples for illustration, imei1 and imei2 represent two different user identification codes included in the user package.
  • the server may be Elasticsearch (a search server based on Lucene). As shown in Figure 5, the imei package is imported into Elasticsearch, and Elasticsearch correspondingly receives the imei package.
  • es (Lucene-based search server, Elasticsearch), there is user information including imei1, as shown in FIG. 5, in the user information, the information label corresponding to imie1 is gender male and age 23. Then the imei1 in es is associated with the import tag, and the import tag is the unique code corresponding to the imei package in Figure 5.
  • the user information including imei2 is stored in es and associated with the import tag, which is the unique code corresponding to the imei package in FIG. 5.
  • imei1 in the imei package and imei2 in the imei package in Elasticsearch there are both imei1 in the imei package and imei2 in the imei package in Elasticsearch, and both imei1 and imei2 are associated with the import tags corresponding to the imei package.
  • the user identification code When selecting the user identification code, you can select through the information tag, or you can select through the import tag. For example, for the user identification code in FIG. 5, if the information tag whose content is age 23 is selected, and the import tag corresponding to the imei package in FIG. 5 is selected, the user identification codes imei1 and imei2 can be selected.
  • the apparatus 500 includes a receiving module 510, configured to receive a user packet, and the user packet includes one or more user information.
  • the import module 520 is configured to import user information in the user package, the user information includes multiple types of information tags, the imported user information is associated with an import tag corresponding to the user package, and the user package corresponds to the import
  • the label is a label assigned to the user package and used to indicate the identity of the user package; the selection module 530 is used to filter user information according to the import label and the information label.
  • the import module 520 may include: a judging unit for judging whether the user identification code included in the user information in the user package has been stored; the first processing unit is for changing the user identification code that is not stored The user information including the user identification code is imported, and the imported user information is associated with the import tag corresponding to the user package; the second processing unit is configured to identify the same user that has been stored for the stored user identification code The user information corresponding to the code is associated with the import tag.
  • the import module 520 may also be used to associate the user information in the user package with an import tag corresponding to the user package.
  • the second processing unit further includes a first judging subunit for judging whether the user information corresponding to the user identification code has been associated with an import tag for the stored user identification code; the second judging subunit uses If it has been associated, it is determined whether the import tag associated with the user information corresponding to the user identification code is the same as the import tag corresponding to the currently uploaded user package; the association sub-unit is used to correspond the user identification code if they are different The user information of is also associated with the import tag corresponding to the currently uploaded user package.
  • the second processing unit may also be used to determine whether the information tag corresponding to the user identification code in the user package is the same as the information tag corresponding to the same user identification code stored in the stored user identification code, if different , The user information including the user identification code is associated with the import tag, and the information tag corresponding to the user identification code in the user package is stored corresponding to the same stored user identification code; if the same, the stored The user information corresponding to the same user identification code is associated with the import tag.
  • the device 500 may further include a label generating module, which is used to generate an import label corresponding to the user package.
  • the import tags corresponding to different user packages can be different.
  • the device may further include a label judgment module for judging whether a label designation instruction is received, and the label designation instruction is used to designate the import label corresponding to the uploaded user package as the import label corresponding to the currently uploaded user package .
  • the import module 520 may also be configured to, if the label designation instruction is received, use the import label corresponding to the user package specified by the label designation instruction as the import label corresponding to the currently uploaded user package.
  • the device may further include a group determination module for determining the group selected for the user package, wherein the same group corresponds to the same import label, and different groups correspond to different import labels; the label distribution module is used for The import label corresponding to the group selected for the user package is used as the import label corresponding to the user package.
  • a group determination module for determining the group selected for the user package, wherein the same group corresponds to the same import label, and different groups correspond to different import labels; the label distribution module is used for The import label corresponding to the group selected for the user package is used as the import label corresponding to the user package.
  • the selection module 530 may include a selection unit, configured to receive the import tag selected by the user as the target import tag, and receive the information tag selected by the user as the target information tag; and the search unit, configured to find the user associated with the target import tag The information and the user information corresponding to the target information tag are used as the filtered user information.
  • the user information further includes a user identification code corresponding to the information tag.
  • the selection module 530 may be configured to receive the import tag selected by the user; return the multiple types of information tags in the user information corresponding to the imported tag; receive the information tag selected from the returned multiple types of information tags as the first information tag; Receive an information tag selected by the user from among the multiple types of information tags in user information that does not correspond to the imported tag as the second information tag; obtain the first information tag and the user identification code corresponding to the second information tag.
  • the device 500 may also include a format processing module for determining whether the format of the information tag included in the user information in the user package is the same as the format of the stored information tag; if they are different, the user information in the user package is included The information tag of is converted to the same format as the stored information tag.
  • a format processing module for determining whether the format of the information tag included in the user information in the user package is the same as the format of the stored information tag; if they are different, the user information in the user package is included The information tag of is converted to the same format as the stored information tag.
  • the apparatus 500 may also include a portrait generation module for obtaining information tags corresponding to multiple electronic devices; and associating the information tags corresponding to each electronic device with a user identification code as the user information corresponding to the electronic device ,
  • the information tags corresponding to different electronic devices are associated with different user identification codes.
  • the device 500 may further include a push module for pushing information to the terminal corresponding to the user identification code included in the screened user information.
  • the coupling between the modules may be electrical, mechanical or other forms of coupling.
  • the functional modules in the various embodiments of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module.
  • the above-mentioned integrated modules can be implemented in the form of hardware or software functional modules.
  • Each module can be configured in different servers, and can also be configured in the same server, which is not limited in the embodiment of the present application.
  • FIG. 7 shows a structural block diagram of a server 600 provided by an embodiment of the present application.
  • the information screening method and device in the embodiments of the present application may be executed by a server; or may be executed by multiple servers, such as a system cluster composed of multiple servers.
  • the server in the embodiment of the present application may also be a Lucene-based search server Elasticsearch. When uploading the user package, it can be imported through spark.
  • the server may include one or more processors 610 (only one is shown in the figure), a memory 620, and one or more programs. Wherein, the one or more programs are stored in the memory 620 and configured to be executed by the one or more processors 610.
  • the one or more program configurations are executed by the processor to implement the methods described in the foregoing embodiments. If the method described in the foregoing embodiment is executed by multiple servers, part of the program to be executed can be configured in each server.
  • the processor 610 may include one or more processing cores.
  • the processor 610 uses various interfaces and lines to connect various parts of the entire server 600, and executes the server by running or executing instructions, programs, code sets, or instruction sets stored in the memory 620, and calling data stored in the memory 620. 600's various functions and processing data.
  • the processor 610 may use at least one of digital signal processing (Digital Signal Processing, DSP), Field-Programmable Gate Array (Field-Programmable Gate Array, FPGA), and Programmable Logic Array (Programmable Logic Array, PLA).
  • DSP Digital Signal Processing
  • FPGA Field-Programmable Gate Array
  • PLA Programmable Logic Array
  • the processor 610 may integrate one or a combination of a central processing unit (CPU), a graphics processing unit (GPU), a modem, and the like.
  • the CPU mainly processes the operating system, user interface, and application programs; the GPU is used for rendering and drawing of display content; the modem is used for processing wireless communication. It can be understood that the above-mentioned modem may not be integrated into the processor 610, but may be implemented by a communication chip alone.
  • the memory 620 may include random access memory (RAM) or read-only memory (Read-Only Memory).
  • the memory 620 may be used to store instructions, programs, codes, code sets, or instruction sets.
  • the memory 620 may include a storage program area and a storage data area, where the storage program area may store instructions for implementing an operating system, instructions for implementing at least one function, instructions for implementing each of the foregoing method embodiments, and the like.
  • the data storage area can also be the data created by the server in use, etc.
  • FIG. 8 shows a structural block diagram of a computer-readable storage medium provided by an embodiment of the present application.
  • the computer-readable storage medium 700 stores program code, and the program code can be invoked by a processor to execute the method described in the foregoing method embodiment.
  • the computer-readable storage medium 700 may be an electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM.
  • the computer-readable storage medium 700 includes a non-transitory computer-readable storage medium.
  • the computer-readable storage medium 700 has a storage space for the program code 710 for executing any method steps in the above-mentioned methods. These program codes can be read from or written into one or more computer program products.
  • the program code 710 may be compressed in a suitable form, for example.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Finance (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present application discloses an information filtering method, a device, and a server, pertaining to the technical field of data processing. User information comprising multiple types of information tags is stored in the server. The method comprises: receiving a user package comprising one or more pieces of user information; importing the user information in the user package, the user information comprising multiple types of information tags, the imported user information being associated with an importing tag corresponding to the user package, and the importing tag corresponding to the user package being a tag allocated to the user package and used to indicate an identity of the user package; and filtering user information according to the importing tag and the information tags, such that selectable objects also include users uploaded to the server according to a requirement in addition to users described by stored user information, thereby broadening a selection range.

Description

信息筛选方法、装置及服务器Information screening method, device and server 技术领域Technical field
本申请涉及数据处理技术领域,更具体地,涉及一种信息筛选方法、装置及服务器。This application relates to the field of data processing technology, and more specifically, to an information screening method, device, and server.
背景技术Background technique
根据大数据统计,可以抽象出用于刻画用户特征的用户信息,作为用于进一步精准、快速地分析用户行为习惯、消费习惯等的重要信息。According to big data statistics, user information used to characterize users can be abstracted as important information for further accurate and rapid analysis of user behavior and consumption habits.
在对用户进行筛选时,通常根据抽象出的用户信息进行筛选,可筛选的范围限制性较大。When users are screened, they are usually screened based on the abstracted user information, and the scope of screening is more restrictive.
发明内容Summary of the invention
本申请提出了一种信息筛选方法、装置及服务器,以改善上述问题。This application proposes an information screening method, device and server to improve the above problems.
第一方面,本申请实施例提供了一种信息筛选方法,应用于服务器,所述服务器存储有用户信息,所述用户信息包括多类信息标签;所述方法包括:接收用户包,所述用户包中包括一个或多个用户信息;导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签;根据所述导入标签以及信息标签筛选用户信息。In the first aspect, the embodiments of the present application provide an information screening method, which is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the method includes: receiving a user package, the user The package includes one or more user information; the user information in the user package is imported, the user information includes multiple types of information tags, the imported user information is associated with the import tag corresponding to the user package, and the user The import label corresponding to the package is a label assigned to the user package and used to indicate the identity of the user package; user information is filtered according to the import label and the information label.
第二方面,本申请实施例提供了一种信息筛选装置,应用于服务器,所述服务器存储有用户信息,所述用户信息包括多类信息标签;所述装置包括:接收模块,用于接收用户包,所述用户包中包括一个或多个用户信息;导入模块,用于导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签;选择模块,用于根据所述导入标签以及信息标签筛选用户信息。In the second aspect, an embodiment of the present application provides an information screening device, which is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the device includes: a receiving module for receiving users Package, the user package includes one or more user information; the import module is used to import the user information in the user package, the user information includes multiple types of information tags, the imported user information and the user The import label corresponding to the package is associated, and the import label corresponding to the user package is a label assigned to the user package and used to indicate the identity of the user package; the selection module is used to filter users based on the import label and the information label information.
第三方面,本申请实施例提供了一种服务器,包括:一个或多个处理器;存储器;一个或多个程序。其中所述一个或多个程序被存储在所述存储器中并 被配置为由所述一个或多个处理器执行,所述一个或多个程序被处理器执行以实现上述的方法。In a third aspect, an embodiment of the present application provides a server, including: one or more processors; a memory; and one or more programs. The one or more programs are stored in the memory and configured to be executed by the one or more processors, and the one or more programs are executed by the processors to implement the above-mentioned method.
本申请实施例提供的信息筛选方法、装置及服务器,服务器存储有用户信息,用户信息包括信息标签。另外,可以上传用户包到服务器,并将用户包中用户信息关联到用户包对应的导入标签。在进行用户识别码的筛选时,可以根据导入标签以及信息标签筛选用户信息,从而通过上传包括用户信息的用户包拓宽了可筛选的用户信息的范围。In the information screening method, device, and server provided by the embodiments of the present application, the server stores user information, and the user information includes an information tag. In addition, you can upload the user package to the server, and associate the user information in the user package with the import tag corresponding to the user package. When the user identification code is screened, user information can be screened according to the imported tags and information tags, so that the range of user information that can be screened is broadened by uploading a user package that includes user information.
附图说明Description of the drawings
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly describe the technical solutions in the embodiments of the present application, the following will briefly introduce the drawings that need to be used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present application. For those skilled in the art, other drawings can be obtained based on these drawings without creative work.
图1示出了本申请一实施例提供的信息筛选方法的流程图。Fig. 1 shows a flowchart of an information screening method provided by an embodiment of the present application.
图2示出了本申请另一实施例提供的信息筛选方法的流程图。Fig. 2 shows a flowchart of an information screening method provided by another embodiment of the present application.
图3示出了本申请又一实施例提供的信息筛选方法的流程图。Fig. 3 shows a flowchart of an information screening method provided by another embodiment of the present application.
图4示出了本申请再一实施例提供的信息筛选方法的流程图。Fig. 4 shows a flowchart of an information screening method provided by still another embodiment of the present application.
图5示出了本申请实施例提供的一种场景下用户包上传的示意图。Fig. 5 shows a schematic diagram of user package upload in a scenario provided by an embodiment of the present application.
图6示出了本申请实施例提供的信息筛选装置的功能模块图。Fig. 6 shows a functional module diagram of an information screening device provided by an embodiment of the present application.
图7示出了本申请实施例提供的服务器的结构框图。Fig. 7 shows a structural block diagram of a server provided by an embodiment of the present application.
图8是本申请实施例的用于保存或者携带实现根据本申请实施例的信息筛选方法的程序代码的存储单元。FIG. 8 is a storage unit for storing or carrying program code for implementing the information screening method according to the embodiment of the present application according to an embodiment of the present application.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述。In order to enable those skilled in the art to better understand the solutions of the present application, the technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the accompanying drawings in the embodiments of the present application.
利用存储在服务器上的大量用户相关的日志和数据库里的大量用户相关的数据进行分析和挖掘,可以给用户贴“标签”,形成每个用户对应的用户信息,例如,形成对应每个用户的用户画像。在服务器中,可以通过用户识别码表示用户,该用户识别码可以是用户帐号,也可以是电子设备的身份编码。在服务器中存储的用户信息中,可以包括多类信息标签以及与信息标签对应的用户识别码,每一用户信息中,用户识别码对应的信息标签表示对该用户识别码 对应的用户的形象刻画。Using a large number of user-related logs stored on the server and a large number of user-related data in the database for analysis and mining, users can be "labeled" to form user information corresponding to each user, for example, to form a corresponding user information for each user. User portrait. In the server, the user can be represented by a user identification code, and the user identification code can be a user account or an identity code of an electronic device. The user information stored in the server can include multiple types of information tags and user identification codes corresponding to the information tags. In each user information, the information tag corresponding to the user identification code represents the image depiction of the user corresponding to the user identification code. .
用户信息可以包括多类信息标签,每一类信息标签能表示用户某一维度特征的标识,如性别、年龄、星座、职业、爱好等可以是不同类别的信息标签。在一个用户信息中,每一个信息标签的内容表示了用户一个维度的特征,如性别的内容若为男,表示该用户识别码对应的用户为男性;若年龄为20~25,表示该用户识别码对应的用户在20至25岁之间等。User information can include multiple types of information tags, and each type of information tag can represent the identification of a certain dimension of the user, such as gender, age, constellation, occupation, hobby, etc., can be different types of information tags. In a piece of user information, the content of each information tag represents the characteristics of one dimension of the user. For example, if the gender content is male, it means that the user corresponding to the user ID is male; if the age is 20-25, it means that the user is identified The corresponding user of the code is between 20 and 25 years old.
用户信息的信息标签可以用于选择具有某些特征的用户,用于业务的运营和数据分析,如通过分析用户进行信息推送。例如,对于某年龄为20岁的男性,星座为摩羯座,职业是程序员,爱好是体育运动的用户U1,则其各类信息标签性别、年龄、星座、职业、爱好的内容分别为男、20、摩羯座、程序员以及体育运动;对于某年龄为22岁的女性,星座为天秤座,职业是销售人员,爱好是看剧的用户U2,则其各类信息标签性别、年龄、星座、职业、爱好的内容分别为女、22、天秤、销售人员、看剧。可以通过信息标签筛选用户信息以选择用户,如信息标签中选择性别男,则可以筛选到用户U1的用户信息,从而可以选择到用户U1;若选择性别女,则会筛选到用户U2的用户信息,从而可以选择到用户U2。The information tag of user information can be used to select users with certain characteristics for business operation and data analysis, such as pushing information by analyzing users. For example, for a 20-year-old male whose constellation is Capricorn, his occupation is a programmer, and his hobby is sports user U1, the various information labels of gender, age, constellation, occupation, and hobbies are male and 20 respectively. , Capricorn, programmers, and sports; for a 22-year-old woman, her zodiac sign is Libra, her occupation is a salesperson, and her hobby is a user U2 who is watching dramas. Then her various information tags gender, age, horoscope, occupation, hobbies The contents are female, 22, Libra, salesperson, and watching dramas. User information can be filtered through the information label to select users. For example, if the gender male is selected in the information label, the user information of user U1 can be filtered, so that user U1 can be selected; if the gender female is selected, the user information of user U2 will be filtered , Which can select user U2.
发明人通过研究发现,根据用户的各种数据生成的用户信息刻画的仅仅为服务器可搜集到数据的用户,对于服务器未搜集到数据的用户,则无法进行用户信息的刻画,从而无法选择到这些用户。但是,在某些情况下,使用者可能想要对服务器刻画的用户以外的用户进行选择。例如,服务器基于用户网购数据进行用户信息的刻画,但是使用者想要从经常出行的用户进行选择,用于满足业务需求,如信息推送,则服务器无法确定哪些用户为经常出行的用户,无法满足使用者的筛选需求。The inventor found through research that the user information generated based on various data of the user only portrays users whose data can be collected by the server. For users whose data is not collected by the server, user information cannot be portrayed, so they cannot be selected. user. However, in some cases, the user may want to select a user other than the user portrayed by the server. For example, the server portrays user information based on user online shopping data, but the user wants to choose from users who travel frequently to meet business needs. For example, when information is pushed, the server cannot determine which users are frequent users and cannot meet the requirements. Screening needs of users.
发明人提出了本申请实施例提供的信息筛选方法、装置及服务器,可以从向服务器上传用户包,将用户包中用户信息作为可筛选的对象。从而,使用者可以根据自身需求,从其他平台获取到满足需求的用户信息,打包获得用户包,上传到服务器。例如上述举例中,使用者可以从地图数据平台获取经常出行的用户的用户信息,打包成用户包上传到服务器,用于作为可选择的用户信息。下面将通过具体实施例对本申请实施例提供的信息筛选方法、装置及服务器进行详细说明。The inventor proposes the information screening method, device, and server provided by the embodiments of the present application, which can upload user packages to the server, and use user information in the user packages as objects that can be filtered. Therefore, users can obtain user information that meets their needs from other platforms according to their own needs, package them to obtain user packages, and upload them to the server. For example, in the above example, the user can obtain user information of users who travel frequently from the map data platform, package it into a user package and upload it to the server for use as optional user information. The information screening method, device, and server provided in the embodiments of the present application will be described in detail below through specific embodiments.
请参阅图1,示出了本申请实施例提供的信息筛选方法。具体的,该方法 可以用于服务器,具体包括:Please refer to FIG. 1, which shows an information screening method provided by an embodiment of the present application. Specifically, this method can be used for servers, specifically including:
步骤S110:接收用户包,所述用户包中包括一个或多个用户信息。Step S110: Receive a user package, where the user package includes one or more user information.
在本申请实施例中,服务器可以接收用户包,该用户包可以是外部上传的用户包。在用户包中,包括一个或多个用户的用户信息,该用户信息中,包括多类信息标签。In the embodiment of the present application, the server may receive a user package, and the user package may be a user package uploaded externally. The user package includes user information of one or more users, and the user information includes multiple types of information tags.
例如,可以通过电子设备从其他服务器或者网络平台获取满足选择需求的用户信息,并将用户信息打包为用户包上传到可以进行信息推送的服务器,该用户信息中包括多类信息标签。又如,是服务器从其他服务器或者网络平台请求满足选择需求的用户信息,由被请求的其他服务器或者网络平台将请求的用户信息打包为用户包后发送给进行请求的服务器。For example, the user information that meets the selection requirement can be obtained from other servers or network platforms through electronic devices, and the user information can be packaged as a user package and uploaded to a server that can perform information push. The user information includes multiple types of information tags. For another example, the server requests user information that meets the selection requirement from other servers or network platforms, and the requested other server or network platform packages the requested user information into a user package and sends it to the requesting server.
服务器接收该上传的用户包。其中,可以理解的,上传到服务器的用户包,即是对服务器而言,并非自身生成的用户包,而是由其他设备发送的用户包。The server receives the uploaded user package. Among them, it is understandable that the user package uploaded to the server is not a user package generated by the server itself, but a user package sent by other devices.
步骤S120:导入所述用户包中的用户信息,用户信息包括多类信息标签。所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签。Step S120: Import user information in the user package, and the user information includes multiple types of information tags. The imported user information is associated with an import label corresponding to the user package, and the import label corresponding to the user package is a label assigned to the user package and used to indicate the identity of the user package.
其中,可以为用户包分配用于表示用户包身份的导入标签,作为该用户包对应的导入标签,每个导入标签为唯一编码,表示用户包是服务器接收到的。Wherein, the user package can be assigned an import label for indicating the identity of the user package, as an import label corresponding to the user package, each import label is a unique code, indicating that the user package is received by the server.
服务器导入用户包中的用户信息时,可以将用户包中的用户信息存储,并为用户包中的用户信息标记用户包对应的导入标签。在本申请实施例中,为用户信息标记导入标签的方式可以是,通过将用户信息关联到用户包对应的导入标签的方式。When the server imports the user information in the user package, it can store the user information in the user package, and mark the user information in the user package with an import label corresponding to the user package. In the embodiment of the present application, the way of marking the import label for the user information may be by associating the user information with the import label corresponding to the user package.
用户包对应的导入标签用于表示该用户包是服务器接收到的,将用户包中用户信息关联到该用户包对应的导入标签,可以表示被关联的用户信息为服务器接收到的,或者是外部导入的,并且也可以表示被关联的用户信息为接收到的哪一个用户包中的用户信息。The import tag corresponding to the user package is used to indicate that the user package was received by the server, and the user information in the user package is associated with the import label corresponding to the user package, which can indicate that the associated user information is received by the server or external Imported, and can also indicate which user information is received in the user package that is associated with the user information.
步骤S130:根据所述导入标签以及信息标签筛选用户信息。Step S130: Filter user information according to the import tag and the information tag.
在需要进行用户信息的筛选时,既可以根据导入标签选择用户信息,也可以根据信息标签选择用户信息。例如,服务器中上传了两个用户包,分别对应不同的导入标签A和B,其中导入标签A为要选择的对象,并且,20至25岁之间的用户也是要选择的对象,则可以选择导入标签为A的用户信息,并 且选择标签内容为20~25岁的年龄信息标签对应的用户信息,作为根据导入标签以及信息标签筛选到的用户信息。When user information needs to be filtered, either user information can be selected based on the import tag, or user information can be selected based on the information tag. For example, two user packages are uploaded to the server, corresponding to different import tags A and B, where import tag A is the object to be selected, and users between 20 and 25 are also the objects to be selected, you can select Import user information with tag A, and select user information corresponding to age information tags whose tag content is 20-25 years old, as user information filtered according to the imported tags and information tags.
在本申请实施例中,用户可以根据业务需求向服务器上传用户包,从而在筛选时,结合信息标签以及导入标签,具有更宽的可选择范围,选择到更丰富且更具有针对性的对象。In the embodiment of the present application, the user can upload the user package to the server according to the business requirements, so that in the screening, the information tag and the import tag are combined to have a wider range of options, and to select a richer and more targeted object.
本申请还提供了一种实施例,在该实施例中,包括对外部导入用户包的存储方式。具体的,请参见图2,该方法包括:This application also provides an embodiment, in which the embodiment includes a storage method for externally imported user packages. Specifically, please refer to Figure 2. The method includes:
步骤S210:接收用户包,所述用户包中包括一个或多个用户信息。Step S210: Receive a user package, the user package including one or more user information.
在本申请实施例中,服务器可以接收一个或多个用户包的上传。其中,多个用户包可以同时上传,或者不同时间上传,本申请实施例以其中一个上传的用户包进行说明,多个用户包上传时,每个用户包的上传可以参照进行说明的一个用户包的上传。In this embodiment of the application, the server may receive uploads of one or more user packages. Among them, multiple user packages can be uploaded at the same time or at different times. The embodiment of this application uses one of the uploaded user packages for description. When multiple user packages are uploaded, the upload of each user package can refer to a user package for description. Upload.
另外,在用户信息中,可以包括与信息标签对应的用户识别码,表示该用户信息为包括的用户识别码对应的用户信息,也表示用户信息中的信息标签为该用户信息中用户识别码对应的信息标签。In addition, in the user information, the user identification code corresponding to the information tag may be included, indicating that the user information is the user information corresponding to the included user identification code, and also that the information tag in the user information corresponds to the user identification code in the user information Information label.
步骤S220:判断是否已存储有所述用户包中用户信息包括的用户识别码。对于未存储有的用户识别码,执行步骤S230;对于存储有的用户识别码,执行步骤S240。Step S220: Determine whether the user identification code included in the user information in the user package has been stored. For user identification codes that are not stored, step S230 is executed; for user identification codes that are stored, step S240 is executed.
由于服务器中已经存储有用户信息,在接收到上传的用户包,对用户包中的各个用户信息进行导入存储之前,可以判断服务器中是否以存储有相同的用户信息。Since user information is already stored in the server, before receiving the uploaded user package, before importing and storing each user information in the user package, it can be determined whether the same user information is stored in the server.
而用户信息中包括用户识别码以及其对应的信息标签,用户信息中的用户识别码表示了用户信息的来源,或者说表示了用户信息是哪一用户的信息。判断服务器中是否存储有相同的用户信息,可以判断是否已存储有用户包中用户信息包括的用户识别码。对于用户包中的每一用户信息包括的用户识别码,可以判断服务器中是否已存储有该用户识别码。The user information includes the user identification code and its corresponding information label. The user identification code in the user information indicates the source of the user information, or the information of which user the user information is. It is judged whether the same user information is stored in the server, and it can be judged whether the user identification code included in the user information in the user package has been stored. For the user identification code included in each user information in the user package, it can be determined whether the user identification code has been stored in the server.
具体的,对于用户包中的每一用户信息包括的用户识别码,可以查找服务器中是否已存储有相同的用户识别码。若存储有相同的识别码,则判定该用户识别码已存储有;若没有相同的用户识别码,则判定该用户识别码未存储有。对于服务器中已经存储有的用户识别码以及未存储有的用户识别码,用户包中相应的用户信息分别以不同的方式进行处理。Specifically, for the user identification code included in each user information in the user package, it can be found whether the same user identification code is already stored in the server. If the same identification code is stored, it is determined that the user identification code has been stored; if there is no identical user identification code, it is determined that the user identification code is not stored. For the user identification code already stored in the server and the user identification code not stored, the corresponding user information in the user package is processed in different ways.
步骤S230:将包括所述用户识别码的用户信息导入,所述导入的用户信 息与所述用户包对应的导入标签关联。Step S230: Import user information including the user identification code, and the imported user information is associated with an import tag corresponding to the user package.
对于服务器中没有存储有的用户识别码,则包括该用户识别码的用户信息未存储于服务器,将该用户信息存储在服务器中,并且将该用户信息关联到用户包对应的导入标签。可选的,将用户信息与导入标签的关联,可以是将用户信息包括的用户识别码与导入标签关联。For the user identification code not stored in the server, the user information including the user identification code is not stored in the server, the user information is stored in the server, and the user information is associated with the import tag corresponding to the user package. Optionally, associating the user information with the import label may be associating the user identification code included in the user information with the import label.
在本申请实施例中,将用户包中用户信息与用户包对应的导入标签关联。该关联操作可以是在导入用户信息之前,即确定用户信息与导入标签的关联关系后,再将用户信息导入;该关联操作也可以是在导入用户包中的用户信息时,即将该用户信息与导入标签关联的同时,将用户信息导入;该关联操作也可以是在导入用户信息后,即将用户信息导入后,将导入的用户信息与导入标签关联。In the embodiment of the present application, the user information in the user package is associated with the import tag corresponding to the user package. The association operation can be to import the user information before importing the user information, that is, after determining the association relationship between the user information and the import tag; the association operation can also be to import the user information in the user package, namely, the user information and While importing the label association, the user information is imported; the association operation can also be after the user information is imported, that is, after the user information is imported, the imported user information is associated with the imported label.
步骤S240:将已存储的相同用户识别码对应的用户信息关联所述导入标签。Step S240: Associate the stored user information corresponding to the same user identification code with the import tag.
若用户包中的某个用户识别码已经在服务器中存储有,则可以不再对包括该用户识别码的用户信息进行重复存储,将服务器中已经存储的相同的用户识别码对应的用户信息关联到该用户包对应的导入标签。即若某已存储的用户信息中的用户识别码与用户包中的某用户识别码相同,将该已存储的用户信息关联该用户包对应的导入标签。If a user identification code in the user package is already stored in the server, the user information including the user identification code can no longer be stored repeatedly, and the user information corresponding to the same user identification code already stored in the server can be associated Go to the import label corresponding to the user package. That is, if the user identification code in a certain stored user information is the same as a certain user identification code in the user package, the stored user information is associated with the import tag corresponding to the user package.
可选的,在本申请实施例中,若用户包中用户信息还包括用户识别码对应的一些其他信息,且该用户信息包括的用户识别码在服务器中已存储有,可以将该用户信息中的其他信息与已存储的相同用户识别码对应存储。Optionally, in this embodiment of the application, if the user information in the user package also includes some other information corresponding to the user identification code, and the user identification code included in the user information is already stored in the server, the user information can be included The other information of is stored corresponding to the same user identification code that has been stored.
可选的,将导入的用户信息中的其他信息与已存储的相同用户识别码对应存储时,可以只存储该其他信息中服务器还未对应相同用户识别码存储有的信息。Optionally, when other information in the imported user information is stored in correspondence with the same user identification code that has been stored, only information in the other information that the server has not stored corresponding to the same user identification code may be stored.
可选的,在本申请实施例中,在用户包中用户信息关联到用户包对应的导入标签之前,还可以生成用户包对应的导入标签。其中,导入标签可以根据预设的标签生成规则生成,如根据用户包的上传时间、上传序号、上传用户包的用户的帐号等一种或多种信息组合生成。Optionally, in this embodiment of the present application, before the user information in the user package is associated with the import label corresponding to the user package, an import label corresponding to the user package may also be generated. Among them, the imported label can be generated according to preset label generation rules, such as a combination of one or more information such as the upload time of the user package, the upload serial number, and the account number of the user who uploaded the user package.
在一种实施方式中,不同用户包对应的导入标签可以不同,即导入标签和用户包一一对应。在该实施方式中,根据预设的标签生成规则,为每个用户包生成唯一的导入标签。In an embodiment, the import labels corresponding to different user packages may be different, that is, the import labels and the user packages have a one-to-one correspondence. In this embodiment, a unique import label is generated for each user package according to a preset label generation rule.
在另一种实施方式中,可以有对应的导入标签相同的用户包。In another implementation manner, there may be corresponding user packages with the same import label.
可选的,在该实施方式中,可以根据上传用户包的用户设置导入标签。其中,由同一个用户上传的用户包,可以设置相同的导入标签;不同用户上传的用户包,设置不同的导入标签。从而,每个上传用户可以通过导入标签选择到自己上传的用户包。其中,是同一个用户上传还是不同用户上传,可以根据用户的帐号进行区分,若是相同帐号,则认为是同一个用户;若是不同的帐号,则可以认为是不同用户。Optionally, in this implementation manner, tags can be imported according to the user setting uploading the user package. Among them, user packages uploaded by the same user can be set with the same import label; user packages uploaded by different users can be set with different import labels. Thus, each uploading user can select the user package uploaded by himself through the import tag. Among them, whether it is uploaded by the same user or different users can be distinguished according to the user's account. If it is the same account, it is considered the same user; if it is a different account, it can be considered as different users.
可选的,在该实施方式中,上传用户包的用户,可以根据需求指定某些用户包的导入标签相同。例如,用户上传了3个用户包,其中用户包1以及用户包2中的用户识别码想要作为信息I2的推送对象,用户包3中的用户识别码想要作为信息I3的推送对象,用户在上传用户包时,可以将用户包1和用户包2指定为对应相同的导入标签C,将用户包3指定为对应导入标签D,导入标签D与导入标签C不同,从而可以根据导入标签C选择到推送信息I2的用户识别码,根据导入标签D选择到推送信息I3的用户识别码。Optionally, in this implementation manner, the user who uploads the user package may specify that certain user packages have the same import label according to requirements. For example, the user uploads 3 user packages, among which the user identification code in user package 1 and user package 2 wants to be the push object of information I2, the user identification code in user package 3 wants to be the push object of information I3, and the user When uploading a user package, user package 1 and user package 2 can be designated as corresponding to the same import label C, and user package 3 can be designated as the corresponding import label D. Import label D is different from import label C, which can be based on import label C. The user identification code of the push information I2 is selected, and the user identification code of the push information I3 is selected according to the import tag D.
用户在向服务器上传用户包时,可以通过标签指定指令指定当前上传的用户包与之前上传的哪一个用户包的导入标签相同。服务器在接收到上传的用户包时,可以判断是否同时接收到对应的标签指定指令,该标签指定指令用于指定已上传的用户包对应的导入标签作为当前上传的用户包对应的导入标签。若接收到标签指定指令,将标签指定指令指定的用户包对应的导入标签作为当前上传的用户包对应的导入标签。若没有接收到标签指定指令,为当前接收到的用户包分配唯一的导入标签,该唯一的导入标签与其他用户包的导入标签不同。When uploading a user package to the server, the user can specify the currently uploaded user package and the previously uploaded user package with the same import label through the label specification instruction. When the server receives the uploaded user package, it can determine whether it has received the corresponding label designation instruction at the same time. The label designation instruction is used to designate the import label corresponding to the uploaded user package as the import label corresponding to the currently uploaded user package. If the label designation instruction is received, the import label corresponding to the user package specified by the label designation instruction is used as the import label corresponding to the currently uploaded user package. If the label designation instruction is not received, a unique import label is assigned to the currently received user package, and the unique import label is different from the import labels of other user packages.
例如,服务器已接收用户包1,并确定用户包1对应的导入标签为C。在接收到用户包2时,同时接收到标签指定指令,指定将用户包1对应的导入标签作为用户包2对应的导入标签,则确定导入标签C作为用户包2对应的导入标签。For example, the server has received user package 1 and determines that the import label corresponding to user package 1 is C. When the user package 2 is received, the label designation instruction is received at the same time, and the import label corresponding to the user package 1 is designated as the import label corresponding to the user package 2, and then the import label C is determined as the import label corresponding to the user package 2.
可选的,上传用户包的用户还可以为其上传的用户包进行分组,同一组中的用户包表示可以设置相同导入标签。例如前述举例说明中,将用户包1和用户包2分为一组,将用户包3分为一组。用户在通过电子设备向服务器上传用户包时,可以同时为该用户包选择已有的分组或者新建分组。其中,该电子设备可以是手机、个人电脑、平板电脑等智能设备,在本申请实施例中并不限定。Optionally, users who upload user packages can also group their uploaded user packages. User packages in the same group indicate that the same import label can be set. For example, in the foregoing example description, user package 1 and user package 2 are grouped into one group, and user package 3 is grouped into one group. When the user uploads the user package to the server through the electronic device, he can select an existing group or create a new group for the user package at the same time. Wherein, the electronic device may be a smart device such as a mobile phone, a personal computer, a tablet computer, etc., which is not limited in the embodiment of the present application.
服务器接收到用户包后,可以确定为该用户包所选的分组,将为用户包选择的分组对应的导入标签,作为所述用户包对应的导入标签。其中,若用户包 所选分组为新建的分组,可以为该新建的分组生成对应的导入标签,并将该导入标签作为该用户包对应的导入标签;若用户包所选分组为已经创建并对应有导入标签的分组,则将该分组对应的导入标签作为该用户包对应的导入标签。由于相同分组对应相同的导入标签,不同分组对应不同的导入标签,则为新建的分组生成导入标签时,生成的导入标签与其他分组的导入标签不同。After the server receives the user package, it can determine the group selected for the user package, and the import label corresponding to the group selected for the user package is used as the import label corresponding to the user package. Among them, if the group selected by the user package is a new group, the corresponding import label can be generated for the newly created group, and the imported label can be used as the import label corresponding to the user package; if the group selected by the user package is created and corresponds to For a group with an import label, the import label corresponding to the group is used as the import label corresponding to the user package. Since the same group corresponds to the same import label, and different groups correspond to different import labels, when the import label is generated for the newly created group, the generated import label is different from the import labels of other groups.
在本申请实施例中,在服务器中已经存储有的用户信息,有可能并非任何上传的用户包中的用户信息,是与服务器有数据交互,在服务器注册或者登陆的用户识别码对应的用户信息,服务器根据该用户识别码产生的数据生成该用户识别码对应的用户信息;另外,在服务器中已经存储有的用户信息,也可能是其他上传的用户包中的用户信息。In the embodiment of this application, the user information already stored in the server may not be the user information in any uploaded user package, but the user information corresponding to the user identification code registered or logged in to the server that has data interaction with the server , The server generates the user information corresponding to the user identification code according to the data generated by the user identification code; in addition, the user information already stored in the server may also be the user information in other uploaded user packages.
若服务器中已经存储的用户识别码为其他已经上传的用户包中用户信息包括的用户识别码,则该用户识别码对应的用户信息已关联有导入标签。因此,当前上传的用户包中,若某用户识别码已存储有相同的用户识别码,对于存储有的相同用户识别码,可以判断该用户识别码对应的用户信息是否已关联有导入标签。If the user identification code stored in the server is a user identification code included in user information in other uploaded user packages, the user information corresponding to the user identification code has been associated with an import tag. Therefore, in the currently uploaded user package, if a user identification code has been stored with the same user identification code, for the stored same user identification code, it can be determined whether the user information corresponding to the user identification code has been associated with an import tag.
另外,在本实施方式中,由于不同用户包可能对应相同的导入标签,也可能对应不同的导入标签,对应相同导入标签的不同用户包中,若有相同的用户识别码,则该用户识别码对应的用户信息可能重复关联相同的导入标签。例如,用户包1和用户包2都对应导入标签C,用户包1和用户包2中都有用户识别码id1,则id1对应的用户信息可能重复关联导入标签C,造成数据冗余。因此,若用户包中某用户识别码已存储有相同的用户识别码,且该存储的相同的用户识别码对应的用户信息已关联有导入标签,可以判断该用户识别码对应的用户信息已关联的导入标签与当前上传的用户包对应的导入标签是否相同。若不同,将该用户识别码对应的用户信息同时关联到当前上传的用户包对应的导入标签。若相同,不再对该用户信息进行导入标签的关联,对用户包中的下一个用户信息进行处理。In addition, in this embodiment, since different user packages may correspond to the same import label, or may correspond to different import labels, if different user packages corresponding to the same import label have the same user identification code, then the user identification code The corresponding user information may be repeatedly associated with the same import tag. For example, user package 1 and user package 2 both correspond to imported label C, and user identification code id1 is in both user package 1 and user package 2, and user information corresponding to id1 may be repeatedly associated with imported label C, resulting in data redundancy. Therefore, if a user identification code in the user package has stored the same user identification code, and the user information corresponding to the stored same user identification code has been associated with an import tag, it can be determined that the user information corresponding to the user identification code has been associated Whether the import label of is the same as the import label corresponding to the currently uploaded user package. If they are different, the user information corresponding to the user identification code is simultaneously associated with the import tag corresponding to the currently uploaded user package. If they are the same, the user information will no longer be associated with the import tag, and the next user information in the user package will be processed.
步骤S250:根据所述导入标签以及信息标签筛选用户信息。Step S250: Filter user information according to the import tag and the information tag.
导入的用户信息关联有导入标签,用户信息还包括信息标签,则可以根据导入标签以及信息标签选择到用户识别码。The imported user information is associated with an import label, and the user information also includes an information label, and the user identification code can be selected according to the import label and the information label.
使用者可以通过电子设备选择导入标签以及信息标签,并将选择的结果发送到服务器。服务器可以接收使用者选择的导入标签,定义该选择的导入标签为目标导入标签;服务器可以接收使用者选择的信息标签,定义该选择的信息 标签为目标信息标签。服务器查找所述目标导入标签关联的用户信息以及所述目标信息标签对应的用户信息,作为筛选到的用户信息。The user can choose to import the label and the information label through the electronic device, and send the selected result to the server. The server can receive the import tag selected by the user and define the selected import tag as the target import tag; the server can receive the information tag selected by the user and define the selected information tag as the target information tag. The server searches for the user information associated with the target import tag and the user information corresponding to the target information tag as the filtered user information.
可选的,可以选择目标导入标签关联的用户信息以及目标信息标签对应的用户信息的并集作为筛选到的用户信息,也可以选择目标导入标签关联的用户信息以及目标信息标签对应的用户信息的交集作为筛选到的用户信息,选取并集还是交集本申请实施例并不限定,可以根据实际需求确定。Optionally, you can select the union of the user information associated with the target import tag and the user information corresponding to the target information tag as the filtered user information, or you can select the user information associated with the target import tag and the user information corresponding to the target information tag. The intersection is used as the filtered user information, and whether the union or the intersection is selected is not limited in the embodiment of this application, and can be determined according to actual needs.
可以理解的,选择信息标签,为对信息标签中的内容进行选择。例如,用户信息包括两类信息标签,分别为年龄和性别。每一类信息标签对应不同的内容范围,如年龄分为20~25、26~30、31~35;性别分为男性和女性。在选择信息标签时,若选择的年龄为20~25,性别为所有,则目标信息标签为20~25,男性以及女性,目标信息标签对应的用户信息为统计信息表示年龄在20~25岁之间的用户识别码对应的用户信息。Understandably, selecting the information label is to select the content in the information label. For example, user information includes two types of information tags, namely age and gender. Each type of information label corresponds to a different content range, such as age is divided into 20-25, 26-30, 31-35; gender is divided into male and female. When selecting the information label, if the selected age is 20-25 and gender is all, then the target information label is 20-25, male and female, and the user information corresponding to the target information label is statistical information indicating that the age is 20-25 years old. User information corresponding to the user ID between the two.
在本申请实施例中,还可以包括对筛选的用户信息包括的用户识别码进行信息推送,即向选择的用户识别码对应的终端推送信息。例如,获取筛选的用户信息包括的用户识别码,作为目标用户识别码;向目标用户识别码对应的终端进行信息推送。该终端可以是手机、个人电脑、平板电脑、电子阅读器、智能穿戴设备等各种智能电子设备。In the embodiment of the present application, it may also include pushing the user identification code included in the screened user information, that is, pushing the information to the terminal corresponding to the selected user identification code. For example, the user identification code included in the screened user information is obtained as the target user identification code; the information is pushed to the terminal corresponding to the target user identification code. The terminal can be a variety of smart electronic devices such as mobile phones, personal computers, tablet computers, e-readers, and smart wearable devices.
另外,在本申请实施例中,还可以对不同的用户针对性推送的信息。具体的,信息推送方选择导入标签以及信息标签时,还可以选择向用户识别码推送的信息,作为待推送信息。服务器可以接收对应所述目标导入标签以及所述目标信息标签选择的待推送信息,在向用户识别码推送信息时,可以将所述待推送信息进行推送。In addition, in the embodiments of the present application, it is also possible to push information targeted to different users. Specifically, when the information pusher chooses to import tags and information tags, it can also select the information pushed to the user identification code as the information to be pushed. The server may receive the information to be pushed selected corresponding to the target import tag and the target information tag, and when pushing information to the user identification code, the information to be pushed may be pushed.
例如,信息推送方选择导入标签C以及20~25岁之间的年龄信息标签,并对应选择待推送信息为信息I2,则服务器可以确定导入标签C对应的用户识别码以及20~25岁之间的年龄信息标签对应的用户识别码为待推送识别码,将信息I2推送到确定的待推送识别码。For example, if the information pusher chooses to import tag C and age information tags between 20-25 years old, and correspondingly selects the information to be pushed as information I2, the server can determine the user identification code corresponding to the imported tag C and between 20-25 years old The user identification code corresponding to the age information tag of is the identification code to be pushed, and the information I2 is pushed to the determined identification code to be pushed.
在本申请实施例中,对于上传的用户包中的用户识别码,已存储有相同的用户识别码以及未存储有相同的用户识别码,以不同的方式进行处理,避免了数据的冗余。在选择用户信息时,可以对应导入标签以及信息标签进行选择,拓宽了可选择的范围。In the embodiment of the present application, for the user identification code in the uploaded user package, the same user identification code has been stored and the same user identification code has not been stored, and the processing is performed in a different manner to avoid data redundancy. When selecting user information, you can select corresponding import tags and information tags, which broadens the range of options.
并且,可以对选择的用户信息包括的用户识别码进行信息推送。在进行信 息推送时,还可以对应导入标签以及信息标签选择待推送信息,实现对应不同的待推送信息,可以分别选择要推送的用户进行推送,使不同待推送信息推送的用户具有差异性;而同一待推送信息,推送的用户具有针对性。In addition, the user identification code included in the selected user information can be pushed. When pushing information, you can also select the information to be pushed corresponding to the import tag and the information tag, so as to correspond to different information to be pushed, and you can select the users to be pushed for pushing, so that the users of different information to be pushed are different; and The same information to be pushed is targeted to users.
本申请实施例中,外部上传的用户包可以作为服务器已有用户识别码的补充,用于针对性地选择。但是,可能并非外部上传的用户包中的所有用户识别码都是合适的选择对象。例如,选择用户识别码进行信息推送。服务器基于用户网购数据进行用户信息的刻画,但是信息推送方想要对经常出行的用户进行信息推送,信息推送方可以根据地图数据平台获取到经常出行的用户的用户信息,但是,并非所有经常出行的用户都是信息推送方想要推送的对象,而是其中部分人群,如某个年龄段的人群。因此,可选的,在本申请实施例中,可以通过对用户信息中用户识别码对应的信息标签的选择,对对应导入标签的用户识别码进一步进行筛选。下面以具体的实施例进行说明。In the embodiment of the present application, the externally uploaded user package can be used as a supplement to the existing user identification code of the server for targeted selection. However, not all user identification codes in the user package uploaded externally are suitable candidates for selection. For example, select user identification code to push information. The server characterizes user information based on user online shopping data, but the information pusher wants to push information to users who travel frequently. The information pusher can obtain user information of users who travel frequently according to the map data platform. However, not all frequent travellers The users of are all the targets that the information pusher wants to push, but some of them, such as people of a certain age. Therefore, optionally, in this embodiment of the present application, the user identification codes corresponding to the imported tags may be further filtered by selecting the information tags corresponding to the user identification codes in the user information. Specific examples are described below.
请参见图3,该实施例提供的方法包括:Referring to FIG. 3, the method provided in this embodiment includes:
步骤S310:接收用户包。Step S310: Receive a user package.
服务器可以接收上传的用户包,该用户包中包括一个或多个用户信息,用户信息中包括用户识别码以及用户识别码对应的多类信息标签。The server may receive the uploaded user package, the user package includes one or more user information, and the user information includes a user identification code and multiple types of information tags corresponding to the user identification code.
步骤S310的具体描述可以参见前述实施例中相同或相似步骤的描述,在此不再赘述。For a specific description of step S310, reference may be made to the description of the same or similar steps in the foregoing embodiment, and details are not described herein again.
步骤S320:判断是否已存储有所述用户包中用户信息包括的用户识别码。对于未存储有的用户识别码,执行步骤S330;对于存储有的用户识别码,执行步骤S340。Step S320: Determine whether the user identification code included in the user information in the user package has been stored. For the user identification code that is not stored, step S330 is executed; for the user identification code that is stored, step S340 is executed.
对于用户包中的每一个用户信息,在进行存储之前,可以判断是否在服务器已经存储有该用户信息包括的用户识别码。若存储有,则执行步骤S340;若没有存储有,则执行步骤S330。For each user information in the user package, before storing, it can be determined whether the user identification code included in the user information has been stored in the server. If it is stored, go to step S340; if it is not stored, go to step S330.
步骤S330:将包括所述用户识别码的用户信息导入,所述导入的用户信息与所述用户包对应的导入标签关联。Step S330: Import user information including the user identification code, and the imported user information is associated with an import tag corresponding to the user package.
对于未存储有的用户识别码,表示该用户识别码的相关信息相对于服务器而言是新信息,则可以表示包括该用户识别码的用户信息相对于服务器而言是新信息,可以将包括该用户识别码的用户信息导入,并且将该用户信息与用户包对应的导入标签关联。For a user identification code that is not stored, it means that the related information of the user identification code is new information relative to the server, and it can mean that the user information that includes the user identification code is new information relative to the server, and the information can be included. The user information of the user identification code is imported, and the user information is associated with the import tag corresponding to the user package.
步骤S340:判断用户包中该用户识别码对应的信息标签是否与已存储的相同用户识别码对应的信息标签相同。若不同,执行步骤S350;若相同,执 行步骤S360。Step S340: Determine whether the information label corresponding to the user identification code in the user package is the same as the stored information label corresponding to the same user identification code. If they are different, execute step S350; if they are the same, execute step S360.
若对于用户包中的某用户识别码,在服务器中已存储有相同的用户识别码,对于该存储有的用户识别码,可以将已存储的相同用户识别码对应的用户信息关联所述导入标签。If for a user identification code in the user package, the same user identification code is already stored in the server, for the stored user identification code, the user information corresponding to the stored same user identification code can be associated with the import tag .
但是,已存储的相同的用户识别码对应的信息标签和用户包中用户识别码对应的信息标签可能不同,因此,可以判断用户包中用户信息包括的该用户识别码对应的信息标签是否与已存储的相同用户识别码对应的信息标签相同。However, the information label corresponding to the same user identification code stored in the user package may be different from the information label corresponding to the user identification code in the user package. Therefore, it can be determined whether the information label corresponding to the user identification code included in the user package in the user package is the same as the information label corresponding to the user identification code. The information tags corresponding to the same user identification code stored are the same.
可选的,在本申请实施例中,用户包中信息标签与服务器中存储的信息标签格式可能不同,则不利于是否相同的比较以及信息标签的选择。因此,可以判断所述用户包中各用户信息包括的信息标签与已存储的用户信息包括的信息标签格式是否相同;若不同,将所述用户包中用户信息包括的信息标签转换到与已存储的信息标签相同的格式。Optionally, in this embodiment of the present application, the format of the information label in the user package and the information label stored in the server may be different, which is not conducive to the comparison of whether the same is the same and the selection of the information label. Therefore, it can be determined whether the format of the information tag included in each user information in the user package is the same as the format of the information tag included in the stored user information; if they are different, the information tag included in the user information in the user package is converted to the same format as that of the stored user information. The same format as the information label.
例如,对于年龄信息标签,服务器中以分段进行表示,年龄信息标签的格式为20~25、26~30、31~35、36~40,21岁的用户的年龄信息标签内容为20~25,27岁的用户的年龄信息标签内容为26~30。若在用户包中,年龄信息标签的格式为20~30、31~40,则将其格式改为20~25、26~30、31~35、36~40,21岁的用户的年龄信息标签内容由20~30改为20~25,27岁的用户的年龄信息标签内容由20~30改为26~30。For example, for age information tags, the server displays them in segments. The format of age information tags is 20-25, 26-30, 31-35, 36-40, and the content of age information tags for 21-year-old users is 20-25 , 27-year-old user’s age information label content is 26-30. If the format of the age information label in the user package is 20-30, 31-40, change its format to 20-25, 26-30, 31-35, 36-40, 21-year-old user’s age information label The content is changed from 20 to 30 to 20 to 25, and the content of the age information label for 27-year-old users is changed from 20 to 30 to 26 to 30.
具体信息标签格式的统一方式在本申请实施例中并不限定。The uniform manner of the specific information label format is not limited in the embodiment of the present application.
步骤S350:将包括所述用户识别码的用户信息关联所述导入标签,并且将用户包中所述用户识别码对应的信息标签对应已存储的相同用户识别码存储。Step S350: Associate the user information including the user identification code with the import tag, and store the information tag corresponding to the user identification code in the user package corresponding to the same stored user identification code.
用户包中,若某用户信息包括的用户识别码对应的信息标签与已存储的相同用户识别码对应的信息标签不同,由于导入的用户包中的用户识别码为使用者要选择的重要对象,在进行如信息推送的业务时作为重要推送对象,则可以将用户包中该用户信息包括的用户识别码对应的信息标签存储,将信息标签与存储的相同用户识别建立对应关系,并且将该用户信息与用户包对应的导入标签关联。In the user package, if the information label corresponding to the user identification code included in a certain user information is different from the information label corresponding to the same user identification code that has been stored, since the user identification code in the imported user package is an important object to be selected by the user, When performing services such as information push, as an important push object, you can store the information tag corresponding to the user identification code included in the user information in the user package, and establish a correspondence between the information tag and the stored same user identification, and the user The information is associated with the import tag corresponding to the user package.
其中,若用户包的用户信息包括的用户识别码对应的部分信息标签与已存储的相同用户识别码对应的信息标签不同,则可以只存储该不同的部分信息标签。Wherein, if the partial information tag corresponding to the user identification code included in the user package is different from the stored information tag corresponding to the same user identification code, only the different partial information tag may be stored.
另外,信息标签的不同,可以是类别的不同,如年龄信息标签与性别信息 标签不同;也可以是相同类别的信息标签的内容不同,例如用户包中用户识别码id2对应年龄信息标签为21,服务器中存储的用户识别码id2对应的年龄信息标签为22,则年龄信息标签不同。In addition, the difference in information tags can be different categories, such as age information tags and gender information tags; it can also be different content of information tags of the same category, for example, the user identification code id2 in the user bag corresponds to the age information tag of 21. The age information label corresponding to the user identification code id2 stored in the server is 22, and the age information label is different.
步骤S360:将已存储的相同用户识别码对应的用户信息关联所述导入标签。Step S360: Associate the stored user information corresponding to the same user identification code with the import tag.
若用户包中的用户识别码对应的信息标签与已存储的相同用户识别码对应的信息标签相同,则可以不必再存储该用户识别码对应的信息标签,直接将已存储的相同的用户识别码对应的用户信息与用户包对应的导入标签关联。If the information label corresponding to the user identification code in the user bag is the same as the information label corresponding to the same user identification code that has been stored, it is not necessary to store the information label corresponding to the user identification code, and directly replace the stored same user identification code The corresponding user information is associated with the import tag corresponding to the user package.
步骤S370:根据所述导入标签以及信息标签筛选用户信息。Step S370: Filter user information according to the import tag and the information tag.
根据导入标签以及信息标签筛选用户信息时,可以是,选择用户识别码。其中,在根据导入标签选择到用户识别码后,可以针对该用户识别码进一步选择信息标签。When filtering user information based on import tags and information tags, you can select a user identification code. Wherein, after the user identification code is selected according to the imported tag, an information tag can be further selected for the user identification code.
具体的,使用者可以先通过电子设备选择导入标签,以选择到外部导入的用户识别码。Specifically, the user can first select the import tag through the electronic device to select the user identification code imported from the outside.
对应的,服务器可以接收使用者选择的导入标签。服务器可以查找接收到的导入标签关联的用户信息,即查找到外部导入的用户信息。并且,可以获取查找到的用户信息中的多类信息标签,作为接收到的导入标签对应的多类信息标签。服务器将该多类信息标签返回到该电子设备,以使使用者可以从返回的多类信息标签中选择标签内容,确定要选择的用户识别码对应的用户特征。服务器接收从返回的多类信息标签中选择的信息标签,定义该信息标签为第一信息标签。Correspondingly, the server can receive the import tag selected by the user. The server can find the user information associated with the received import tag, that is, find the user information imported from the outside. In addition, multiple types of information tags in the found user information can be acquired as the multiple types of information tags corresponding to the received imported tags. The server returns the multiple types of information tags to the electronic device, so that the user can select tag content from the returned multiple types of information tags, and determine the user characteristics corresponding to the user identification code to be selected. The server receives the information tag selected from the returned multiple types of information tags, and defines the information tag as the first information tag.
另外,对于未对应有导入标签的用户信息,即非导入的用户信息,或者说服务器根据搜集的数据进行数据分析,获得的用户信息,也可以通过信息标签选择用户识别码。In addition, for user information that does not correspond to an imported tag, that is, non-imported user information, or the server performs data analysis based on the collected data, and obtains user information, the user identification code can also be selected through the information tag.
具体的,使用者可以通过电子设备选择服务器中未对应有导入标签的信息标签,对应的,服务器可以接收使用者从未对应有导入标签的多类信息标签中选择的信息标签,作为第二信息标签。Specifically, the user can select the information tag in the server that does not correspond to the import tag through the electronic device. Correspondingly, the server can receive the information tag selected by the user from the multiple types of information tags that do not correspond to the import tag as the second information label.
在本申请实施例中,第一信息标签以及第二信息标签的获取先后顺序并不限定。In the embodiment of the present application, the order of obtaining the first information tag and the second information tag is not limited.
在本申请实施例中,从多类信息标签选择信息标签,具体选择的是各类信息标签的内容范围,如从年龄信息标签中选择某个年龄段,从职业信息标签中选择某些职业等。In the embodiment of this application, information tags are selected from multiple types of information tags, specifically the content range of each type of information tag is selected, such as selecting a certain age group from age information tags, selecting certain occupations from occupation information tags, etc. .
服务器可以获取所述第一信息标签以及所述第二信息标签对应的用户识别码。The server may obtain the user identification code corresponding to the first information tag and the second information tag.
为了更简答易懂地表达该用户识别码的选择及推送,下面进行具体的举例说明。In order to express the selection and push of the user identification code more concisely and understandably, a specific example is given below.
在服务器中,导入标签与用户信息关联,则导入标签与用户信息包括的用户识别码关联。若导入标签C与用户识别码id3以及id4关联,id3以及id4对应的信息标签为年龄,id3对应年龄信息标签的内容为21,id4对应年龄信息标签的内容为27。用户识别码id5以及id6并非任何导入的用户包所包括的用户识别码,未关联有导入标签。id5以及id6对应的信息标签包括性别,id5对应性别信息标签的内容为男,id6对应性别信息标签的内容为女。In the server, the imported tag is associated with the user information, and the imported tag is associated with the user identification code included in the user information. If the imported tag C is associated with the user identification codes id3 and id4, the information tags corresponding to id3 and id4 are age, the content of the age information tag corresponding to id3 is 21, and the content of the age information tag corresponding to id4 is 27. User identification codes id5 and id6 are not user identification codes included in any imported user package, and no import tag is associated. The information tags corresponding to id5 and id6 include gender, the content of the gender information tag corresponding to id5 is male, and the content of the gender information tag corresponding to id6 is female.
使用者可以选择导入标签C并发送到服务器,则服务器返回年龄信息标签。若使用者选择年龄信息标签的内容为20~25,则服务器将20~25作为第一信息标签,并且可以查找到第一信息标签对应的用户识别码为id3。The user can choose to import the label C and send it to the server, and the server returns the age information label. If the user selects the content of the age information tag as 20-25, the server will use 20-25 as the first information tag, and the user identification code corresponding to the first information tag can be found as id3.
使用者可以从未对应有导入标签的信息标签中进行选择,如选择性别信息标签中的女性作为第二信息标签,则服务器可以查找到第二信息标签对应的用户识别码为id6。The user can choose from the information tags that do not correspond to the import tags. For example, if the female in the gender information tag is selected as the second information tag, the server can find that the user identification code corresponding to the second information tag is id6.
在本申请实施例中,在用户包中,用户信息包括用户识别码以及对应用户识别码的信息标签,从而选择用户进行时,对于用户包导入的用户识别码,也可以进一步根据信息标签进行选择,使选择用户识别码时既能推送服务器本身统计到的用户,又不遗漏服务器本身未统计到的用户,并且对服务器未统计到的用户识别码的选择更有针对性。In the embodiment of this application, in the user package, the user information includes the user identification code and the information label corresponding to the user identification code, so that when selecting the user, the user identification code imported by the user package can also be selected according to the information label. , When selecting the user identification code, it can not only push the users counted by the server itself, but also not miss the users not counted by the server itself, and make the selection of the user identification code not counted by the server more pertinent.
另外,在本申请实施例中,服务器刻画的用户信息可以针对电子设备进行。具体的,本申请实施例提供的信息筛选方法可以包括用户信息的生成,请参见图4,该方法包括:In addition, in the embodiment of the present application, the user information portrayed by the server may be performed on the electronic device. Specifically, the information screening method provided by the embodiment of the present application may include the generation of user information. Referring to FIG. 4, the method includes:
步骤S410:获取多个电子设备对应的信息标签。Step S410: Obtain information tags corresponding to multiple electronic devices.
服务器可以获取到各个电子设备产生的相关用户数据,如各种日志和用户操作数据、用户自身数据等。The server can obtain relevant user data generated by various electronic devices, such as various logs, user operation data, and user data.
在本申请实施例中,服务器采集电子设备的用户数据,可以是采集在电子设备中登录或者注册的各个应用程序产生的用户数据,以获得更完整全面的信息,刻画的信息标签更接近用户实际的特征。In the embodiment of the present application, the server collects user data of the electronic device, which may be user data generated by various applications logged in or registered in the electronic device to obtain more complete and comprehensive information, and the information label depicted is closer to the actual user. Characteristics.
对每个电子设备的用户数据进行分析,生成对应该电子设备的、用于刻画该电子设备的用户的特征的信息标签。例如,通过性别、年龄、星座、职业四 个类别的信息标签刻画用户的特征,若通过问卷调查、信息注册以及信息检索等合法渠道获得某个电子设备的用户的性别为男、年龄为32、星座为天秤座、职业为程序员,则可以根据该电子设备采集的用户数据,生成的对应该电子设备的信息标签中,各类信息标签的内容分别为:性别男、年龄20、星座天秤、职业程序员。Analyze the user data of each electronic device, and generate an information tag corresponding to the electronic device and used to describe the characteristics of the user of the electronic device. For example, the four categories of information labels of gender, age, constellation, and occupation are used to describe the characteristics of users. If the user’s gender is male, the age is 32, and the age of a certain electronic device is obtained through legal channels such as questionnaire surveys, information registration, and information retrieval. The constellation is Libra and the profession is a programmer. According to the user data collected by the electronic device, the information tags corresponding to the electronic device can be generated. The contents of the various information labels are: gender male, age 20, constellation Libra, occupation programmer.
步骤S420:将每个电子设备对应的信息标签关联到用户识别码,作为所述电子设备对应的用户信息,不同电子设备对应的信息标签关联不同的用户识别码。Step S420: Associate the information tag corresponding to each electronic device with the user identification code, as the user information corresponding to the electronic device, and the information tags corresponding to different electronic devices are associated with different user identification codes.
每个电子设备可以分配有唯一的用户识别码,每个电子设备对应的信息标签与该电子设备的用户识别码相关联对应,作为电子设备对应的用户信息,即用户信息可以包括用户识别码以及对应用户识别码的信息标签。可选的,电子设备的用户识别码可以是根据一定的生成规则生成;或者是,将电子设备的国际移动设备识别码(imei)作为该电子设备的用户识别码等。Each electronic device can be assigned a unique user identification code, and the information tag corresponding to each electronic device is associated with the user identification code of the electronic device. As the user information corresponding to the electronic device, the user information can include the user identification code and The information label corresponding to the user identification code. Optionally, the user identification code of the electronic device may be generated according to a certain generation rule; or, the international mobile equipment identification code (imei) of the electronic device is used as the user identification code of the electronic device, etc.
从而,服务器在接收到外部导入的用户包后,可以根据用户包对应的导入标签以及生成的信息标签选择用户识别码。Therefore, after receiving the externally imported user package, the server can select the user identification code according to the import label corresponding to the user package and the generated information label.
步骤S430:接收用户包,所述用户包中包括一个或多个用户信息。Step S430: Receive a user package, the user package including one or more user information.
步骤S440:导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联。Step S440: Import user information in the user package, where the user information includes multiple types of information tags, and the imported user information is associated with an import tag corresponding to the user package.
步骤S450:根据所述导入标签以及信息标签筛选用户信息。Step S450: Filter user information according to the import tag and the information tag.
在本申请实施例中,步骤S430至步骤S450的具体描述可以参见前述实施例中相同或相似的部分,在此不再赘述。In the embodiment of the present application, the specific description of step S430 to step S450 may refer to the same or similar parts in the foregoing embodiment, and details are not described herein again.
在本申请实施例中,由于通常对用户信息的获取都通过电子设备实现,而一个电子设备通常由一个用户使用,则以电子设备作为用户信息刻画的主体,可以获得更全面的用户信息,刻画出更接近电子设备的使用者本身实际特征的用户信息。在用户选择时,结合刻画的用户信息以及外部上传的用户信息进行选择,从而使选择到的对象更精准,更有针对性。In the embodiments of the present application, since the user information is usually obtained through electronic devices, and an electronic device is usually used by a user, the electronic device is used as the main body of user information characterization, and more comprehensive user information can be obtained. Produce user information closer to the actual characteristics of the user of the electronic device. When the user selects, the selection is made by combining the portrayed user information and the externally uploaded user information, so that the selected objects are more accurate and targeted.
本申请实施例还提供了一种实施场景下的用户包上传并对应处理的实施例,如图5所示。在本申请实施例中,用户信息可以包括用户识别码,用户信息与导入标签的关联可以是用户信息中用户识别码与导入标签的关联。用户包可以是imei包,即包括的用户识别码为imei,图5中以imei1以及imei2为例进行说明,imei1以及imei2表示用户包中包括的两个不同的用户识别码。服务器可以是Elasticsearch(基于Lucene的搜索服务器),如图5所示,将imei 包导入Elasticsearch,Elasticsearch对应接收到该imei包。The embodiment of the present application also provides an embodiment of uploading user packages and corresponding processing in an implementation scenario, as shown in FIG. 5. In the embodiment of the present application, the user information may include a user identification code, and the association between the user information and the import tag may be the association between the user identification code and the import tag in the user information. The user package may be an imei package, that is, the user identification code included is imei. In FIG. 5, imei1 and imei2 are taken as examples for illustration, imei1 and imei2 represent two different user identification codes included in the user package. The server may be Elasticsearch (a search server based on Lucene). As shown in Figure 5, the imei package is imported into Elasticsearch, and Elasticsearch correspondingly receives the imei package.
在es(基于Lucene的搜索服务器,Elasticsearch)中存在包括imei1的用户信息,如图5所示,该用户信息中,imie1对应的信息标签为性别男,年龄23。则将es中的imei1关联导入标签,该导入标签为对应如图5中的imei包的唯一编码。In es (Lucene-based search server, Elasticsearch), there is user information including imei1, as shown in FIG. 5, in the user information, the information label corresponding to imie1 is gender male and age 23. Then the imei1 in es is associated with the import tag, and the import tag is the unique code corresponding to the imei package in Figure 5.
在es中不存在imei2,则将该包括imei2的用户信息存储到es中,并关联到导入标签,该导入标签为对应如图5中的imei包的唯一编码。If there is no imei2 in es, the user information including imei2 is stored in es and associated with the import tag, which is the unique code corresponding to the imei package in FIG. 5.
从而,在Elasticsearch中既存在imei包中的imei1,又存在imei包中的imei2,并且,imei1以及imei2都关联到该imei包对应的导入标签。Therefore, there are both imei1 in the imei package and imei2 in the imei package in Elasticsearch, and both imei1 and imei2 are associated with the import tags corresponding to the imei package.
在进行用户识别码的选择时,可以通过信息标签选择,也可以通过导入标签选择。例如,对图5中的用户识别码,若选择内容为年龄23的信息标签,并选择对应图5中imei包的导入标签,则可以选择到用户识别码imei1以及imei2。When selecting the user identification code, you can select through the information tag, or you can select through the import tag. For example, for the user identification code in FIG. 5, if the information tag whose content is age 23 is selected, and the import tag corresponding to the imei package in FIG. 5 is selected, the user identification codes imei1 and imei2 can be selected.
本申请实施例还提供了一种信息筛选装置500。请参见图6,该装置500包括接收模块510,用于接收用户包,所述用户包中包括一个或多个用户信息。导入模块520,用于导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签;选择模块530,用于根据所述导入标签以及信息标签筛选用户信息。The embodiment of the present application also provides an information screening device 500. Referring to FIG. 6, the apparatus 500 includes a receiving module 510, configured to receive a user packet, and the user packet includes one or more user information. The import module 520 is configured to import user information in the user package, the user information includes multiple types of information tags, the imported user information is associated with an import tag corresponding to the user package, and the user package corresponds to the import The label is a label assigned to the user package and used to indicate the identity of the user package; the selection module 530 is used to filter user information according to the import label and the information label.
可选的,导入模块520可以包括:判断单元,用于判断是否已存储有所述用户包中用户信息包括的用户识别码;第一处理单元,用于对于未存储有的用户识别码,将包括所述用户识别码的用户信息导入,所述导入的用户信息与所述用户包对应的导入标签关联;第二处理单元,用于对于存储有的用户识别码,将已存储的相同用户识别码对应的用户信息关联所述导入标签。Optionally, the import module 520 may include: a judging unit for judging whether the user identification code included in the user information in the user package has been stored; the first processing unit is for changing the user identification code that is not stored The user information including the user identification code is imported, and the imported user information is associated with the import tag corresponding to the user package; the second processing unit is configured to identify the same user that has been stored for the stored user identification code The user information corresponding to the code is associated with the import tag.
可选的,导入模块520还可以用于将用户包中所述用户信息与所述用户包对应的导入标签关联。Optionally, the import module 520 may also be used to associate the user information in the user package with an import tag corresponding to the user package.
可选的,第二处理单元还包括第一判断子单元,用于对于存储有的用户识别码,判断所述用户识别码对应的用户信息是否已关联有导入标签;第二判断子单元,用于若已关联有,判断所述用户识别码对应的用户信息已关联的导入标签与当前上传的用户包对应的导入标签是否相同;关联子单元,用于若不同,将所述用户识别码对应的用户信息同时关联到当前上传的用户包对应的导入标签。Optionally, the second processing unit further includes a first judging subunit for judging whether the user information corresponding to the user identification code has been associated with an import tag for the stored user identification code; the second judging subunit uses If it has been associated, it is determined whether the import tag associated with the user information corresponding to the user identification code is the same as the import tag corresponding to the currently uploaded user package; the association sub-unit is used to correspond the user identification code if they are different The user information of is also associated with the import tag corresponding to the currently uploaded user package.
可选的,第二处理单元还可以用于对于存储有的用户识别码,判断用户包中所述用户识别码对应的信息标签是否与已存储的相同用户识别码对应的信息标签相同,若不同,将包括所述用户识别码的用户信息关联所述导入标签,并且将用户包中所述用户识别码对应的信息标签对应所述已存储的相同用户识别码存储;若相同,将已存储的相同用户识别码对应的用户信息关联所述导入标签。Optionally, the second processing unit may also be used to determine whether the information tag corresponding to the user identification code in the user package is the same as the information tag corresponding to the same user identification code stored in the stored user identification code, if different , The user information including the user identification code is associated with the import tag, and the information tag corresponding to the user identification code in the user package is stored corresponding to the same stored user identification code; if the same, the stored The user information corresponding to the same user identification code is associated with the import tag.
可选的,该装置500还可以包括标签生成模块,用于生成对应所述用户包的导入标签。Optionally, the device 500 may further include a label generating module, which is used to generate an import label corresponding to the user package.
可选的,不同用户包对应的导入标签可以不同。Optionally, the import tags corresponding to different user packages can be different.
可选的,该装置还可以包括标签判断模块,用于判断是否接收到标签指定指令,所述标签指定指令用于指定已上传的用户包对应的导入标签作为当前上传的用户包对应的导入标签。导入模块520还可以用于若接收到标签指定指令,将标签指定指令指定的用户包对应的导入标签作为当前上传的用户包对应的导入标签。Optionally, the device may further include a label judgment module for judging whether a label designation instruction is received, and the label designation instruction is used to designate the import label corresponding to the uploaded user package as the import label corresponding to the currently uploaded user package . The import module 520 may also be configured to, if the label designation instruction is received, use the import label corresponding to the user package specified by the label designation instruction as the import label corresponding to the currently uploaded user package.
可选的,该装置还可以包括分组确定模块,用于确定为所述用户包所选的分组,其中,相同分组对应相同的导入标签,不同分组对应不同的导入标签;标签分配模块,用于将为所述用户包选择的分组对应的导入标签,作为所述用户包对应的导入标签。Optionally, the device may further include a group determination module for determining the group selected for the user package, wherein the same group corresponds to the same import label, and different groups correspond to different import labels; the label distribution module is used for The import label corresponding to the group selected for the user package is used as the import label corresponding to the user package.
可选的,选择模块530可以包括选择单元,用于接收用户选择的导入标签作为目标导入标签,接收用户选择的信息标签作为目标信息标签;查找单元,用于查找所述目标导入标签关联的用户信息以及所述目标信息标签对应的用户信息,作为筛选到的用户信息。Optionally, the selection module 530 may include a selection unit, configured to receive the import tag selected by the user as the target import tag, and receive the information tag selected by the user as the target information tag; and the search unit, configured to find the user associated with the target import tag The information and the user information corresponding to the target information tag are used as the filtered user information.
可选的,所述用户信息还包括与信息标签对应的用户识别码。选择模块530可以用于接收用户选择的导入标签;返回所述导入标签对应的用户信息中的多类信息标签;接收从所述返回的多类信息标签中选择的信息标签作为第一信息标签;接收用户从未对应有导入标签的用户信息中的多类信息标签中选择的信息标签,作为第二信息标签;获取所述第一信息标签以及所述第二信息标签对应的用户识别码。Optionally, the user information further includes a user identification code corresponding to the information tag. The selection module 530 may be configured to receive the import tag selected by the user; return the multiple types of information tags in the user information corresponding to the imported tag; receive the information tag selected from the returned multiple types of information tags as the first information tag; Receive an information tag selected by the user from among the multiple types of information tags in user information that does not correspond to the imported tag as the second information tag; obtain the first information tag and the user identification code corresponding to the second information tag.
可选的,该装置500还可以包括格式处理模块,用于判断所述用户包中用户信息包括的信息标签与已存储的信息标签格式是否相同;若不同,将所述用户包中用户信息包括的信息标签转换到与已存储的信息标签相同的格式。Optionally, the device 500 may also include a format processing module for determining whether the format of the information tag included in the user information in the user package is the same as the format of the stored information tag; if they are different, the user information in the user package is included The information tag of is converted to the same format as the stored information tag.
可选的,该装置500还可以包括画像生成模块,用于获取多个电子设备对 应的信息标签;将每个电子设备对应的信息标签关联到用户识别码,作为所述电子设备对应的用户信息,不同电子设备对应的信息标签关联不同的用户识别码。Optionally, the apparatus 500 may also include a portrait generation module for obtaining information tags corresponding to multiple electronic devices; and associating the information tags corresponding to each electronic device with a user identification code as the user information corresponding to the electronic device , The information tags corresponding to different electronic devices are associated with different user identification codes.
可选的,该装置500还可以包括推送模块,用于向筛选的用户信息包括的用户识别码对应的终端进行信息推送。Optionally, the device 500 may further include a push module for pushing information to the terminal corresponding to the user identification code included in the screened user information.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述的各个方法实施例之间可以相互参照;上述描述装置和模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that for the convenience and concise description, the above-mentioned method embodiments can be referred to each other; for the specific working process of the above-described device and module, please refer to the corresponding process in the aforementioned method embodiment. , I won’t repeat it here.
在本申请所提供的几个实施例中,模块相互之间的耦合可以是电性,机械或其它形式的耦合。In the several embodiments provided in this application, the coupling between the modules may be electrical, mechanical or other forms of coupling.
另外,在本申请各个实施例中的各功能模块可以集成在一个处理模块中,也可以是各个模块单独物理存在,也可以两个或两个以上模块集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。各个模块可以配置在不同的服务器中,也可以配置在相同的服务器中,本申请实施例并不限定。In addition, the functional modules in the various embodiments of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module. The above-mentioned integrated modules can be implemented in the form of hardware or software functional modules. Each module can be configured in different servers, and can also be configured in the same server, which is not limited in the embodiment of the present application.
请参考图7,其示出了本申请实施例提供的一种服务器600的结构框图。本申请实施例中的信息筛选方法及装置,可以由一服务器执行;也可以由多个服务器配合执行,如多个服务器组成的系统集群。可选的,本申请实施例中的服务器也可以是基于Lucene的搜索服务器Elasticsearch。在上传用户包时,可以通过spark导入。Please refer to FIG. 7, which shows a structural block diagram of a server 600 provided by an embodiment of the present application. The information screening method and device in the embodiments of the present application may be executed by a server; or may be executed by multiple servers, such as a system cluster composed of multiple servers. Optionally, the server in the embodiment of the present application may also be a Lucene-based search server Elasticsearch. When uploading the user package, it can be imported through spark.
该服务器可以包括一个或多个处理器610(图中仅示出一个),存储器620以及一个或多个程序。其中,所述一个或多个程序被存储在所述存储器620中,并被配置为由所述一个或多个处理器610执行。所述一个或多个程序配置被处理器执行以实现前述实施例所描述的方法。若前述实施例所描述的方法由多个服务器配合执行,每个服务器中可以配置所要执行的部分程序。The server may include one or more processors 610 (only one is shown in the figure), a memory 620, and one or more programs. Wherein, the one or more programs are stored in the memory 620 and configured to be executed by the one or more processors 610. The one or more program configurations are executed by the processor to implement the methods described in the foregoing embodiments. If the method described in the foregoing embodiment is executed by multiple servers, part of the program to be executed can be configured in each server.
处理器610可以包括一个或者多个处理核。处理器610利用各种接口和线路连接整个服务器600内的各个部分,通过运行或执行存储在存储器620内的指令、程序、代码集或指令集,以及调用存储在存储器620内的数据,执行服务器600的各种功能和处理数据。可选地,处理器610可以采用数字信号处理(Digital Signal Processing,DSP)、现场可编程门阵列 (Field-Programmable Gate Array,FPGA)、可编程逻辑阵列(Programmable Logic Array,PLA)中的至少一种硬件形式来实现。处理器610可集成中央处理器(Central Processing Unit,CPU)、图像处理器(Graphics Processing Unit,GPU)和调制解调器等中的一种或几种的组合。其中,CPU主要处理操作系统、用户界面和应用程序等;GPU用于负责显示内容的渲染和绘制;调制解调器用于处理无线通信。可以理解的是,上述调制解调器也可以不集成到处理器610中,单独通过一块通信芯片进行实现。The processor 610 may include one or more processing cores. The processor 610 uses various interfaces and lines to connect various parts of the entire server 600, and executes the server by running or executing instructions, programs, code sets, or instruction sets stored in the memory 620, and calling data stored in the memory 620. 600's various functions and processing data. Optionally, the processor 610 may use at least one of digital signal processing (Digital Signal Processing, DSP), Field-Programmable Gate Array (Field-Programmable Gate Array, FPGA), and Programmable Logic Array (Programmable Logic Array, PLA). A kind of hardware form to realize. The processor 610 may integrate one or a combination of a central processing unit (CPU), a graphics processing unit (GPU), a modem, and the like. Among them, the CPU mainly processes the operating system, user interface, and application programs; the GPU is used for rendering and drawing of display content; the modem is used for processing wireless communication. It can be understood that the above-mentioned modem may not be integrated into the processor 610, but may be implemented by a communication chip alone.
存储器620可以包括随机存储器(Random Access Memory,RAM),也可以包括只读存储器(Read-Only Memory)。存储器620可用于存储指令、程序、代码、代码集或指令集。存储器620可包括存储程序区和存储数据区,其中,存储程序区可存储用于实现操作系统的指令、用于实现至少一个功能的指令、用于实现上述各个方法实施例的指令等。存储数据区还可以服务器在使用中所创建的数据等。The memory 620 may include random access memory (RAM) or read-only memory (Read-Only Memory). The memory 620 may be used to store instructions, programs, codes, code sets, or instruction sets. The memory 620 may include a storage program area and a storage data area, where the storage program area may store instructions for implementing an operating system, instructions for implementing at least one function, instructions for implementing each of the foregoing method embodiments, and the like. The data storage area can also be the data created by the server in use, etc.
请参考图8,其示出了本申请实施例提供的一种计算机可读存储介质的结构框图。该计算机可读存储介质700中存储有程序代码,所述程序代码可被处理器调用执行上述方法实施例中所描述的方法。Please refer to FIG. 8, which shows a structural block diagram of a computer-readable storage medium provided by an embodiment of the present application. The computer-readable storage medium 700 stores program code, and the program code can be invoked by a processor to execute the method described in the foregoing method embodiment.
计算机可读存储介质700可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。可选地,计算机可读存储介质700包括非易失性计算机可读介质(non-transitory computer-readable storage medium)。计算机可读存储介质700具有执行上述方法中的任何方法步骤的程序代码710的存储空间。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。程序代码710可以例如以适当形式进行压缩。The computer-readable storage medium 700 may be an electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM. Optionally, the computer-readable storage medium 700 includes a non-transitory computer-readable storage medium. The computer-readable storage medium 700 has a storage space for the program code 710 for executing any method steps in the above-mentioned methods. These program codes can be read from or written into one or more computer program products. The program code 710 may be compressed in a suitable form, for example.
最后应说明的是:以上实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不驱使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the application, not to limit them; although the application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: The technical solutions recorded in the foregoing embodiments are modified, or some of the technical features thereof are equivalently replaced; these modifications or replacements do not drive the essence of the corresponding technical solutions to deviate from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (15)

  1. 一种信息筛选方法,其特征在于,应用于服务器,所述服务器存储有用户信息,所述用户信息包括多类信息标签;所述方法包括:An information screening method, characterized in that it is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the method includes:
    接收用户包,所述用户包中包括一个或多个用户信息;Receiving a user package, the user package including one or more user information;
    导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签;Import user information in the user package, the user information includes multiple types of information tags, the imported user information is associated with an import tag corresponding to the user package, and the import tag corresponding to the user package is for the user The label assigned by the package and used to indicate the identity of the user package;
    根据所述导入标签以及信息标签筛选用户信息。Filter user information according to the import tag and the information tag.
  2. 根据权利要求1所述的方法,其特征在于,所述用户信息还包括与信息标签对应的用户识别码,所述导入所述用户包中的用户信息,包括:The method according to claim 1, wherein the user information further includes a user identification code corresponding to an information tag, and the user information imported into the user package includes:
    判断是否已存储有所述用户包中用户信息包括的用户识别码;Judging whether the user identification code included in the user information in the user package has been stored;
    对于未存储有的用户识别码,将包括所述用户识别码的用户信息导入,所述导入的用户信息与所述用户包对应的导入标签关联;For the user identification code that is not stored, import user information including the user identification code, and the imported user information is associated with an import tag corresponding to the user package;
    对于存储有的用户识别码,将已存储的相同用户识别码对应的用户信息关联所述导入标签。For the stored user identification code, the user information corresponding to the same user identification code that has been stored is associated with the import tag.
  3. 根据权利要求2所述的方法,其特征在于,所述对于存储有的用户识别码,将已存储的相同用户识别码对应的用户信息关联所述导入标签,包括:The method according to claim 2, characterized in that, for the stored user identification code, associating the stored user information corresponding to the same user identification code with the import tag comprises:
    对于存储有的用户识别码,判断所述用户识别码对应的用户信息是否已关联有导入标签;For the stored user identification code, determine whether the user information corresponding to the user identification code has been associated with an import tag;
    若已关联有,判断所述用户识别码对应的用户信息已关联的导入标签与当前上传的用户包对应的导入标签是否相同;If it has been associated, determine whether the imported label associated with the user information corresponding to the user identification code is the same as the imported label corresponding to the currently uploaded user package;
    若不同,将所述用户识别码对应的用户信息同时关联到当前上传的用户包对应的导入标签。If they are different, the user information corresponding to the user identification code is simultaneously associated with the import tag corresponding to the currently uploaded user package.
  4. 根据权利要求2所述的方法,其特征在于,所述导入所述用户包中的用户信息,还包括:The method according to claim 2, wherein said importing user information in said user package further comprises:
    对于存储有的用户识别码,判断用户包中所述用户识别码对应的信息标签是否与已存储的相同用户识别码对应的信息标签相同;For the stored user identification code, determine whether the information label corresponding to the user identification code in the user package is the same as the information label corresponding to the stored user identification code;
    若不同,将包括所述用户识别码的用户信息关联所述导入标签,并且将用户包中所述用户识别码对应的信息标签对应所述已存储的相同用户识别码存储;If they are different, associate the user information including the user identification code with the import tag, and store the information tag corresponding to the user identification code in the user package corresponding to the stored same user identification code;
    若相同,将已存储的相同用户识别码对应的用户信息关联所述导入标 签。If they are the same, the stored user information corresponding to the same user identification code is associated with the import label.
  5. 根据权利要求1所述的方法,其特征在于,所述方法还包括:The method according to claim 1, wherein the method further comprises:
    将用户包中所述用户信息与所述用户包对应的导入标签关联。Associate the user information in the user package with the import tag corresponding to the user package.
  6. 根据权利要求5所述的方法,其特征在于,将用户包中所述用户信息与所述用户包对应的导入标签关联之前,还包括:The method according to claim 5, wherein before associating the user information in the user package with the import tag corresponding to the user package, the method further comprises:
    生成对应所述用户包的导入标签。Generate an import label corresponding to the user package.
  7. 根据权利要求5所述的方法,其特征在于,所述将用户包中所述用户信息与所述用户包对应的导入标签关联之前,还包括:The method according to claim 5, wherein before associating the user information in the user package with the import tag corresponding to the user package, the method further comprises:
    判断是否接收到标签指定指令,所述标签指定指令用于指定已上传的用户包对应的导入标签作为当前上传的用户包对应的导入标签;Judging whether a label designation instruction is received, where the label designation instruction is used to designate the import label corresponding to the uploaded user package as the import label corresponding to the currently uploaded user package;
    若接收到标签指定指令,将标签指定指令指定的用户包对应的导入标签作为当前上传的用户包对应的导入标签。If the label designation instruction is received, the import label corresponding to the user package specified by the label designation instruction is used as the import label corresponding to the currently uploaded user package.
  8. 根据权利要求5所述的方法,其特征在于,所述将用户包中所述用户信息与所述用户包对应的导入标签关联之前,还包括:The method according to claim 5, wherein before associating the user information in the user package with the import tag corresponding to the user package, the method further comprises:
    确定为所述用户包所选的分组,其中,相同分组对应相同的导入标签,不同分组对应不同的导入标签;Determine the group selected for the user package, wherein the same group corresponds to the same import label, and different groups correspond to different import labels;
    将为所述用户包选择的分组对应的导入标签,作为所述用户包对应的导入标签。The import label corresponding to the group selected for the user package is used as the import label corresponding to the user package.
  9. 根据权利要求1-8任一项所述的方法,其特征在于,所述根据所述导入标签以及信息标签筛选用户信息,包括:The method according to any one of claims 1-8, wherein the screening user information according to the import tag and the information tag comprises:
    接收用户选择的导入标签作为目标导入标签,接收用户选择的信息标签作为目标信息标签;Receive the import label selected by the user as the target import label, and receive the information label selected by the user as the target information label;
    查找所述目标导入标签关联的用户信息以及所述目标信息标签对应的用户信息,作为筛选到的用户信息。The user information associated with the target import tag and the user information corresponding to the target information tag are searched as the filtered user information.
  10. 根据权利要求1-8任一项所述的方法,其特征在于,所述用户信息还包括与信息标签对应的用户识别码,所述根据所述导入标签以及信息标签筛选用户信息,包括:The method according to any one of claims 1-8, wherein the user information further includes a user identification code corresponding to an information tag, and the filtering user information according to the import tag and the information tag includes:
    接收用户选择的导入标签;Receive the import label selected by the user;
    返回所述导入标签对应的用户信息中的多类信息标签;Return multiple types of information tags in the user information corresponding to the imported tags;
    接收从返回的多类信息标签中选择的信息标签作为第一信息标签;Receiving an information tag selected from the returned multiple types of information tags as the first information tag;
    接收用户从未对应有导入标签的用户信息中的多类信息标签中选择的信息标签,作为第二信息标签;Receiving the information tag selected by the user from the multiple types of information tags in the user information that has never corresponded to the imported tag as the second information tag;
    获取所述第一信息标签以及所述第二信息标签对应的用户识别码。Obtain the user identification code corresponding to the first information tag and the second information tag.
  11. 根据权利要求10所述的方法,其特征在于,所述根据所述导入标签以及信息标签筛选用户信息之前,还包括:The method according to claim 10, wherein before the filtering user information according to the import tag and the information tag, the method further comprises:
    判断所述用户包中用户信息包括的信息标签与已存储的信息标签格式是否相同;Judging whether the format of the information tag included in the user information in the user package is the same as the format of the stored information tag;
    若不同,将所述用户包中用户信息包括的信息标签转换到与已存储的信息标签相同的格式。If they are different, the information tags included in the user information in the user package are converted to the same format as the stored information tags.
  12. 根据权利要求1-11任一项所述的方法,其特征在于,所述用户信息还包括与信息标签对应的用户识别码,所述方法还包括:The method according to any one of claims 1-11, wherein the user information further comprises a user identification code corresponding to the information tag, and the method further comprises:
    获取筛选的用户信息包括的用户识别码,作为目标用户识别码;Obtain the user identification code included in the screened user information as the target user identification code;
    向目标用户识别码对应的终端进行信息推送。Push information to the terminal corresponding to the target user identification code.
  13. 根据权利要求2-12任一项所述的方法,其特征在于,所述方法还包括:The method according to any one of claims 2-12, wherein the method further comprises:
    获取多个电子设备对应的信息标签;Obtaining information tags corresponding to multiple electronic devices;
    将每个电子设备对应的信息标签关联到用户识别码,作为所述电子设备对应的用户信息,不同电子设备对应的信息标签关联不同的用户识别码。The information tag corresponding to each electronic device is associated with the user identification code, as the user information corresponding to the electronic device, and the information tags corresponding to different electronic devices are associated with different user identification codes.
  14. 一种信息筛选装置,其特征在于,应用于服务器,所述服务器存储有用户信息,所述用户信息包括多类信息标签;所述装置包括:An information screening device, characterized in that it is applied to a server, the server stores user information, and the user information includes multiple types of information tags; the device includes:
    接收模块,用于接收用户包,所述用户包中包括一个或多个用户信息;A receiving module, configured to receive a user package, the user package including one or more user information;
    导入模块,用于导入所述用户包中的用户信息,所述用户信息包括多类信息标签,所述导入的用户信息与所述用户包对应的导入标签关联,所述用户包对应的导入标签是为所述用户包分配的、用于表示所述用户包身份的标签;The import module is configured to import user information in the user package, the user information includes multiple types of information tags, the imported user information is associated with an import label corresponding to the user package, and the import label corresponding to the user package Is a label assigned to the user package and used to indicate the identity of the user package;
    选择模块,用于根据所述导入标签以及信息标签筛选用户信息。The selection module is used to filter user information according to the import tag and the information tag.
  15. 一种服务器,其特征在于,包括:A server, characterized in that it comprises:
    一个或多个处理器;One or more processors;
    存储器;Memory
    一个或多个程序,其中所述一个或多个程序被存储在所述存储器中并被配置为由所述一个或多个处理器执行,所述一个或多个程序被处理器执行以实现如权利要求1-13任一项所述的方法。One or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, and the one or more programs are executed by the processor to realize such as The method of any one of claims 1-13.
PCT/CN2019/124887 2019-12-12 2019-12-12 Information filtering method, device, and server WO2021114180A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2019/124887 WO2021114180A1 (en) 2019-12-12 2019-12-12 Information filtering method, device, and server
CN201980099738.9A CN114341910A (en) 2019-12-12 2019-12-12 Information screening method and device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/124887 WO2021114180A1 (en) 2019-12-12 2019-12-12 Information filtering method, device, and server

Publications (1)

Publication Number Publication Date
WO2021114180A1 true WO2021114180A1 (en) 2021-06-17

Family

ID=76328756

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/124887 WO2021114180A1 (en) 2019-12-12 2019-12-12 Information filtering method, device, and server

Country Status (2)

Country Link
CN (1) CN114341910A (en)
WO (1) WO2021114180A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3629213B2 (en) * 2001-01-26 2005-03-16 日本電信電話株式会社 Location-specific billing system and information processing server
CN101247368A (en) * 2008-03-26 2008-08-20 腾讯科技(深圳)有限公司 User search method, system, server and client terminal for instant communication
US20120013445A1 (en) * 2008-09-11 2012-01-19 Junichi Yasuda Ic tag control method and apparatus
CN109949069A (en) * 2019-01-28 2019-06-28 平安科技(深圳)有限公司 Suspicious user screening technique, device, computer equipment and storage medium
CN110009386A (en) * 2019-01-28 2019-07-12 平安科技(深圳)有限公司 User classification method, device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3629213B2 (en) * 2001-01-26 2005-03-16 日本電信電話株式会社 Location-specific billing system and information processing server
CN101247368A (en) * 2008-03-26 2008-08-20 腾讯科技(深圳)有限公司 User search method, system, server and client terminal for instant communication
US20120013445A1 (en) * 2008-09-11 2012-01-19 Junichi Yasuda Ic tag control method and apparatus
CN109949069A (en) * 2019-01-28 2019-06-28 平安科技(深圳)有限公司 Suspicious user screening technique, device, computer equipment and storage medium
CN110009386A (en) * 2019-01-28 2019-07-12 平安科技(深圳)有限公司 User classification method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN114341910A (en) 2022-04-12

Similar Documents

Publication Publication Date Title
CN107871011B (en) Image processing method, image processing device, mobile terminal and computer readable storage medium
CN112868004B (en) Resource recommendation method and device, electronic equipment and storage medium
US20140095308A1 (en) Advertisement distribution apparatus and advertisement distribution method
CN110020086B (en) User portrait query method and device
CN105976222B (en) Information recommendation method, terminal and server
CN102402625A (en) Method and system for recommending music
US10097664B2 (en) Recommending media items based on purchase history
CN110727868A (en) Object recommendation method, device and computer-readable storage medium
CN107798082B (en) File label processing method and device
CN107918618A (en) Data processing method and device
CN104090899A (en) Method and device for feeding back display content information
CN108665513B (en) Drawing method and device based on user behavior data
CN112307264A (en) Data query method and device, storage medium and electronic equipment
CN112631731A (en) Data query method and device, electronic equipment and storage medium
WO2021081914A1 (en) Pushing object determination method and apparatus, terminal device and storage medium
CN111582967A (en) Content search method, device, equipment and storage medium
CN114258662A (en) User behavior data processing method and device, server and storage medium
WO2021114180A1 (en) Information filtering method, device, and server
CN111553749A (en) Activity push strategy configuration method and device
CN114491093B (en) Multimedia resource recommendation and object representation network generation method and device
CN116303657A (en) Group image generation method, group image generation device, computer device, and storage medium
US20190213613A1 (en) Segmenting market data
CN110807124B (en) Song search method, apparatus, device and computer readable storage medium
CN114004212A (en) Data processing method, device and storage medium
CN111639260B (en) Content recommendation method, content recommendation device and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19955912

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15/11/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19955912

Country of ref document: EP

Kind code of ref document: A1