Movatterモバイル変換


[0]ホーム

URL:


CN113365151A - Mutual exclusion method in advertisement arrangement - Google Patents

Mutual exclusion method in advertisement arrangement
Download PDF

Info

Publication number
CN113365151A
CN113365151ACN202010144744.6ACN202010144744ACN113365151ACN 113365151 ACN113365151 ACN 113365151ACN 202010144744 ACN202010144744 ACN 202010144744ACN 113365151 ACN113365151 ACN 113365151A
Authority
CN
China
Prior art keywords
order
solving
orders
cycle
mutual exclusion
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
CN202010144744.6A
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.)
Fenzhong China Information Technology Co ltd
Original Assignee
Fenzhong China Information 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 Fenzhong China Information Technology Co ltdfiledCriticalFenzhong China Information Technology Co ltd
Priority to CN202010144744.6ApriorityCriticalpatent/CN113365151A/en
Publication of CN113365151ApublicationCriticalpatent/CN113365151A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The invention discloses a mutual exclusion method in advertisement arrangement, which is applied to a plurality of orders and comprises the following steps: s1, defining the value range of the duration and the frequency in each order; s2, solving the loop playing times: solving the value of how many times each order is to be played in a cycle by using the greatest common divisor according to the frequency information; s3, solving an optimal playing sequence; s4, defining judgment criteria of uniform distribution of orders in the cycle: the smaller the sum of standard deviations of the order sorting intervals in the cycle is, the more uniform the sorting frequency distribution is; and S5, solving the optimal piece arrangement mode for the order uniform distribution in the loop based on the S4. According to the invention, manual and manual film arrangement is replaced by programmed automatic film arrangement, so that the labor cost can be saved, and the efficiency is higher; manually defining mutually exclusive weights among different advertisements, so that the advertisement sequencing mode is more flexible.

Description

Mutual exclusion method in advertisement arrangement
Technical Field
The invention belongs to the field of intelligent film arrangement of outdoor advertisements, and particularly relates to a mutual exclusion method in advertisement film arrangement.
Background
The selling mode of the smart screen is CPT (duration × frequency/day), for example, if an order purchases 15s × 300 times, the content played by the order on the purchased point is 15s, and the total frequency played in one day is 300 times. Each point location plays a plurality of orders, how to sort the orders is to avoid the orders which are mutually exclusive (industry mutual exclusion, customer mutual exclusion …) from being adjacent, and the same orders are distributed frequently and uniformly (the uniform distribution can enable the same advertisement to be watched by more customers) in a cycle, which becomes one of the key technical problems which need to be focused on in the advertisement putting field. At present, adjustment is carried out manually, but the plate number of the plate is more and more along with the more and more refined selling of the granularity, the speed of the manual plate arrangement is slow, the accuracy is not high, the requirement of the more refined selling of the granularity cannot be supported, and the speed and the accuracy of the manual plate arrangement cannot meet the requirement. CN104980804A discloses a terminal display device film arrangement management method, which includes: the first step is as follows: generating a clip list file and a schedule file according to the content and the sequence of the individual advertisement media files to be played, wherein the clip list file sets the sequence of playing the individual advertisement media files in a single cycle, and the schedule file sets the date range or the time interval range of playing the individual advertisement media files according to the clip list file; the second step is as follows: storing the individual advertisement media file, the listing file and the schedule file to be played to the terminal display device; the third step: and the terminal display equipment plays the single advertisement media file to be played or plays the single advertisement media file for multiple times in a circulating way according to the corresponding scheduling list file within the date range or the time range set by the scheduling file. The above technical solution cannot completely solve the above prior art problems.
Disclosure of Invention
In view of the above, the present invention provides a mutual exclusion method in advertisement ranking, which uses programmed automatic ranking to replace manual ranking, and solves the direct mutual exclusion of different orders and the average problem of the same order in a playing cycle, so as to solve the deficiencies in the prior art.
In order to achieve the purpose, the invention is realized by the following technical scheme:
the method for mutual exclusion in advertisement ranking is applied to a plurality of orders, and comprises the following steps:
s1, defining the value range of the duration and the frequency in each order;
s2, solving the loop playing times:
solving the value of how many times each order is to be played in a cycle by using the greatest common divisor according to the frequency information;
s3, solving an optimal playing sequence;
s4, defining judgment criteria of uniform distribution of orders in the cycle:
the smaller the sum of standard deviations of the order sorting intervals in the cycle is, the more uniform the sorting frequency distribution is;
and S5, solving the optimal piece arrangement mode for the order uniform distribution in the loop based on the S4.
In the mutual exclusion method in the advertisement ranking, in S3, weights of different mutual exclusion information between orders are defined, and the orders to be played in a loop are combined into a two-dimensional weight matrix; and solving the optimal playing sequence by adopting a TSP mode.
In the mutual exclusion method in the advertisement ranking, in S5, an optimal solution of a two-dimensional weight matrix is obtained, and a sum of order interval standard deviations of each solution is given; and circulating N times to find an optimal solution with the minimum path and standard deviation.
The technical scheme of the invention has the beneficial effects that:
replacing manual and manual sheet arrangement with programmed automatic sheet arrangement, labor cost can be saved, and efficiency is higher;
manually defining mutually exclusive weights between different advertisements, making the way of ordering advertisements more flexible.
Drawings
FIG. 1 is a schematic flow diagram of the process of the present invention.
Detailed Description
The invention is further described with reference to the following drawings and specific examples, which are not intended to be limiting.
Referring to fig. 1, the mutual exclusion method in advertisement ranking according to the present invention is applied to a plurality of orders, and comprises the following steps:
and S1, defining the value range of the duration and the frequency in each order.
Assuming n orders in total, the first order is a1 b1(a1 is duration in seconds, b1 is how many times per day to play), and so on, the nth order is an bn. b1, b2, …, bn, all must be multiples of 50; a1 b1+ a2 b2+ … + an bn is less than or equal to 18h 60min 60s (the working time of the general screen is 6:00am-12: pm, and the working time is 18 hours).
S2, solving the loop playing times: and solving the value of how many times each order is to be played in a cycle by using the greatest common divisor according to the frequency information.
And (5) calculating the greatest common divisor x of the frequencies b1, b2, … and bn. And c1, c2, and cn is obtained by dividing b1, b2, … and bn by the greatest common divisor x. The total number of orders in a cycle is c1+ c2+ … + cn, the duration of a cycle is a1 × c1+ a2 × c2+ … + an × cn, and the unit is seconds, that is, the first order plays c1 times in a cycle, and the nth order plays cn times in the nth cycle.
And S3, solving the optimal playing sequence.
In the preferred embodiment, in S3, defining weights of different mutual exclusion information between orders, and forming a two-dimensional weight matrix for orders to be played in a loop; and solving the optimal playing sequence by adopting a TSP mode.
For example, there are four orders, and in a loop, the first order (d1) should be played 1 time, the second (d2)2 times, the third (d3)3 times, and the fourth (d4)2 times, that is, the total number of times of playing the advertisement in the loop is 8 times, so as to arrange the order of the four orders, the following conditions should be satisfied at the same time:
-the first order and the second order are mutually exclusive;
-the second order and the third mutually exclusive;
within a cycle, orders that do not need to be taken together are preferably not put together;
the frequency-averaged distribution of each order is preferably done in a loop.
The problem is the typical TSP problem (traveler problem), which means that a traveler is to travel n cities, requiring each city to go through and only go once and then back to the departure city, and requiring the shortest distance to be traveled. It is obvious that the mutual exclusion information between orders can be regarded as distance information between cities. We can use the TSP solution as long as we define the weights of different mutual exclusion information. However, this method has a disadvantage of not solving the problem of frequent even distribution of the same order in one cycle.
S4, defining judgment criteria of uniform distribution of orders in the cycle: the smaller the sum of the standard deviations of the order sorting intervals within the cycle, the more uniform such sorting frequency distribution.
For example, there is now a group of orders, with two sorts d1d2d1d2 and d1d2d2d1, with a total order number of 4. In the first sort the d1 orders have an interval of 2,2 with a standard deviation of 0, an interval of 2,2 with a d2 with a standard deviation of 0 and a sum of the total standard deviations of 0; in the second ordering, the spacing of d1 is 3,1, the standard deviation is 1, the spacing of d2 is 1,3, the standard deviation is 1, and the total standard deviation is 2.
The total standard deviation of the first sort is smaller, so the frequency distribution of the first sort is more uniform.
And S5, solving the optimal piece arrangement mode for the order uniform distribution in the loop based on the S4.
In S5, obtaining an optimal solution of the two-dimensional weight matrix, and giving the sum of the order interval standard deviations of each solution; and circulating N times to find an optimal solution with the minimum path and standard deviation.
According to the invention, manual and manual film arrangement is replaced by programmed automatic film arrangement, so that the labor cost can be saved, and the efficiency is higher; manually defining mutually exclusive weights among different advertisements, so that the advertisement sequencing mode is more flexible.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (3)

CN202010144744.6A2020-03-042020-03-04Mutual exclusion method in advertisement arrangementPendingCN113365151A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202010144744.6ACN113365151A (en)2020-03-042020-03-04Mutual exclusion method in advertisement arrangement

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202010144744.6ACN113365151A (en)2020-03-042020-03-04Mutual exclusion method in advertisement arrangement

Publications (1)

Publication NumberPublication Date
CN113365151Atrue CN113365151A (en)2021-09-07

Family

ID=77523494

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202010144744.6APendingCN113365151A (en)2020-03-042020-03-04Mutual exclusion method in advertisement arrangement

Country Status (1)

CountryLink
CN (1)CN113365151A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20040181802A1 (en)*2003-03-142004-09-16Srinivas BollapragadaMethods and apparatus for scheduling broadcast commercials
CN102708244A (en)*2012-05-082012-10-03清华大学Automatic conceptual graph layout method based on measurement of importance degree
CN104185056A (en)*2014-08-012014-12-03深圳市奥拓电子股份有限公司Uniform program arranging method and apparatus, and LED program displaying system
CN105184614A (en)*2015-09-142015-12-23北京工商大学Distributed digital signage advertisement delivery method based on Storm platform
CN107169785A (en)*2017-03-312017-09-15北京奇艺世纪科技有限公司A kind of advertisement placement method and device
CN109658158A (en)*2018-12-272019-04-19武汉飞鹏数码有限责任公司A kind of advertisement intelligent sort algorithm

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20040181802A1 (en)*2003-03-142004-09-16Srinivas BollapragadaMethods and apparatus for scheduling broadcast commercials
CN102708244A (en)*2012-05-082012-10-03清华大学Automatic conceptual graph layout method based on measurement of importance degree
CN104185056A (en)*2014-08-012014-12-03深圳市奥拓电子股份有限公司Uniform program arranging method and apparatus, and LED program displaying system
CN105184614A (en)*2015-09-142015-12-23北京工商大学Distributed digital signage advertisement delivery method based on Storm platform
CN107169785A (en)*2017-03-312017-09-15北京奇艺世纪科技有限公司A kind of advertisement placement method and device
CN109658158A (en)*2018-12-272019-04-19武汉飞鹏数码有限责任公司A kind of advertisement intelligent sort algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
朱梅等: "基于遗传算法的数据广播节目调度研究", 《浙江工业大学学报》*

Similar Documents

PublicationPublication DateTitle
Cooper et al.How cost accounting distorts product costs
PujawanSchedule nervousness in a manufacturing system: a case study
US20030050827A1 (en)Method for determining demand and pricing of advertising time in the media industry
CA2488079A1 (en)System and method for event-based forecasting
Niranjan et al.Measuring information distortion in real-world supply chains
US10445765B1 (en)System and method for executing an advertising campaign that incrementally reaches unexposed target viewers
CN110020905A (en)A kind of method, apparatus and system of digitization selection
US10824690B2 (en)System and method for providing selectable distribution of user-customized content and results measurement
CN107371048A (en)A kind of Forecasting Methodology and device of the stock of publicity orders
JP2011198052A (en)Method, device, and program for reservation of advertisement frame
CN108460125A (en)A method of carrying out displaying labeling classification for movie theatre user
CN104252680A (en)Keyword automatic pricing method and search engine marketing system
CN110210801A (en)A kind of service inventory management method and system, server
CN101894322A (en)Product stock distribution method and device
US10949873B2 (en)System and method for executing an advertising campaign that incrementally reaches unexposed target viewers
US20080097824A1 (en)Campaign Performance Report
CN113365151A (en)Mutual exclusion method in advertisement arrangement
CN108604325B (en)Production equipment investment planning auxiliary system and commodity production system
Fontes et al.A decision support system for TV self-promotion scheduling
MorroniProduction and time: a flow–fund analysis
CN103399938B (en)The detection method of keyword quality score and device
CN114648370B (en)Automatic advertisement scheduling method, storage medium and computer equipment
CN106228312A (en) A mold management system
PupavacDynamic pricing: The future of retail business
MXPA01002777A (en)System and method for displaying planning information associated with a supply chain.

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20210907

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp