CN116258524A - Advertisement putting method, device, equipment and storage medium based on bloom filter - Google Patents

Advertisement putting method, device, equipment and storage medium based on bloom filter Download PDF

Info

Publication number
CN116258524A
CN116258524A CN202310268349.2A CN202310268349A CN116258524A CN 116258524 A CN116258524 A CN 116258524A CN 202310268349 A CN202310268349 A CN 202310268349A CN 116258524 A CN116258524 A CN 116258524A
Authority
CN
China
Prior art keywords
bloom filter
target
result
strategy
bloom
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202310268349.2A
Other languages
Chinese (zh)
Other versions
CN116258524B (en
Inventor
许志武
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software Technology Co Ltd
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 Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN202310268349.2A priority Critical patent/CN116258524B/en
Publication of CN116258524A publication Critical patent/CN116258524A/en
Application granted granted Critical
Publication of CN116258524B publication Critical patent/CN116258524B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06Q30/0241Advertisements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9035Filtering based on additional data, e.g. user or group profiles
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the application discloses an advertisement putting method, device and equipment based on a bloom filter and a storage medium. The method is applied to an advertisement delivery platform, bloom filters corresponding to each strategy result in at least one strategy result are preset in the advertisement delivery platform, and a plurality of corresponding equipment identifiers are stored in each bloom filter, and the method comprises the following steps: receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier; responding to the advertisement putting request, determining a bloom filter with target equipment identifiers stored in the plurality of bloom filters as a target bloom filter, and obtaining at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result; and returning the target strategy result to the requester. According to the embodiment, the strategy results are returned based on the bloom filters respectively corresponding to the strategy results, scoring results respectively corresponding to the equipment identifiers do not need to be stored in the advertisement delivery platform, and the data storage capacity is reduced.

Description

Advertisement putting method, device, equipment and storage medium based on bloom filter
Technical Field
The application relates to the technical field of internet, in particular to an advertisement putting method, device and equipment based on a bloom filter and a storage medium.
Background
In the process of advertisement delivery, a media platform or an advertisement delivery platform screens out proper flow for target crowd provided by an advertiser according to the target crowd requirement, and synchronizes the information of the screened flow to the advertiser through an application programming interface (Application Programming Interface, API); after receiving the flow requests, the advertiser can combine own data, marketing appeal and the like to judge the flow value and determine whether the flow value is needed or not; if necessary, the media is returned to participate in the bid exposure through the API. If not, information is returned that does not participate in the bid or advertisement placement.
Currently, android (Android) and IOS (mobile operating system developed by apple corporation) devices are mainly used in the market, and common device identification numbers (Identity document, ID) are an international mobile equipment identification code (International Mobile Equipment Identity, IMEI) of Android, an Open Advertisement ID (OAID), an android_id, an advertisement identifier (Identifier For Advertising, IDFA) of IOS, and the like (one device may have one or more device ID identifiers). The number of the devices on the market is about 21 hundred million, 17 hundred million devices are collected at present, and 30 hundred million device ID identifiers are collected. According to the estimated future data size of 45 hundred million device ID identifications to be stored, each manufacturer (such as scoring sources of company interior, alliance, temming, talkingdata and the like) respectively scores the related device ID identifications (including but not limited to click score, completion score, credit pass score, current score, overdue score, credit quality score and click credit pass score), and then executes advertisement delivery strategies by combining the data.
It can be seen that the advertisement delivery platform has huge data volume and requires a great amount of memory resources when making advertisement delivery decisions.
Disclosure of Invention
The embodiment of the application provides an advertisement putting method, device, equipment and storage medium based on a bloom filter, which can reduce the data volume stored in an advertisement putting platform and save storage resources.
In a first aspect, an embodiment of the present application provides an advertisement delivery method based on bloom filters, where the method is applied to an advertisement delivery platform, and bloom filters corresponding to each of at least one policy result in the advertisement delivery platform are preset, and each bloom filter stores a plurality of corresponding device identifiers, where the method includes:
receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter;
determining a strategy result corresponding to the target bloom filter as a target strategy result;
And returning the target strategy result to the requester.
In a second aspect, an embodiment of the present application further provides an advertisement delivery device based on a bloom filter, where the advertisement delivery device based on a bloom filter is set on an advertisement delivery platform, and each bloom filter corresponding to each policy result in at least one policy result is preset in the advertisement delivery platform, and each bloom filter stores a plurality of corresponding device identifiers, and the advertisement delivery device based on a bloom filter includes:
the receiving and transmitting unit is used for receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
the processing unit is used for responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result;
the receiving and transmitting unit is further configured to return the target policy result to the requester.
In a third aspect, embodiments of the present application further provide a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the method when executing the computer program.
In a fourth aspect, embodiments of the present application also provide a computer readable storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the above-described method.
The embodiment of the application provides an advertisement putting method, device and equipment based on a bloom filter and a storage medium. The method is applied to an advertisement delivery platform, a bloom filter corresponding to each strategy result in at least one strategy result is preset in the advertisement delivery platform, and a plurality of corresponding equipment identifiers are stored in each bloom filter, and the method comprises the following steps: receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier; responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result; and returning the target strategy result to the requester. On one hand, in the embodiment, the device identifiers corresponding to the different strategy results are stored in different bloom filters in the advertisement delivery platform in advance, so that scoring results of a plurality of scoring sources corresponding to the device identifiers are not required to be stored in the advertisement delivery platform, the storage amount of data in the advertisement delivery platform is greatly reduced, and storage resources are saved; on the other hand, the method and the device can obtain the strategy result directly according to the equipment identifier stored in the bloom filter, and do not need to further calculate according to the scoring result corresponding to the equipment identifier when deciding, so that the response speed of the advertisement delivery platform is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is an application scenario schematic diagram of an advertisement delivery method based on a bloom filter according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a notification delivery platform according to an embodiment of the present application when creating a bloom filter;
FIG. 3 is a flowchart of an advertisement delivery method based on bloom filters according to an embodiment of the present application;
FIG. 4 is a schematic block diagram of a bloom filter-based advertising device provided by an embodiment of the present application;
fig. 5 is a schematic block diagram of a computer device provided in an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
The embodiment of the application provides an advertisement putting method, device and equipment based on a bloom filter and a storage medium.
The execution main body of the bloom filter-based advertisement delivery method may be the bloom filter-based advertisement delivery device provided in the embodiment of the present application, or a computer device integrated with the bloom filter-based advertisement delivery device, where the bloom filter-based advertisement delivery device may be implemented in a hardware or software manner, and the computer device may be a terminal or a server.
Referring to fig. 1, fig. 1 is an application scenario schematic diagram of an advertisement delivery method based on a bloom filter according to an embodiment of the present application. The bloom filter-based advertisement delivery method is applied to the advertisement delivery system in fig. 1, and the advertisement delivery system includes an advertisement delivery platform 10 provided in the present application and a requester 20 for advertisement delivery (such as messenger, hundred degrees, tremble, etc.), where bloom filters corresponding to each policy result in at least one policy result are preset in the advertisement delivery platform 10, and a plurality of corresponding device identifiers are stored in each bloom filter: when the user opens the application corresponding to the requester 20 in the target device (device corresponding to the target device identifier), the requester 20 will send an advertisement delivery request carrying the target device identifier to the advertisement delivery platform 10, and then the advertisement delivery platform 10 determines which bloom filters the target device identifier hits, and returns a target policy result corresponding to the hitting bloom filter to the requester 20.
It should be noted that, before executing the advertisement delivery method based on the bloom filter provided in this embodiment, a plurality of bloom filters need to be created according to a preset policy rule of advertisement delivery, where each bloom filter stores a device identifier that conforms to a corresponding policy rule, that is, each bloom filter corresponds to a policy result, and when a received device identifier also exists in a bloom filter, it is illustrated that the policy result corresponding to the bloom filter is the policy result that needs to be returned, and specifically, steps of creating the bloom filter by the advertisement delivery platform are shown in fig. 2, and specifically include steps S110 to S140:
S110, reading the equipment identification file according to a preset file acquisition path.
The device identifier file includes a plurality of device identifiers and scoring results of a plurality of scoring sources corresponding to the device identifiers respectively, and specifically, the embodiment reads the device identifier file by using a mmap memory mapping mode based on the file acquisition path.
The equipment identifier is an equipment identifier corresponding to user equipment (such as a mobile phone), such as an IMEI, an OAID, an IDFA of an IOS and the like of Android, wherein scoring sources comprise company interiors, allies, temming, talkingdata and the like, and scoring results comprise, but are not limited to, click scores, completion scores, credit passing scores, current scores, overdue scores, credit quality scores and click credit passing scores.
Specifically, in some embodiments, the scoring results are determined from their corresponding big data models, e.g., device id 1 is rated at 0.7 and 0.8 points, respectively, and the completion points are rated at 0.5 and 0.6, respectively, relative to the different scoring sources (e.g., messenger and alliance).
The preset file acquisition path is a path capable of acquiring an equipment identification file, for example, a uniform resource locator (Uniform Resource Locator, URL) path, and the equipment identification file may be stored in a cloud storage and other locations, and the specific type of the file acquisition path and the specific storage location of the equipment identification file are not limited in this embodiment.
In some embodiments, in order to improve the security of the device identification file, the obtained device identification file is an encrypted device identification file, for example, an encrypted device identification file subjected to MD5 (an information abstraction algorithm), so as to prevent the device identification file from being tampered, which affects the accuracy of the final result.
S120, creating a plurality of bloom filters according to a plurality of preset strategy rules, and building a corresponding relation between each bloom filter and a strategy result.
In this embodiment, specifically, bloom filters are created according to the number of policy rules, for example, if there are 15 policy rules, then 15 bloom filters are created, where the policy result is a policy result corresponding to the policy rules, specifically, in this embodiment, policy results corresponding to the policy rules are preset respectively, and after bloom filters corresponding to the policy rules are created, a correspondence between the bloom filters and the policy results is established according to a correspondence between the policy rules and the policy results.
In some embodiments, before executing step S120, a plurality of policy rules and policy results corresponding to the policy rules respectively need to be obtained, where a bloom filter is required to be created for one policy rule later, and the policy result corresponding to the bloom filter is the policy result corresponding to the policy rule.
In this embodiment, a user first needs to preset a plurality of policy rules (an advertisement policy generally includes 2 or 3 policy rules) in the advertisement delivery platform, for example, an advertisement policy a includes a policy rule 1a and a policy rule 2a, and an advertisement policy b includes a policy rule 1b and a policy rule 2b, where:
advertisement strategy a:
policy rule 1a (corresponding to creating bloom filter 1 a): t1<0.8; the corresponding strategy results are: not exposing;
policy rules 2a (corresponding to creation of bloom filter 2 a): t1> =0.8 and t2>0.6 and t3>0.7; the corresponding strategy results are: exposing and bidding for 1.5 times;
advertisement policy b:
policy rule 1b (corresponding to creating bloom filter 1 b): u1<0.2; the corresponding strategy results are: not exposing;
policy rules 2b (corresponding to creating bloom filter 2 b): u1> =0.2 and u2>0.5 and u3>0.7; the corresponding strategy results are: exposure, and bid 1.2 times.
Wherein t1, t2 and t3 are respectively click score, completion score and credit passing score of vacation (scoring source) aiming at a certain equipment identifier; u1, u2 and u3 are respectively the click score, the completion score and the credit passing score of the alliance (scoring source) aiming at a certain equipment identifier;
therefore, if the policy rules include the policy rule 1a, the policy rule 2a, the policy rule 1b, and the policy rule 2b, it is necessary to construct the bloom filter 1a, the bloom filter 2a, the bloom filter 1b, and the bloom filter 2b for these policy rules, respectively, and the policy result corresponding to the bloom filter 1a is not exposure; the corresponding policy result of bloom filter 2a is exposure and bid 1.5 times; the corresponding policy result of bloom filter 1b is exposure; the corresponding policy result for bloom filter 2b is exposure and bid 1.2 times.
The execution order of the step S110 and the step S120 is not limited in this application, that is, the step S110 may be executed after the step S120, or may be executed simultaneously with the step S120.
S130, respectively storing the equipment identifiers into the corresponding bloom filters according to a plurality of scoring results and the policy rules respectively corresponding to the equipment identifiers.
In this embodiment, the device identifier file includes a plurality of device identifiers, and scoring results of a plurality of scoring sources corresponding to the device identifiers respectively.
Specifically, for each device identifier in the device identifier file, determining a policy rule which is met by the device identifier according to a plurality of scoring results (a plurality of scoring results of different scoring sources) of the corresponding device identifier, and writing the device identifier into a corresponding bloom filter (bloom filter hit with the policy rule), wherein if the device identifier meets a plurality of policy rules, the device identifier is written into a corresponding plurality of bloom filters.
For example, the device identifier 1 corresponds to a plurality of scoring results t1=0.9, t2=0.8, t3=0.8, u1=0.1; as can be seen from the above policy rules, the scoring result of the device identifier 1 accords with the policy rule 2a and the policy rule 1b, and the policy rule 2a corresponds to the Ying Bulong filter 2a and the policy rule 1b corresponds to the Ying Bulong filter 1b, and at this time, the device identifier 1 is written into the bloom filter 2a and the bloom filter 1b, respectively.
And S140, storing a plurality of bloom filters.
After traversing all the device identifications in the device identification file and writing the corresponding device identifications into the corresponding bloom filter, storing the bloom filter.
Therefore, the advertisement delivery platform provided by the application does not need to store the equipment identification file, and only needs to store different equipment identifications into the corresponding bloom filters according to the corresponding strategy results, so that the storage amount of data in the advertisement delivery platform is greatly reduced, and storage resources are saved.
Fig. 3 is a flowchart of an advertisement delivery method based on a bloom filter according to an embodiment of the present application. The method is applied to an advertisement delivery platform, a bloom filter corresponding to each policy result in at least one policy result is preset in the advertisement delivery platform, and a plurality of corresponding device identifiers are stored in each bloom filter, as shown in fig. 3, and the method comprises the following steps S210-S240.
S210, receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target device identifier.
In this embodiment, when a requester (such as a messenger, hundred degrees, and jittering applications) of advertisement delivery needs to request a RTA (Realtime API) service of the advertisement delivery platform, an advertisement delivery request is sent to the advertisement delivery platform, where the advertisement delivery request includes a target device identifier, and the target device identifier is encrypted by MD 5.
Specifically, when a user uses a target device (such as a mobile phone) to brush and shake sound, the shake sound background generates an advertisement putting request according to a target device identifier of the target device, and sends the advertisement putting request to an advertisement putting platform.
S220, responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter.
When the advertisement delivery platform acquires the advertisement delivery request, judging which bloom filters in a plurality of bloom filters in the local area of the advertisement delivery platform store the target equipment identifier, and determining the bloom filter storing the target equipment identifier as a target bloom filter, wherein the number of the target bloom filters can be 1 or more, and when the number of the target bloom filters is more than 1, the fact that the target equipment identifier is stored in the plurality of bloom filters is indicated, namely the target equipment identifier accords with a plurality of returned results.
S230, determining a strategy result corresponding to the target bloom filter as a target strategy result.
In some embodiments, specifically, S230 includes: if the strategy results corresponding to the target bloom filter comprise exposure results and non-exposure results, determining the exposure results as the target strategy results; if the strategy result corresponding to the target bloom filter is a non-exposure result, determining the non-exposure result as the target strategy result; and if the strategy result corresponding to the target bloom filter is an exposure result, determining the exposure result as the target strategy result.
For example, if multiple target bloom filters are hit, and the corresponding policy results include an exposure result and a non-exposure (i.e., non-exposure) result, then only the exposure result needs to be returned, i.e., only the exposure result is taken as the target policy result, and the non-exposure result is filtered out; if the corresponding strategy result is a non-exposure result (not including an exposure result), only one non-exposure result is returned no matter one or more non-exposure results are provided, namely, one non-exposure result is determined as a target strategy result; if the corresponding strategy result is an exposure result (not including a non-exposure result), determining the exposure result as a target strategy result according to the exposure result;
further, when there are a plurality of exposure results, at this time, according to determining the exposure result as a target policy result, it includes:
a. determining an exposure result with the highest priority among a plurality of exposure results as the target strategy result according to the preset priority; or b, determining a plurality of exposure results as the target strategy results.
The step a is adopted to reduce the data volume transmitted by the advertisement delivery platform and reduce the calculated volume of a requester; the step b is adopted, so that a requester can obtain more information, and bidding accuracy is improved.
S240, returning the target strategy result to the requester.
In this embodiment, after the advertisement delivery platform determines the target policy result, the target policy result is returned to the requester, so that the requester decides whether to deliver the advertisement corresponding to the advertisement delivery platform according to the obtained target policy result.
In general, a requester sends an advertisement delivery request to advertisement delivery platforms of multiple advertisers, and then receives policy results returned by each advertisement delivery platform, and decides which advertiser's advertisement is delivered according to each policy result.
In some embodiments, after the bloom filter is established, due to the fact that some rules of the bloom filter are invalidated, in order to save storage space and ensure accuracy of policy judgment, the invalidated bloom filter needs to be deleted, for example, the bloom filter to be deleted is a first bloom filter, at this time, a deletion instruction of the first bloom filter input by a user is acquired, and then the first bloom filter in the advertisement delivery platform is deleted in response to the deletion instruction.
In some embodiments, by the application, a bloom filter in the advertisement delivery platform may be newly added, for example, a bloom filter that needs to be newly added is a second bloom filter, and at this time, a new instruction of the second bloom filter needs to be acquired, where the new instruction carries a new policy rule and a new policy result corresponding to the new policy rule; then, the second bloom filter is established according to the new instruction, and a corresponding relation between the second bloom filter and the new strategy result is established; reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources corresponding to the device identifications respectively; and finally, storing the equipment identifier conforming to the new strategy rule in the equipment identifier file into the second bloom filter, and storing the second bloom filter to finish the new operation of the second bloom filter.
In some embodiments, since there is a relatively large total amount of outdated device identifications and newly added device identifications, to ensure accuracy of the data in the advertising platform, the advertising platform may update the local bloom filter, specifically, periodically or manually: acquiring a bloom filter update instruction; then responding to the bloom filter updating instruction, and reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources respectively corresponding to the device identifications; and finally, updating the equipment identifiers in the bloom filters according to a plurality of scoring results corresponding to the equipment identifiers and policy rules corresponding to the bloom filters.
Specifically, if the device identifier which accords with the policy rule but does not exist in the bloom filter exists in the device identifier file according to the read device identifier file and the policy rule corresponding to the bloom filter, the device identifier is newly added in the bloom filter; if the bloom filter is found to have the equipment identifier which does not accord with the policy rule or the bloom filter is found to have the equipment identifier which does not exist in the equipment identifier file, deleting the equipment identifier.
The bloom filter update instruction may be automatically generated according to a preset update period (for example, 1 month) in the advertisement delivery platform, or may be input by a user, which is not limited herein.
In summary, the method is applied to an advertisement delivery platform, and at least one bloom filter corresponding to each policy result in the policy results is preset in the advertisement delivery platform, and a plurality of corresponding device identifiers are stored in each bloom filter, and the method includes: receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier; responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result; and returning the target strategy result to the requester. On one hand, in the embodiment, the device identifiers corresponding to the different strategy results are stored in different bloom filters in the advertisement delivery platform in advance, so that scoring results of a plurality of scoring sources corresponding to the device identifiers are not required to be stored in the advertisement delivery platform, the storage amount of data in the advertisement delivery platform is greatly reduced, and storage resources are saved; on the other hand, the method and the device can obtain the strategy result directly according to the equipment identifier stored in the bloom filter, and do not need to further calculate according to the scoring result corresponding to the equipment identifier when deciding, so that the response speed of the advertisement delivery platform is improved.
In addition, the bloom filter in the embodiment stores the device identifier in a binary manner, so that the storage amount of data is further reduced.
Fig. 4 is a schematic block diagram of an advertisement delivery device based on a bloom filter provided in an embodiment of the present application. As shown in fig. 4, corresponding to the above bloom filter-based advertisement delivery method, the present application further provides an advertisement delivery device 400 based on bloom filters. The bloom filter-based advertisement delivery device 400 includes a unit for executing the bloom filter-based advertisement delivery method, where the bloom filter-based advertisement delivery device 400 is set on an advertisement delivery platform, the advertisement delivery platform is preset with bloom filters corresponding to each of at least one policy result, each bloom filter stores a plurality of corresponding device identifiers, and the bloom filter-based advertisement delivery device 400 includes a transceiver unit 401 and a processing unit 402, where:
a transceiver unit 401, configured to receive an advertisement delivery request sent by a requester, where the advertisement delivery request includes a target device identifier;
a processing unit 402, configured to determine, in response to the advertisement delivery request, a bloom filter in which the target device identifier is stored in a plurality of bloom filters as a target bloom filter, so as to obtain at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result;
The transceiver unit 401 is further configured to return the target policy result to the requester.
In some embodiments, when executing the step of determining the policy result corresponding to the target bloom filter as the target policy result, the processing unit 402 is specifically configured to:
if the strategy results corresponding to the target bloom filter comprise exposure results and non-exposure results, determining the exposure results as the target strategy results;
if the strategy result corresponding to the target bloom filter is a non-exposure result, determining the non-exposure result as the target strategy result;
and if the strategy result corresponding to the target bloom filter is an exposure result, determining the exposure result as the target strategy result.
In some embodiments, when the processing unit 402 performs the step of determining the exposure result as the target policy result when there are a plurality of exposure results, the processing unit is specifically configured to:
determining an exposure result with the highest priority among a plurality of exposure results as the target strategy result according to the preset priority; or alternatively, the first and second heat exchangers may be,
and determining a plurality of exposure results as the target strategy results.
In some embodiments, the transceiver unit 401 is further configured to obtain a deletion instruction of the first bloom filter;
the processing unit 402 is further configured to delete the first bloom filter in the advertisement delivery platform in response to the deletion instruction.
In some embodiments, the transceiver unit 401 is further configured to obtain a new instruction of the second bloom filter, where the new instruction carries a new policy rule and a new policy result corresponding to the new policy rule;
the processing unit 402 is further configured to create the second bloom filter according to the new instruction, and establish a correspondence between the second bloom filter and the new policy result; reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources corresponding to the device identifications respectively; and storing the equipment identifier conforming to the new policy rule in the equipment identifier file into the second bloom filter.
In some embodiments, the transceiver unit 401 is further configured to obtain a bloom filter update instruction;
The processing unit 402 is further configured to respond to the bloom filter update instruction, and read an equipment identification file according to a preset file acquisition path, where the equipment identification file includes a plurality of equipment identifications and scoring results of a plurality of scoring sources corresponding to the equipment identifications respectively; and for each bloom filter, updating the equipment identifier in the bloom filter according to a plurality of scoring results corresponding to each equipment identifier and the policy rules corresponding to the bloom filter.
In some embodiments, before the transceiver unit 401 performs the step of receiving the advertisement delivery request sent by the requesting party, the processing unit 402 is further configured to:
reading, by the transceiver unit 401, a device identifier file according to a preset file acquisition path, where the device identifier file includes a plurality of device identifiers, and scoring results of a plurality of scoring sources corresponding to the device identifiers respectively; creating a plurality of bloom filters according to a plurality of preset strategy rules, and building a corresponding relation between each bloom filter and a strategy result; according to the scoring results and the policy rules corresponding to the equipment identifiers, respectively, storing the equipment identifiers into the corresponding bloom filters; storing a plurality of bloom filters.
In summary, on the one hand, in the advertisement delivery device 400 based on the bloom filter in this embodiment, device identifiers corresponding to different policy results are stored in different bloom filters in advance in the advertisement delivery platform, so that scoring results of a plurality of scoring sources corresponding to each device identifier are not required to be stored in the advertisement delivery platform, so that the storage amount of data in the advertisement delivery platform is greatly reduced, and storage resources are saved; on the other hand, the advertisement delivery device 400 based on the bloom filter in this embodiment can directly obtain the policy result according to the equipment identifier stored in the bloom filter, and does not need to perform further calculation according to the scoring result corresponding to the equipment identifier when making a decision, thereby improving the response speed of the advertisement delivery platform.
It should be noted that, as those skilled in the art can clearly understand, the specific implementation process of the advertisement delivery device and each unit based on the bloom filter may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, the description is omitted here.
The bloom filter-based advertising apparatus described above may be implemented in the form of a computer program that may be run on a computer device as shown in fig. 5.
Referring to fig. 5, fig. 5 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 may be a terminal or a server. The server may be an independent server or a server cluster formed by a plurality of servers.
An advertisement delivery platform is deployed in the computer device 500, and a bloom filter corresponding to each policy result in at least one policy result is preset in the advertisement delivery platform, where each bloom filter stores a plurality of corresponding device identifiers.
With reference to FIG. 5, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a bloom filter-based advertising method.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of a computer program 5032 in the non-volatile storage medium 503, which computer program 5032, when executed by the processor 502, causes the processor 502 to perform a bloom filter-based advertisement delivery method.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of a portion of the architecture in connection with the present application and is not intended to limit the computer device 500 to which the present application is applied, and that a particular computer device 500 may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
Wherein the processor 502 is configured to execute a computer program 5032 stored in a memory to implement the steps of:
receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter;
determining a strategy result corresponding to the target bloom filter as a target strategy result;
and returning the target strategy result to the requester.
It should be appreciated that in embodiments of the present application, the processor 502 may be a central processing unit (Central Processing Unit, CPU), the processor 502 may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. Wherein the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Those skilled in the art will appreciate that all or part of the flow in a method embodying the above described embodiments may be accomplished by computer programs instructing the relevant hardware. The computer program comprises program instructions, and the computer program can be stored in a storage medium, which is a computer readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present application also provides a storage medium. The storage medium may be a computer readable storage medium. The storage medium stores a computer program, wherein the computer program includes program instructions. The program instructions, when executed by the processor, cause the processor to perform the steps of:
receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter;
determining a strategy result corresponding to the target bloom filter as a target strategy result;
And returning the target strategy result to the requester.
The storage medium may be a U-disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, or other various computer-readable storage media that can store program codes.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the device embodiments described above are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed.
The steps in the method of the embodiment of the application can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the application can be combined, divided and deleted according to actual needs. In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The integrated unit may be stored in a storage medium if implemented in the form of a software functional unit and sold or used as a stand-alone product. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a terminal, or a network device, etc.) to perform all or part of the steps of the method described in the embodiments of the present application.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. The utility model provides an advertisement putting method based on bloom filter, which is characterized in that the method is applied to an advertisement putting platform, wherein the bloom filter corresponding to each strategy result in at least one strategy result is preset in the advertisement putting platform, and a plurality of corresponding equipment identifiers are stored in each bloom filter, and the method comprises the following steps:
receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter;
determining a strategy result corresponding to the target bloom filter as a target strategy result;
and returning the target strategy result to the requester.
2. The method of claim 1, wherein the determining the policy result corresponding to the target bloom filter as the target policy result comprises:
if the strategy results corresponding to the target bloom filter comprise exposure results and non-exposure results, determining the exposure results as the target strategy results;
If the strategy result corresponding to the target bloom filter is a non-exposure result, determining the non-exposure result as the target strategy result;
and if the strategy result corresponding to the target bloom filter is an exposure result, determining the exposure result as the target strategy result.
3. The method of claim 2, wherein when there are a plurality of the exposure results, the determining the exposure result as the target policy result includes:
determining an exposure result with the highest priority among a plurality of exposure results as the target strategy result according to the preset priority; or alternatively, the first and second heat exchangers may be,
and determining a plurality of exposure results as the target strategy results.
4. The method according to claim 1, wherein the method further comprises:
acquiring a deleting instruction of a first bloom filter;
and deleting the first bloom filter in the advertisement delivery platform in response to the deleting instruction.
5. The method according to claim 1, wherein the method further comprises:
acquiring a new instruction of a second bloom filter, wherein the new instruction carries a new strategy rule and a new strategy result corresponding to the new strategy rule;
Creating the second bloom filter according to the new instruction, and establishing a corresponding relation between the second bloom filter and the new strategy result;
reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources corresponding to the device identifications respectively;
and storing the equipment identifier conforming to the new policy rule in the equipment identifier file into the second bloom filter.
6. The method according to claim 1, wherein the method further comprises:
acquiring a bloom filter update instruction;
responding to the bloom filter updating instruction, and reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources respectively corresponding to the device identifications;
and for each bloom filter, updating the equipment identifier in the bloom filter according to a plurality of scoring results corresponding to each equipment identifier and the policy rules corresponding to the bloom filter.
7. The method of any of claims 1-6, wherein prior to receiving the request for placement of the advertisement sent by the requestor, the method further comprises:
Reading a device identification file according to a preset file acquisition path, wherein the device identification file comprises a plurality of device identifications and scoring results of a plurality of scoring sources corresponding to the device identifications respectively;
creating a plurality of bloom filters according to a plurality of preset strategy rules, and building a corresponding relation between each bloom filter and a strategy result;
according to the scoring results and the policy rules corresponding to the equipment identifiers, respectively, storing the equipment identifiers into the corresponding bloom filters;
storing a plurality of bloom filters.
8. The utility model provides an advertisement putting device based on bloom filter, its characterized in that, advertisement putting device based on bloom filter is set up in advertisement putting platform, preset in the advertisement putting platform each bloom filter that each strategy result corresponds respectively in the at least one strategy result, each bloom filter stores a plurality of equipment identification that correspond in, advertisement putting device based on bloom filter includes:
the receiving and transmitting unit is used for receiving an advertisement putting request sent by a requester, wherein the advertisement putting request comprises a target equipment identifier;
The processing unit is used for responding to the advertisement putting request, determining the bloom filters with the target equipment identifiers as target bloom filters, and obtaining at least one target bloom filter; determining a strategy result corresponding to the target bloom filter as a target strategy result;
the receiving and transmitting unit is further configured to return the target policy result to the requester.
9. A computer device, characterized in that it comprises a memory on which a computer program is stored and a processor which, when executing the computer program, implements the method according to any of claims 1-7.
10. A computer readable storage medium, characterized in that the storage medium stores a computer program comprising program instructions which, when executed by a processor, can implement the method of any of claims 1-7.
CN202310268349.2A 2023-03-14 2023-03-14 Advertisement putting method, device, equipment and storage medium based on bloom filter Active CN116258524B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310268349.2A CN116258524B (en) 2023-03-14 2023-03-14 Advertisement putting method, device, equipment and storage medium based on bloom filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310268349.2A CN116258524B (en) 2023-03-14 2023-03-14 Advertisement putting method, device, equipment and storage medium based on bloom filter

Publications (2)

Publication Number Publication Date
CN116258524A true CN116258524A (en) 2023-06-13
CN116258524B CN116258524B (en) 2024-02-02

Family

ID=86684328

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310268349.2A Active CN116258524B (en) 2023-03-14 2023-03-14 Advertisement putting method, device, equipment and storage medium based on bloom filter

Country Status (1)

Country Link
CN (1) CN116258524B (en)

Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383034A (en) * 2008-09-18 2009-03-11 腾讯科技(深圳)有限公司 Method and system for advertisement statistic and delivery
CN101923568A (en) * 2010-06-23 2010-12-22 北京星网锐捷网络技术有限公司 Method for increasing and canceling elements of Bloom filter and Bloom filter
US20160162506A1 (en) * 2013-08-28 2016-06-09 Huawei Technologies Co., Ltd. Bloom Filter Generation Method and Apparatus
US20170316455A1 (en) * 2012-08-01 2017-11-02 Oracle America, Inc. System and Method for Counting Advertisement Impressions
CN110941670A (en) * 2019-11-21 2020-03-31 北京达佳互联信息技术有限公司 Mark state detection method and device
WO2020151332A1 (en) * 2019-01-23 2020-07-30 平安科技(深圳)有限公司 Data deletion method and apparatus, computer device, and storage medium
CN111970567A (en) * 2020-08-21 2020-11-20 广州欢网科技有限责任公司 Method and device for adapting advertisement label to user, storage medium and electronic equipment
CN112989147A (en) * 2021-02-20 2021-06-18 每日互动股份有限公司 Data information pushing method and device, computer equipment and storage medium
WO2021121026A1 (en) * 2019-12-16 2021-06-24 中兴通讯股份有限公司 Advertisement insertion method, electronic device and storage medium
CN113220992A (en) * 2021-05-07 2021-08-06 苏州摩多多信息科技有限公司 Information flow content recommendation method, system and medium
US20210294855A1 (en) * 2020-03-17 2021-09-23 Beijing Baidu Netcom Science And Technology Co., Ltd. Method for processing information, electronic device and storage medium
CN113486025A (en) * 2021-07-28 2021-10-08 北京腾云天下科技有限公司 Data storage method, data query method and device
CN113536034A (en) * 2021-09-17 2021-10-22 飞狐信息技术(天津)有限公司 Data writing method and data reading method based on bloom filter
CN113763034A (en) * 2021-08-06 2021-12-07 郑州阿帕斯数云信息科技有限公司 Advertisement data processing method and device
CN113902470A (en) * 2021-09-17 2022-01-07 作业帮教育科技(北京)有限公司 Advertisement experiment platform and method and electronic equipment
CN113962719A (en) * 2021-08-31 2022-01-21 北京达佳互联信息技术有限公司 Advertisement putting method and device, electronic equipment and storage medium
CN114064985A (en) * 2021-01-19 2022-02-18 广州骏伯网络科技有限公司 Advertisement putting method, device, computer equipment, storage medium and system
CN114140162A (en) * 2021-12-03 2022-03-04 深圳乐信软件技术有限公司 Advertisement putting method and device, electronic equipment and computer readable storage medium
WO2022081560A1 (en) * 2020-10-16 2022-04-21 Liveramp, Inc. Client-side device bloom filter mapping
CN114418627A (en) * 2021-12-31 2022-04-29 广州方硅信息技术有限公司 Network advertisement putting processing method and device, equipment, medium and product thereof
US11347808B1 (en) * 2018-12-03 2022-05-31 Amazon Technologies, Inc. Dynamically-adaptive bloom-filter
WO2022170967A1 (en) * 2021-02-09 2022-08-18 北京字节跳动网络技术有限公司 Data processing method and apparatus, and computer device and computer storage medium
CN115544329A (en) * 2022-10-14 2022-12-30 山东浪潮爱购云链信息科技有限公司 Method, equipment and medium for realizing data query based on bloom filter
CN115730084A (en) * 2022-11-22 2023-03-03 阿里巴巴(中国)有限公司 Processing method of recommendation data, recommendation method, electronic device and storage medium
US20230078858A1 (en) * 2020-01-21 2023-03-16 Huawei Technologies Co., Ltd. Advertising device monitoring method and device

Patent Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383034A (en) * 2008-09-18 2009-03-11 腾讯科技(深圳)有限公司 Method and system for advertisement statistic and delivery
CN101923568A (en) * 2010-06-23 2010-12-22 北京星网锐捷网络技术有限公司 Method for increasing and canceling elements of Bloom filter and Bloom filter
US20170316455A1 (en) * 2012-08-01 2017-11-02 Oracle America, Inc. System and Method for Counting Advertisement Impressions
US20160162506A1 (en) * 2013-08-28 2016-06-09 Huawei Technologies Co., Ltd. Bloom Filter Generation Method and Apparatus
US11347808B1 (en) * 2018-12-03 2022-05-31 Amazon Technologies, Inc. Dynamically-adaptive bloom-filter
WO2020151332A1 (en) * 2019-01-23 2020-07-30 平安科技(深圳)有限公司 Data deletion method and apparatus, computer device, and storage medium
CN110941670A (en) * 2019-11-21 2020-03-31 北京达佳互联信息技术有限公司 Mark state detection method and device
WO2021121026A1 (en) * 2019-12-16 2021-06-24 中兴通讯股份有限公司 Advertisement insertion method, electronic device and storage medium
US20230078858A1 (en) * 2020-01-21 2023-03-16 Huawei Technologies Co., Ltd. Advertising device monitoring method and device
US20210294855A1 (en) * 2020-03-17 2021-09-23 Beijing Baidu Netcom Science And Technology Co., Ltd. Method for processing information, electronic device and storage medium
CN111970567A (en) * 2020-08-21 2020-11-20 广州欢网科技有限责任公司 Method and device for adapting advertisement label to user, storage medium and electronic equipment
WO2022081560A1 (en) * 2020-10-16 2022-04-21 Liveramp, Inc. Client-side device bloom filter mapping
CN114064985A (en) * 2021-01-19 2022-02-18 广州骏伯网络科技有限公司 Advertisement putting method, device, computer equipment, storage medium and system
WO2022170967A1 (en) * 2021-02-09 2022-08-18 北京字节跳动网络技术有限公司 Data processing method and apparatus, and computer device and computer storage medium
CN112989147A (en) * 2021-02-20 2021-06-18 每日互动股份有限公司 Data information pushing method and device, computer equipment and storage medium
CN113220992A (en) * 2021-05-07 2021-08-06 苏州摩多多信息科技有限公司 Information flow content recommendation method, system and medium
CN113486025A (en) * 2021-07-28 2021-10-08 北京腾云天下科技有限公司 Data storage method, data query method and device
CN113763034A (en) * 2021-08-06 2021-12-07 郑州阿帕斯数云信息科技有限公司 Advertisement data processing method and device
CN113962719A (en) * 2021-08-31 2022-01-21 北京达佳互联信息技术有限公司 Advertisement putting method and device, electronic equipment and storage medium
CN113536034A (en) * 2021-09-17 2021-10-22 飞狐信息技术(天津)有限公司 Data writing method and data reading method based on bloom filter
CN113902470A (en) * 2021-09-17 2022-01-07 作业帮教育科技(北京)有限公司 Advertisement experiment platform and method and electronic equipment
CN114140162A (en) * 2021-12-03 2022-03-04 深圳乐信软件技术有限公司 Advertisement putting method and device, electronic equipment and computer readable storage medium
CN114418627A (en) * 2021-12-31 2022-04-29 广州方硅信息技术有限公司 Network advertisement putting processing method and device, equipment, medium and product thereof
CN115544329A (en) * 2022-10-14 2022-12-30 山东浪潮爱购云链信息科技有限公司 Method, equipment and medium for realizing data query based on bloom filter
CN115730084A (en) * 2022-11-22 2023-03-03 阿里巴巴(中国)有限公司 Processing method of recommendation data, recommendation method, electronic device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
祁晖;底晓强;李锦青;杨华民;姜会林;: "基于交互式级联布隆过滤器的一体化网络访问控制缓存系统", 长春理工大学学报(自然科学版), no. 05 *

Also Published As

Publication number Publication date
CN116258524B (en) 2024-02-02

Similar Documents

Publication Publication Date Title
CN108595207B (en) Gray scale publishing method, rule engine, system, terminal and storage medium
CN107464117B (en) Block chain based data management method and block chain system
CN108551452B (en) Web crawler method, terminal and storage medium
CN108664222B (en) Block chain system and application method thereof
CN109088909B (en) Service gray level publishing method and device based on merchant type
CN110826799B (en) Service prediction method, device, server and readable storage medium
CN110830564A (en) CDN scheduling method, device, system and computer readable storage medium
CN111464353A (en) Block link point management method, device, computer and readable storage medium
CN112202834B (en) Data processing method, data processing device and node server
CN111488529B (en) Information processing method, information processing apparatus, server, and storage medium
CN110717761B (en) Data processing method and device and computer storage medium
CN113821307B (en) Method, device and equipment for quickly importing virtual machine images
CN106708539B (en) Client updating method and device
CN113609167B (en) Data processing method, device and equipment based on block chain and readable storage medium
CN116258524B (en) Advertisement putting method, device, equipment and storage medium based on bloom filter
US9223782B2 (en) System for performing instructions that are dependent upon received media-based messages and associated methods and components
CN111652382B (en) Data processing method, device and equipment based on block chain and storage medium
CN106899558A (en) The treating method and apparatus of access request
CN109343880B (en) RN packet updating method and device and readable storage medium
CN105872634A (en) Video data sharing method and device
CN114745329B (en) Flow control method and device, storage medium and electronic device
CN106790269B (en) Recovery method and device for overtime login of application program
CN114817340A (en) Data tracing method and device, computer equipment and storage medium
CN111291065B (en) Asset data modification method and device executed by computing equipment and computing equipment
CN109672665B (en) Access control method, device and system and computer readable storage medium

Legal Events

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