CN111652644A - Advertisement strategy configuration method and system - Google Patents

Advertisement strategy configuration method and system Download PDF

Info

Publication number
CN111652644A
CN111652644A CN202010484079.5A CN202010484079A CN111652644A CN 111652644 A CN111652644 A CN 111652644A CN 202010484079 A CN202010484079 A CN 202010484079A CN 111652644 A CN111652644 A CN 111652644A
Authority
CN
China
Prior art keywords
advertisement
configuration
strategy
sub
rules
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.)
Pending
Application number
CN202010484079.5A
Other languages
Chinese (zh)
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.)
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Original Assignee
Hunan Happly Sunshine Interactive Entertainment Media 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 Hunan Happly Sunshine Interactive Entertainment Media Co Ltd filed Critical Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Priority to CN202010484079.5A priority Critical patent/CN111652644A/en
Publication of CN111652644A publication Critical patent/CN111652644A/en
Pending legal-status Critical Current

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
    • G06Q30/0277Online advertisement
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Software Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an advertisement strategy configuration method and system, which collects advertisement strategies in an advertisement delivery engine; disassembling the collected advertisement strategies to obtain a plurality of sub-rules; and carrying out logic operation on the sub-rules to obtain a new advertisement strategy. The invention controls the advertisement strategy through the configuration, the product personnel modifies the configuration, and the configuration can be released to the online configuration through the test of the tester so as to enable the online service to take effect. The comparison is realized by a code writing mode, the advertisement strategy is controlled by configuration, the whole process is reduced to only need participation of product personnel and testing personnel, the online process of strategy change is effectively simplified and accelerated, the labor cost is saved, and the possibility of bug initiation caused by the communication problem of the neutralization personnel in the long process connection is also reduced. Meanwhile, the strategy is contained in the configuration, the strategy is separated from the code, and the structure and maintainability of the project are enhanced.

Description

Advertisement strategy configuration method and system
Technical Field
The invention relates to the field of television telecommunication media operation, in particular to an advertisement strategy configuration method and an advertisement strategy configuration system.
Background
And the advertisement delivery engine is used for sending the advertisement content matched with the optimal advertisement content to the client for each advertisement request of the client under the advertisement constraint condition and playing the advertisement. In order to match the optimal advertisement and realize the advertisement display effect of thousands of people, the advertisement delivery engine often utilizes a large number of complicated strategies: algorithm based on user tags, Lookalike, geographical orientation, etc. This makes the advertisement screening strategy and the advertisement constraint condition involved in the advertisement delivery engine complex and changeable, and consumes a lot of manpower to write codes in daily product iteration to update and maintain the advertisement strategies.
The advertisement delivery engine receives the client side advertisement request, under the advertisement constraint condition, the advertisement delivery engine needs to screen out advertisements meeting the condition from a plurality of advertisement stocks under the condition of short consumed time, sorts the advertisements aiming at the profits, and delivers the advertisements with high priority to the client side, so as to ensure that the advertisement profits are as high as possible. The advertisement constraint conditions, the advertisement screening strategy and the advertisement sequencing logic are various in types and frequent in change. The advertisement strategy and the code in the advertisement putting engine are mutually interwoven, and the project coupling degree is high.
When the advertisement strategy changes, a requirement document is designed by a product worker, a developer writes a code according to the requirement document to realize strategy change, and after the test by a tester, the service is finally brought online through the coordination of operation and maintenance and the developer. The whole process needs the participation of multiple personnel through projects, the process links are long, and the whole process needs to consume long time. Because there are many process links and participants, a bug may occur in the service due to a problem in communication or operation in any link.
Disclosure of Invention
The technical problem to be solved by the invention is to provide an advertisement strategy configuration method and system aiming at the defects of the prior art, so that the online process of advertisement strategy change is effectively simplified and accelerated, and the labor cost is saved.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows: an advertisement policy configuration method, comprising the steps of:
collecting advertisement strategies in an advertisement putting engine;
disassembling the collected advertisement strategies to obtain a plurality of sub-rules;
and carrying out logic operation on the sub-rules to obtain a new advertisement strategy.
The specific implementation process of performing logic operation on the sub-rules to obtain a new advertisement strategy comprises the following steps: and setting a configuration statement for each sub-rule, and logically combining the configuration statements by using logical operation to obtain a new advertisement strategy.
The advertisement strategy is realized by using a configuration mode, the strategy is contained in the configuration (namely the logic combination formed by the configuration statements), the separation of the strategy and the code is realized, the coupling degree of the code and the strategy is effectively reduced, and the structure of the advertisement putting engine is more robust and is easier to maintain.
In the invention, the configuration statement is stored in the configuration file, so that the system can read the configuration statement conveniently.
And the system reads the configuration statements in the configuration file and executes the target advertisement strategy. And modifying the configuration statement, namely modifying the advertisement strategy to obtain a new advertisement strategy.
Compared with a code writing mode, the advertisement strategy is controlled by configuring the statement, the whole process is reduced to only need participation of product personnel and testing personnel, and the online process is simplified.
Correspondingly, the invention also provides an advertisement strategy configuration system, which comprises:
the decomposition unit is used for decomposing the advertisement strategy in the advertisement delivery engine to obtain a plurality of sub-rules;
and the operation unit is used for carrying out logic operation on the sub-rules to obtain a new advertisement strategy.
The operation unit specifically executes the following operations: and setting a configuration statement for each sub-rule, and logically combining the configuration statements by using logical operation to obtain a new advertisement strategy.
The system of the present invention further comprises: and the configuration file is used for storing the configuration statement.
The system of the present invention further comprises: and the updating unit is used for reading and modifying the configuration statement, and issuing a new advertisement strategy when the read configuration statement passes the test.
Compared with the prior art, the invention has the beneficial effects that: the invention controls the advertisement strategy through the configuration, the product personnel modifies the configuration, and the configuration can be released to the online configuration through the test of the tester so as to enable the online service to take effect. The comparison is realized by a code writing mode, the advertisement strategy is controlled by configuration, the whole process is reduced to only need participation of product personnel and testing personnel, the online process of strategy change is effectively simplified and accelerated, the labor cost is saved, and the possibility of bug initiation caused by the communication problem of the neutralization personnel in the long process connection is also reduced. Meanwhile, the strategy is contained in the configuration, the strategy is separated from the code, and the structure and maintainability of the project are enhanced.
Drawings
FIG. 1 is a flow chart of an implementation of an advertisement delivery engine configurable scheme;
FIG. 2 is a flow of implementing advertisement logic by code, by configuration, and changing advertisement strategies online.
Detailed Description
The main implementation process of the invention is as follows: the strategies such as advertisement screening, advertisement sequencing and the like in the advertisement delivery engine are found out, sub-rules are disassembled for the strategies one by one, and finally, limited sub-rules are obtained. The sub-rules can realize the original strategy through logic combination of AND, OR, NOT, etc., and can combine a completely new strategy. Each sub-rule corresponds to a configuration statement supported by the underlying code. In this way, the sub-rules are implemented by the configuration statements, and the original advertisement strategy is implemented and replaced by the logical combination of the configuration statements (sub-rules), so that a completely new advertisement strategy can be implemented by using the method.
As shown in fig. 1, the specific process for implementing the advertisement policy by configuration proposed by the present invention is as follows:
1. various advertisement strategies in the advertisement putting engine are summarized and summarized, and the detailed conditions of the strategies such as screening, sequencing and the like are integrated;
2. and (3) splitting the strategy in the step (1) into sub-rules to obtain a limited sub-rule set. The original strategy can be realized by combining the sub-rules with or without the same logic;
3. allocating configuration fields for the sub-rules and the AND/OR/NOT logic in the step 2 one by one: when the system reads the configuration field, executing the corresponding AND, OR, NOT logic or sub rule of the field;
4. and (3) realizing the advertisement strategies through the configuration fields in the step (3), realizing and replacing the advertisement strategies summarized in the step (1) one by one, and writing the configuration fields into a configuration file for the system to read.
As shown in fig. 2, the implementation of the advertisement policy by configuration proposed by the present invention has the following effects on the online process of advertisement policy change:
1. the online advertisement strategy changes through a code implementation mode, four parties of product, test, development and operation and maintenance are required to participate, and only two parties of product and test are required to participate through a configuration implementation mode;
2. product personnel can adjust the product strategy by configuration;
3. the on-line configuration can be directly updated, and the maintenance without shutdown is realized.
Through the steps, the advertisement strategy is realized by using the configuration mode, the strategy is contained in the configuration, the separation of the strategy and the code is realized, the coupling degree of the code and the strategy is effectively reduced, and the structure of the advertisement putting engine is more robust and is easier to maintain.
As shown in fig. 2, the scheme of the present invention can effectively simplify the online process of changing the advertisement strategy, reduce the online participants of changing the strategy, reduce the communication cost, accelerate the online process, and save the labor cost. The method simplifies the process, reduces the number of participants, and effectively reduces the possibility of bug caused by the problems of connection and multi-party communication in the process. The improvements are helpful for fast product iteration and lay the foundation for hatching the products with better quality.

Claims (8)

1. An advertisement strategy configuration method is characterized by comprising the following steps:
collecting advertisement strategies in an advertisement putting engine;
disassembling the collected advertisement strategies to obtain a plurality of sub-rules;
and carrying out logic operation on the sub-rules to obtain a new advertisement strategy.
2. The advertisement policy configuration method according to claim 1, wherein the specific implementation process of performing logical operation on the sub-rule to obtain a new advertisement policy comprises: and setting a configuration statement for each sub-rule, and logically combining the configuration statements by using logical operation to obtain a new advertisement strategy.
3. The advertisement policy configuration method according to claim 2, wherein the configuration statement is stored in a configuration file.
4. The method of claim 3, wherein the policy composed of all configuration statements in the configuration file is equivalent to a target advertisement policy, and the configuration statements are modified to obtain a new advertisement policy.
5. An advertisement policy configuration system, comprising:
the decomposition unit is used for decomposing the advertisement strategy in the advertisement delivery engine to obtain a plurality of sub-rules;
and the operation unit is used for carrying out logic operation on the sub-rules to obtain a new advertisement strategy.
6. The advertisement policy configuration system according to claim 5, wherein the arithmetic unit specifically performs the following operations: and setting a configuration statement for each sub-rule, and logically combining the configuration statements by using logical operation to obtain a new advertisement strategy.
7. The advertisement policy configuration system according to claim 6, further comprising:
and the configuration file is used for storing the configuration statement.
8. An advertisement policy configuration system according to any one of claims 5 to 7, further comprising:
and the updating unit is used for reading the configuration statement in the configuration file, executing the target advertisement strategy, and modifying the configuration statement to obtain a new advertisement strategy.
CN202010484079.5A 2020-06-01 2020-06-01 Advertisement strategy configuration method and system Pending CN111652644A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010484079.5A CN111652644A (en) 2020-06-01 2020-06-01 Advertisement strategy configuration method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010484079.5A CN111652644A (en) 2020-06-01 2020-06-01 Advertisement strategy configuration method and system

Publications (1)

Publication Number Publication Date
CN111652644A true CN111652644A (en) 2020-09-11

Family

ID=72347319

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010484079.5A Pending CN111652644A (en) 2020-06-01 2020-06-01 Advertisement strategy configuration method and system

Country Status (1)

Country Link
CN (1) CN111652644A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117593059A (en) * 2024-01-19 2024-02-23 北京奇虎科技有限公司 Search advertisement filtering method and device, storage medium and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7162703B1 (en) * 2003-06-19 2007-01-09 Altera Corporation Electrical design rule checking expert traverser system
US20090019000A1 (en) * 2007-07-12 2009-01-15 Mitchell Jon Arends Query based rule sets
CN101420417A (en) * 2007-10-26 2009-04-29 瑞昱半导体股份有限公司 Digital content scanning circuit and scanning method thereof
US20130339119A1 (en) * 2012-06-13 2013-12-19 Sears Brands, Llc Systems and methods for determining offer eligibility using a predicate logic tree against sets of input data
CN104378207A (en) * 2014-10-29 2015-02-25 中国建设银行股份有限公司 Information verification handling method and device
CN110196719A (en) * 2019-05-20 2019-09-03 中国工商银行股份有限公司 A kind of business rule generation method and system based on natural language processing
CN111061763A (en) * 2019-11-13 2020-04-24 支付宝(杭州)信息技术有限公司 Method and device for generating rule execution plan of rule engine

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7162703B1 (en) * 2003-06-19 2007-01-09 Altera Corporation Electrical design rule checking expert traverser system
US20090019000A1 (en) * 2007-07-12 2009-01-15 Mitchell Jon Arends Query based rule sets
CN101420417A (en) * 2007-10-26 2009-04-29 瑞昱半导体股份有限公司 Digital content scanning circuit and scanning method thereof
US20130339119A1 (en) * 2012-06-13 2013-12-19 Sears Brands, Llc Systems and methods for determining offer eligibility using a predicate logic tree against sets of input data
CN104378207A (en) * 2014-10-29 2015-02-25 中国建设银行股份有限公司 Information verification handling method and device
CN110196719A (en) * 2019-05-20 2019-09-03 中国工商银行股份有限公司 A kind of business rule generation method and system based on natural language processing
CN111061763A (en) * 2019-11-13 2020-04-24 支付宝(杭州)信息技术有限公司 Method and device for generating rule execution plan of rule engine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117593059A (en) * 2024-01-19 2024-02-23 北京奇虎科技有限公司 Search advertisement filtering method and device, storage medium and electronic equipment
CN117593059B (en) * 2024-01-19 2024-05-10 北京奇虎科技有限公司 Search advertisement filtering method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN109656802B (en) Test case design system based on high coupling automatic matching technology
Surian et al. Mining collaboration patterns from a large developer network
Galvao et al. Modularity map of the network of human cell differentiation
CN111124469B (en) Continuous release system based on Docker mirror pixel data management
CN110276457A (en) The Life cycle data processing method and system of equipment
CN111652644A (en) Advertisement strategy configuration method and system
CN113032475A (en) Method, device and equipment for processing atmospheric pollution source emission list and storage medium
CN109359139A (en) Method of data synchronization, system, electronic equipment and computer readable storage medium
CN105512910A (en) Target user screening method and apparatus
CN116501315A (en) Low-code software development system, method and equipment based on DevOps domain
CN109144562A (en) A kind of smart code publication alarm method based on zookeeper
Chen et al. On the identification of categories and choices for specification-based test case generation
Payán‐Sánchez et al. Network ambidexterity and environmental performance: Code‐sharing in the airline industry
CN109412826A (en) SDON framework model optimization method, device, system and computer readable storage medium
CN104967532A (en) TOC technology operation and maintenance system and application method
CN110288229A (en) Flow path processing method, system and computer readable storage medium
CN113344708A (en) Large-scale system production and exercise application evaluation method and system
CN113360631A (en) Intelligent volume assembling method and device
JPH01298435A (en) Automatic programming device
CN111428950A (en) Scheduling method and device
Derigs et al. Adaptive genetic algorithms: A methodology for dynamic autoconfiguration of genetic search algorithms
CN105224333B (en) Big machine object code rapid generation and system
CN108830541A (en) Issue management method and management system on a kind of line
Kim et al. A framework for software development technical reviews
CN113282493A (en) Method and device for smoke test, storage medium and electronic equipment

Legal Events

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