WO2024022164A1 - Advertisement pushing method and device, electronic equipment, and medium - Google Patents

Advertisement pushing method and device, electronic equipment, and medium Download PDF

Info

Publication number
WO2024022164A1
WO2024022164A1 PCT/CN2023/107914 CN2023107914W WO2024022164A1 WO 2024022164 A1 WO2024022164 A1 WO 2024022164A1 CN 2023107914 W CN2023107914 W CN 2023107914W WO 2024022164 A1 WO2024022164 A1 WO 2024022164A1
Authority
WO
WIPO (PCT)
Prior art keywords
advertisement
push
user terminal
advertisements
network access
Prior art date
Application number
PCT/CN2023/107914
Other languages
French (fr)
Chinese (zh)
Inventor
延晓伟
范军龙
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2024022164A1 publication Critical patent/WO2024022164A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams

Definitions

  • This application relates to the field of network communications, and in particular to an advertising push method, device, electronic equipment and media.
  • Advertising push is a business form that delivers advertisements to terminal users on wired or wireless networks. By delivering advertisements to users when they access the network, it brings new profit growth points to network operators and advertisers.
  • CPE Customer Premises Equipment
  • PC personal computers
  • Wi-Fi Wireless Fidelity
  • Wi-Fi Wireless Fidelity
  • client terminal device Due to the widespread use of customer terminal devices, network operators hope to push advertisements to users through customer terminal devices, thereby expanding the number of people receiving advertisements.
  • customer terminal devices Unlike data card products, it is difficult for customer terminal devices to achieve advertising push by loading advertisements in the driver.
  • Embodiments of the present application provide an advertisement pushing method, device, electronic device, and medium.
  • inventions of the present application provide an advertisement push method for client terminal devices.
  • the method includes:
  • Receive advertisements sent by the advertisement push server, and the advertisements are determined by the advertisement push server according to the push policy related to the client terminal device;
  • the usual advertising push method can push the same advertisement to the client terminal device in the same time period or trigger the push of advertisements according to the HTTP network access request of the user terminal.
  • the advertisement push is not highly targeted and the coverage is not wide.
  • the advertising push method can push different advertisements to different client terminal devices at the same time period and can trigger advertising push according to the HTTPS network access request of the user terminal, which enhances the pertinence of the advertising push and expands the coverage of the advertising push.
  • receiving advertisements sent by the advertisement push server includes:
  • the client terminal device checks the source legitimacy of the received advertisements to avoid pushing advertisements from illegal sources to the user terminal.
  • the preset condition includes that the advertisement push identifier corresponding to the advertisement is in the white list.
  • the source legitimacy check of advertisements is realized in a simple, convenient and easy-to-implement manner.
  • receiving a network access request sent by a user terminal using the HTTP or HTTPS protocol includes:
  • network access requests using HTTP or HTTPS protocols are checked for repeated advertising push, and advertising is only pushed to user terminals that have not pushed advertisements to avoid repeatedly pushing advertisements to user terminals and avoid excessively affecting the user's network access experience.
  • sending advertisements to user terminals together with redirection includes:
  • the advertising web page is sent to the user terminal along with the redirection, so that the user terminal displays the advertising web page and returns the terminal identification to the client terminal device.
  • the user terminal can provide proof of advertisement display completion to the client terminal device after displaying the advertisement, so that the client terminal device can know that the user terminal has completed advertising push and display.
  • the method further includes:
  • the user terminal is determined to be an exclusion object for advertising push.
  • the client terminal device no longer pushes advertisements to the user terminal.
  • redirecting network access requests includes:
  • a redirection packet is generated according to the network access request, and the redirection packet is used to inform the user terminal to resend the network access request.
  • the network access request is redirected, and advertisements are sent to the user terminal together with the redirection, including:
  • advertisement push can be implemented in a simple manner, the transmission resources of redirected data packets can be fully utilized, and network resource utilization can be improved.
  • the advertisement is sent to the client terminal device in the form of a text message.
  • the advertisement includes at least one of the following: text content and web link.
  • the computing resources and network resources of the advertisement push server can be fully utilized, and advertisement push can be realized without upgrading the resources of the advertisement push server.
  • Embodiments of the present application provide an advertisement push method, which method receives advertisements sent by an advertisement push server, the advertisements are determined by the advertisement push server according to the push policy related to the client terminal device, and receives network messages sent by the user terminal using the HTTP or HTTPS protocol. access request, redirect the network access request, and send advertisements to the user terminal together with the redirection, which enables the ad push server to push personalized advertisements to different client terminal devices at the same time period, making the ad push more targeted.
  • the client terminal device can push advertisements to user terminals that use HTTP or HTTPS protocols for network access.
  • the coverage of advertising push is wider. At the same time, there is no need to intercept and analyze network access data sent by user terminals, avoiding user privacy issues and reducing computing resources. Use to improve the efficiency of advertising push.
  • an advertising push device which includes:
  • the advertisement receiving module is used to receive advertisements sent by the advertisement push server, and the advertisements are determined by the advertisement push server according to the push strategy related to the client terminal device;
  • the request receiving module is used to receive network access requests using the HTTP or HTTPS protocol sent by the user terminal;
  • the sending module is used to redirect network access requests and send advertisements to user terminals together with the redirection.
  • embodiments of the present application provide a computer-readable storage medium. Instructions are stored on the computer-readable storage medium. When the instructions are executed on a computer, they cause the computer to perform the above-mentioned first aspect and various possibilities of the first aspect. Implement any advertising push method.
  • an electronic device including:
  • memory for storing instructions for execution by one or more processors of the electronic device
  • the processor is one of the processors of the electronic device, and is used to execute any of the above-mentioned first aspects and various possible implementations of the first aspect.
  • embodiments of the present application provide a computer program product, including a computer program/instruction, which is characterized in that, when executed by a processor, the computer program/instruction implements the above-mentioned first aspect and various possible implementations of the first aspect. Any advertising push method.
  • Figure 1 shows a schematic scenario diagram of an advertisement push method according to some embodiments of the present application
  • Figure 2 shows a schematic flow chart of advertising push through a router according to some embodiments of the present application
  • Figure 3 shows a schematic flow chart of a non-aware Internet advertising push according to some embodiments of the present application
  • Figure 4 shows a schematic system architecture diagram of an advertisement push method according to some embodiments of the present application
  • Figure 5 shows a hardware structure diagram of a client terminal device used for an advertisement push method according to some embodiments of the present application
  • Figure 6 shows an interactive flow chart of an advertisement push method according to some embodiments of the present application
  • Figure 7 shows a schematic structural diagram of an advertisement push device according to some embodiments of the present application.
  • Figure 8 shows a hardware structure diagram of a mobile phone used for an advertisement push method according to some embodiments of the present application.
  • Illustrative embodiments of the present application include, but are not limited to, advertising push methods, devices, electronic devices, and media.
  • FIG 1 is a schematic diagram of a scenario in which advertisements are pushed through a client terminal device in the advertisement pushing method according to the embodiment of the present application.
  • this scenario includes an advertisement push server 100, a client terminal device 200 and a user terminal 300.
  • the advertisement push server 100 is used to push advertisements to the client terminal device 200.
  • the client terminal device 200 receives the pushed advertisements and pushes the corresponding advertisements to the user terminal 300.
  • the user terminal 300 displays the received advertisements to the user.
  • the advertisements pushed by the advertising push server 100 can be direct advertising content, such as a function introduction of a certain product or service, or a network link of advertising content, such as a network resource link using the HTTP protocol.
  • This application implements There are no specific restrictions on this.
  • the advertisement push server 100 can push advertisements in the form of text messages.
  • SMS is a short message service (Short Messaging Service, SMS). It is a cost-effective and widely used message that transmits text messages between electronic devices based on a standardized communication protocol.
  • the advertising text messages pushed by the advertising push server 100 may include direct advertising content described in text form, such as "xxx is the most reliable now or in the future", or may include content in the form of HTTPS://www.xxx.xxx.cn
  • the advertising link of /advertisement/xxx.html points to an advertising webpage that includes promotional information for related products.
  • the advertisement push server 100 can determine different advertisement push strategies according to different user types of the client terminal devices 200, so as to push different advertisements or notifications to the client terminal devices 200 of different user types at the same time. For example, the advertisement push server 100 can push different advertisements or notifications to the client terminal devices 200 of different user types.
  • the client terminal device 200 that is a home user pushes advertisements for consumer products
  • the client terminal device 200 that is a small business user pushes advertisements for small industrial machinery products, etc.
  • the ad push server 100 can determine different ad push strategies based on the network usage of the client terminal device 200. For example, the ad push server 100 divides the monthly network traffic used into multiple levels, and based on the corresponding levels of the client terminal device 200 Push corresponding traffic package advertisements to them.
  • the advertisement push server 100 can also push notifications to the client terminal device 200, for example, push tariff status information to the client terminal device 200 based on its current tariff status.
  • the client terminal device 200 is used to receive advertisements and push advertisements to the user terminal 300 connected thereto.
  • the client terminal device 200 is an electronic device with a network routing and forwarding function. It can receive network data packets sent by the user terminal 300 and forward the network data packets. It can also receive network data packets sent from the website visited by the user terminal 300. and forwarded to the user terminal 300.
  • the client terminal device 200 can trigger corresponding advertisement push processing according to the network connection request or network access request of the user terminal 300.
  • the client terminal device 200 can receive the wireless network connection request of the user terminal 300 and redirect the wireless network connection request. And generate corresponding advertising pages according to the received advertisements and return them to the user terminal 300 for display; the client terminal device 200 can also receive the web page access request sent by the user terminal 300 through the browser, redirect the network access request, and display the advertisement The page is returned to the browser of the user terminal 300 for display.
  • the client terminal device 200 can perform corresponding advertising push processing on the HTTP request or HTTPS request sent by the user terminal 300, redirect the HTTP request or HTTPS request, and return the advertising page to the user terminal 300 for display.
  • the client terminal device 200 can also control the advertising push status, and add the user terminals 300 that have already pushed advertisements to the advertisement push exclusion list, so as to avoid repeatedly pushing advertisements to the user terminals 300 that have already pushed advertisements, and avoid excessively affecting the user's health. Network experience.
  • the user terminal 300 is configured to receive advertisements pushed by the client terminal device 200 and display the advertisements to the user.
  • the user terminal 300 may include but is not limited to: personal computer (Personal Computer, PC), mobile phone, tablet computer, wearable device, vehicle-mounted device, augmented reality (Augmented Reality, AR)/virtual reality (Virtual Reality, VR) Equipment, laptop computers, ultra-mobile personal computers (Ultra-mobile Personal Computer, UMPC), netbooks, personal digital assistants (Personal Digital Assistant, PDA) and other electronic devices.
  • PC Personal Computer
  • mobile phone tablet computer
  • wearable device vehicle-mounted device
  • vehicle-mounted device augmented reality (Augmented Reality, AR)/virtual reality (Virtual Reality, VR) Equipment
  • laptop computers Ultra-mobile personal computers (Ultra-mobile Personal Computer, UMPC), netbooks
  • PDA Personal Digital Assistant
  • the advertisement push method of the present application is suitable for scenarios where the advertisement push server pushes advertisements to user terminals through client terminal devices.
  • the advertisement push server pushes different advertisements to the client terminal device according to the preset push strategy.
  • the client terminal device receives the advertisement and checks the user terminal that sent the network access request to determine that the user terminal does not belong to the advertisement push exclusion object. Then the network access request is redirected, and the advertisement page generated based on the advertisement is sent to the user terminal.
  • the user terminal displays the received advertisement page and returns the terminal identification. After receiving the terminal identification, the client terminal device determines the user terminal as an advertisement.
  • Push exclusion objects to avoid pushing ads to user terminals.
  • a method of pushing corresponding advertisements according to different types of user terminals is adopted.
  • a Chinese patent application discloses a method of pushing advertisements through a router.
  • this patent application can customize advertising strategies on the server, such as selecting different routers to display different advertisements, etc.
  • the router obtains advertisements from the server and stores them, and pushes corresponding advertisements to the client according to different types of clients. If the client is a mobile terminal, advertisements will be pushed to the mobile terminal that is connected for the first time that day. If the client is a personal computer, advertisements will be embedded in the web pages sent to the personal computer, allowing network operators to customize advertisements and push them through routers. to the client, providing network operators with greater freedom and convenience in pushing advertisements.
  • all clients connected to all routers receive the same advertisements during the same time period, and only redirection of HTTP requests sent by the clients is supported.
  • a method is used to intercept network access data, analyze and determine the type of user's online behavior, and then push corresponding advertisements according to the type of online behavior.
  • a Chinese patent application discloses a non-perceptual Internet advertising push method. and devices. As shown in Figure 3, this patent application redirects the HTTP request for the web page sent by the user terminal to the login advertising page, intercepts the user's online data flow, analyzes the data flow to obtain the user's online behavior label, and analyzes the user's online behavior. Behavior tags are identified, and corresponding advertisements are pushed to user terminals based on the identification results.
  • the solution of this application can push different advertisements to different client terminal devices, so that the advertisement push is more targeted. It can also realize advertisement push according to the HTTPS network access request sent by the user terminal.
  • the coverage of advertising push is wider; compared with the second implementation method mentioned above, the solution of this application does not need to intercept and analyze the network access data sent by the user terminal to avoid user privacy issues. In addition, it does not need to generate corresponding network access data packets, which can reduce the calculation time. Use resources to improve the efficiency of advertising push.
  • FIG 4 is a schematic diagram of a system architecture of the advertisement push method according to the embodiment of the present application.
  • the network architecture includes an advertisement push server 100, a client terminal device 200 and a user terminal 300, wherein the client terminal device 200 also It includes an advertisement processing module 201, a user identification card 202 and a network port or WiFi hotspot.
  • the user terminal 300 also includes a WiFi site or network port 301.
  • the advertisement push server 100 has the ability to deliver advertisements, and is used to deliver advertisements, such as sending text messages.
  • the advertisement push server 100 can also push different advertisements to different client terminal devices 200 .
  • the client terminal device 200 is configured to receive advertisements sent by the advertisement push server 100 and send the received advertisements to the user terminal 300 .
  • the client terminal device 200 can also implement multi-user management, and each user terminal 300 connected to the client terminal device 200 can be pushed advertisements.
  • the user terminal 300 may be a mobile terminal such as a mobile phone, or a device such as a personal computer.
  • the client terminal device 200 accesses the core network through the subscriber identification card (SIM card) 202 in the upstream direction and interacts with the advertising push server 100 in data, and interacts with the user terminal 300 in the downlink direction through the network port or WiFi hotspot 203.
  • the subscriber identification card 202 is a SIM (Subscriber Identity Module, SIM) card, which is used to connect to the core network through wireless means and receive advertisements sent by the advertisement push server 100.
  • SIM Subscriber Identity Module
  • the network port or WiFi hotspot 203 is used to provide a wired network interface or a wireless fidelity (Wireless Fidelity, WiFi) hotspot (Access Point, AP) for the user terminal 300 to access the network.
  • the advertisement processing module 201 is a functional unit used to implement the advertisement push function of the client terminal device 200. It can also verify the source of received advertisements, such as verifying the sender number corresponding to the advertisement. Only advertisements that pass the verification can be It will push or check whether the received short message is a personal text message. If it is a personal text message, it cannot be pushed as an advertisement to other connected user terminals 300, etc. In addition, the advertisement processing module 201 can also realize transparent delivery of advertisements or notification content when pushing, so as to avoid processing of content involving the user's personal privacy. management or storage to protect user privacy.
  • the user terminal 300 is connected to the client terminal device 200 through a WiFi site or network port 301 in the upstream direction.
  • the WiFi site or network port 301 is used to provide a wired network interface or a station (Station, STA) of wireless fidelity (Wireless Fidelity, WiFi).
  • STA wireless Fidelity
  • the user terminal 300 is a mobile terminal, it can connect to the WiFi hotspot of the customer terminal device 200 through a WiFi site to implement wireless network connection; if the user terminal 300 is a personal computer, it can connect to the wired network interface of the customer terminal device 200 through a wired network interface to implement a wired network connection.
  • Network connection can also be achieved by connecting to a WiFi hotspot of the client terminal device 200 through a WiFi site.
  • Figure 5 shows a hardware structure block diagram of a method for advertising push to implement the client terminal device 200 shown in Figure 4, according to some embodiments of the present application.
  • the client terminal device 200 may include one or more processors 501, a system control logic 502 connected to at least one of the processors 501, a system memory 503 connected to the system control logic 502, A non-volatile memory (NVM) 504 connected to the system control logic 502, and a network interface 506 connected to the system control logic 502.
  • NVM non-volatile memory
  • processor 501 may include one or more single-core or multi-core processors. In some embodiments, processor 501 may include any combination of general-purpose processors and special-purpose processors (eg, graphics processors, applications processors, baseband processors, etc.). In embodiments where the client terminal device 200 adopts an enhanced base station (Evolved Node B, eNB) or a radio access network (Radio Access Network, RAN) controller, the processor 501 may be configured to perform various conforming embodiments. For example, the processor 501 can be used to implement an advertisement pushing method.
  • Evolved Node B evolved Node B
  • RAN Radio Access Network
  • system control logic 502 may include any suitable interface controller to provide any suitable interface to at least one of the processor 501 and any suitable device or component in communication with system control logic 502 .
  • system control logic 502 may include one or more memory controllers to provide an interface to system memory 503 .
  • System memory 503 may be used to load and store data and/or instructions.
  • the system memory 503 can load the advertisement data to be pushed in the embodiment of this application.
  • system memory 503 of the client terminal device 200 may include any suitable volatile memory, such as suitable dynamic random access memory (Dynamic Random Access Memory, DRAM).
  • suitable dynamic random access memory Dynamic Random Access Memory, DRAM
  • NVM memory 504 may include one or more tangible, non-transitory computer-readable media for storing data and/or instructions.
  • the NVM memory 504 may include any suitable non-volatile memory such as flash memory and/or any suitable non-volatile storage device, such as a hard disk drive (Hard Disk Drive, HDD), a compact disk (Compact Disc, CD) drive, Digital Versatile Disc (Digital Versatile Disc, DVD) drive at least one.
  • the NVM memory 504 can be used to store relevant templates used when generating advertising web pages.
  • NVM memory 504 may comprise a portion of storage resources on the device on which client device 200 is installed, or it may be accessed by the device but not necessarily part of the device. For example, NVM memory 504 may be accessed over the network via network interface 506 .
  • system memory 503 and NVM memory 504 may include temporary copies and permanent copies of instructions 505, respectively.
  • the instructions 505 may include network packet redirection instructions that when executed by at least one of the processors 501 cause the client terminal device 200 to implement the method shown in FIG. 5 .
  • instructions 505, hardware, firmware, and/or software components thereof may additionally/alternatively be placed in system control logic 502, network interface 506, and/or processor 501.
  • Network interface 506 may include a transceiver for providing a radio interface for customer terminal device 200 to communicate with any other suitable devices (eg, front-end modules, antennas, etc.) over one or more networks.
  • network interface 506 may be integrated with other components of customer terminal device 200 .
  • network interface 506 may be integrated with at least one of processor 501 , system memory 503 , NVM memory 504 , and a firmware device (not shown) with instructions that when at least one of processor 501 executes the instructions When, the client terminal device 200 implements the method as shown in the method embodiment.
  • the network interface 506 can be used to receive advertisements sent by the advertisement push server, and can also be used to push advertisements to terminal devices.
  • Network interface 506 may further include any suitable hardware and/or firmware to provide a multiple-input multiple-output radio interface.
  • network interface 506 may be a subscriber identity card, a network adapter, a wireless network adapter, a telephone modem, and/or a wireless modem.
  • At least one of the processors 501 may be packaged with logic for one or more controllers of the system control logic 502 to form a System In a Package (SiP). In some embodiments, at least one of the processors 501 may be integrated on the same die with logic for one or more controllers for the system control logic 502 to form a system on chip (SoC).
  • SiP System In a Package
  • SoC system on chip
  • the client terminal device 200 may further include an input/output (I/O) device 507 .
  • the I/O device 507 may include a user interface to enable the user to interact with the client terminal device 200; the peripheral component interface is designed to enable the peripheral components to also interact with the client terminal device 200.
  • the client terminal device 200 further includes a sensor for determining at least one of environmental conditions and location information related to the client terminal device 200 .
  • the user interface may include, but is not limited to, a display (e.g., a liquid crystal display, a touch screen display, etc.), a speaker, a microphone, one or more cameras (e.g., a still image camera and/or video camera), a flashlight (e.g., LED flash) and keyboard.
  • a display e.g., a liquid crystal display, a touch screen display, etc.
  • a speaker e.g., a speaker
  • a microphone e.g., a microphone
  • one or more cameras e.g., a still image camera and/or video camera
  • a flashlight e.g., LED flash
  • peripheral component interfaces may include, but are not limited to, non-volatile memory ports, audio jacks, and power interfaces.
  • sensors may include, but are not limited to, gyroscope sensors, accelerometers, proximity sensors, ambient light sensors, and positioning units.
  • the positioning unit may also be part of or interact with the network interface 506 to communicate with components of the positioning network (eg, Beidou satellites).
  • the structure illustrated in FIG. 5 does not constitute a specific limitation on the client terminal device 200.
  • the client terminal device 200 may include more or less components than shown in the figures, or combine some components, or split some components, or arrange different components.
  • the components illustrated may be implemented by hardware or software, or a combination of software and hardware.
  • the execution subject of the advertisement push method may be the processor of the client terminal device 200, and may include the following steps:
  • Step S601 The advertisement push server 100 pushes personalized advertisements to the client terminal device 200.
  • the ad push server 100 is managed by the network operator.
  • the network operator determines the ad content to be pushed to the user and stores the advertisements on the ad push server 100.
  • the ad push server 100 passes the core wireless network Such as Global System for Mobile Communications (GSM), Code Division Multiple Access (Code Division Multiple Access, CDMA), fourth generation mobile communication system, fifth generation mobile communication system, etc. to send advertisements to the customer terminal device 200 .
  • GSM Global System for Mobile Communications
  • CDMA Code Division Multiple Access
  • fourth generation mobile communication system Code Division Multiple Access
  • fifth generation mobile communication system etc.
  • the advertisements pushed by the advertisement push server 100 to the client terminal device 200 at the same time may be the same advertisement or different advertisements, and this embodiment of the present application does not specifically limit this.
  • the advertisement push server 100 can push personalized advertisements to different client terminal devices 200 according to a preset advertisement push strategy.
  • the advertising push strategy can be set by the network operator according to its own needs. The network operator can determine multiple advertising push strategies and choose to use one or a combination of more of them.
  • the advertisement push strategy may determine the personalized advertisement to be pushed according to the user type of the client terminal device 200 .
  • the network operator can determine the user type of the customer terminal device 200 based on the information reserved when the user opens an account on the SIM card of the customer terminal device 200.
  • the information reserved when opening the SIM card account may include but is not limited to: user address, User work unit, etc.
  • network operators can classify user types into technology enterprise users, manufacturing enterprise users, home users, etc. based on reserved user work unit information, push advertisements related to electronic products to technology enterprise users, and push advertisements related to mechanical products to manufacturing enterprise users. advertisements, pushing advertisements related to household consumer products to home users.
  • the advertisement push strategy may also determine the personalized advertisement to be pushed based on the relevant account information of the client terminal device 200 .
  • Relevant account information may include but is not limited to: account balance, traffic usage, etc.
  • the network operator can set an advertising push strategy to push recharge advertisements to the customer terminal device 200 when the account balance of the customer terminal device 200 is less than a certain threshold, or can also set an advertising push policy to push recharge ads to the customer terminal device 200 when the usage traffic of the customer terminal device 200 is greater than a certain threshold.
  • the device 200 pushes advertisement push strategies for traffic package advertisements, etc.
  • personalized advertisements may also include notifications to specific users.
  • the advertising push server 100 may push the notifications to the client terminal device 200 connected to the electronic device used by the specific user, and the client terminal device 200 will push the notification to the specific user.
  • the advertisement push server 100 pushes personalized advertisements to the client terminal device 200 in the form of text messages.
  • the content contained in the text message may include but is not limited to: the text content of the advertisement, the web link of the advertisement, etc. Since text messages occupy less storage space, advertising in the form of text messages can be pushed to a large number of client terminal devices 200 at the same time, which can save computing resources and network resources of the advertising push server 100 and improve the efficiency of advertising push.
  • Step S602 The client terminal device 200 confirms that the advertisement is an advertisement to be pushed.
  • the client terminal device 200 After the client terminal device 200 receives the advertisement sent by the advertisement push server 100, it can check the advertisement and determine that the advertisement comes from a regular advertisement push object, that is, the received advertisement is pushed by a device that is allowed to perform advertisement push. of.
  • the client terminal device 200 can determine whether the advertisement is pushed by a regular advertisement push object through the advertisement push identifier corresponding to the received advertisement.
  • the advertisement push identification may include but is not limited to the identification, name, hardware address, network address or advertisement sending number of the advertisement push server 100 .
  • the client terminal device 200 can determine whether the advertising message is pushed by a regular advertising push object based on the sending number corresponding to the received advertising message.
  • the client terminal device 200 uses a whitelist to determine that the received advertisements come from regular advertisement push objects.
  • the client terminal device 200 can pre-establish a whitelist of regular advertisement push objects.
  • the contents of the whitelist may include but are not limited to the identification, name, hardware address, network address or advertisement sending number of the advertisement push server 100 .
  • the content of the whitelist can be preset and fixed, or can be dynamically adjusted as needed. This embodiment of the present application does not specifically limit this.
  • the client terminal device 200 determines that the received advertisement is pushed by a regular advertisement push object, it determines the advertisement as an advertisement to be pushed; otherwise, the advertisement is discarded and the advertisement is not pushed to the user terminal 300 . For example, if the client terminal device 200 checks the advertisement sending number of the advertisement and finds that the advertisement sending number is in the whitelist, then the advertisement is determined to be an advertisement to be pushed, and the advertisement can be pushed to the user terminal 300 .
  • the client terminal device 200 checks the received advertisements and determines advertisements from formal advertisement push objects as advertisements to be pushed, which can improve the security of advertisement push and avoid pushing advertisements from informal advertisement push objects.
  • the client terminal device 200 can store the advertisements to be pushed in a persistent storage device such as a mechanical hard disk, a solid state drive or a flash memory, or it can also store the advertisements to be pushed in a non-persistent storage device such as a memory or cache.
  • a persistent storage device such as a mechanical hard disk, a solid state drive or a flash memory
  • a non-persistent storage device such as a memory or cache.
  • Step S603 The user terminal 300 sends a network access request to the client terminal device 200.
  • the client terminal device 200 is a network routing device capable of forwarding network data packets, and the user terminal 300 can achieve Internet access through a wireless or wired network connection established with the client terminal device 200 .
  • the network access request may include a network connection request and a web page access request.
  • the network connection request includes a data packet sent by the user terminal 300 for requesting to establish a network connection with the client terminal device 200.
  • the web page access request includes a user Data packets sent by the terminal 300 for accessing Internet web pages.
  • the network connection request usually precedes the web page access request. After the user terminal 300 establishes a network connection with the client terminal device 200, the user terminal 300 then sends a web page access request to the client terminal device 200.
  • the network connection request sent by the user terminal 300 to the client terminal device 200 may be a wireless network connection request, such as a WiFi connection request, or a wired network connection request, which is not specifically limited in the embodiment of the present application.
  • the web page access request sent by the user terminal 300 may be a network data packet using the Hyper Text Transfer Protocol (HTTP), or may be a hyper text transmission on the secure socket layer.
  • HTTP Hyper Text Transfer Protocol
  • Protocol Hyper Text Transfer Protocol over SecureSocket Layer, HTTPS
  • the user terminal 300 uses the HTTPS protocol to transmit network data packets, which has better security than using the HTTP protocol to transmit network data packets, and can better protect user privacy and website data.
  • Step S604 The client terminal device 200 determines whether the user terminal 300 is an advertisement push exclusion object. If not, step S605 is executed to redirect the network access request. Otherwise, step S610 is executed.
  • the client terminal device 200 After receiving the network access request sent by the user terminal 300, the client terminal device 200 first checks whether the advertisement has been pushed to the user terminal 300. If the advertisement has been pushed, the user terminal 300 is excluded from advertising push and will no longer be pushed to the user terminal 300. Push advertisements, otherwise the user terminal 300 is not excluded from advertisement push, and advertisements need to be pushed to the user terminal 300.
  • the client terminal device 200 determines whether the user terminal 300 is an advertisement push exclusion object through a whitelist method. The client terminal device 200 checks whether the user terminal 300 is in the push exclusion whitelist. If it is in the push exclusion whitelist, the advertisement will no longer be pushed. Otherwise, the advertisement will be pushed to the user terminal 300 .
  • the content included in the push exclusion whitelist may include but is not limited to: the identification, name, MAC address, network address, etc. of the user terminal 300.
  • Step S605 The client terminal device 200 redirects the network access request.
  • the client terminal device 200 determines that the user terminal 300 from which the received network access request comes does not belong to the advertisement push exclusion object, it needs to push the advertisement to the user terminal 300 and implement the advertisement push by redirecting the network access request.
  • the client terminal device 200 redirects the network access request, it returns a network redirection packet to the user terminal 300 to inform the user terminal 300 that the location of the network resource requested has changed.
  • the location change may be temporary or permanent. If the location change is temporary, the user terminal 300 can continue to access the original location. If the location change is permanent, the user terminal 300 uses the new location for access.
  • the client terminal device 200 may determine redirection based on the protocol and/or port used by the network access request. For example, if the client terminal device 200 checks that the received network access request uses the HTTP protocol or the HTTPS protocol, the network access request will be redirected; or if it checks that the received network access request uses port 80 or 443, then the client terminal device 200 will redirect the received network access request. The network access request is redirected; or if it is detected that the received network access request uses the HTTP protocol or HTTPS protocol, and the corresponding port is port 80 or 443, the network access request is redirected, etc.
  • the client terminal device 200 checks whether the protocol used in the network access request includes the HTTPS protocol, so that when the user terminal 300 sends a network access request using the HTTPS protocol, it can also trigger the advertisement push of the client terminal device 200, thereby expanding the coverage of the advertisement push. , making advertising reach a wider audience.
  • the client terminal device 200 returns a redirection data packet to the user terminal 300, and the status code of the redirection data packet is set to a number indicating redirection.
  • the number indicating redirection in the redirection packet may be 301, 302, 303, 307, 308, etc.
  • 301 and 302 are defined in HTTP protocol version 1.0
  • 303, 307 and 308 are defined in HTTP protocol version 1.1.
  • the 301 status code indicates that the network resource has been permanently moved to a new location and the new location should be requested for access.
  • the 302 status code indicates that the location of the network resource has temporarily changed and the original location should continue to be used for access.
  • the 303 status code indicates that other network resources should be checked for access.
  • the 307 status code is similar to the 302 status code, except that the request method is not allowed to be changed when reissuing the network resource request. For example, another POST request should be used to repeat the original POST request.
  • the 308 status code has a similar function to the 301 status code, except that the request method is not allowed to be changed when the network resource request is reissued.
  • the status code in the redirection data packet sent by the client terminal device 200 is a 307 status code or a 302 status code to implement temporary redirection.
  • the location of the network resource accessed by the user terminal 300 has not changed.
  • the client terminal device 200 returns a 307 status code or a 302 status code to inform the user terminal 300 to resend the access request to the network resource.
  • the location of the network resource still uses the original Location.
  • the client terminal device 200 can push advertisements to the user terminal 300 without intervening in the subsequent network access process of the user terminal 300, thereby simplifying the coordination process of advertisement push and avoiding excessive impact.
  • Step S606 The client terminal device 200 sends the advertisement to be pushed to the user terminal 300.
  • the client terminal device 200 sets the advertisement to be pushed in a redirection data packet and sends the redirection data packet to the user terminal 300 .
  • the advertisement to be pushed can be used as the content of the redirection packet.
  • the transmission bandwidth of the redirection data packet can be fully utilized without consuming the computing resources and bandwidth resources required to send the advertisement to be pushed as a separate data packet. At the same time, it can improve The efficiency of advertising push.
  • the client terminal device 200 can generate a corresponding advertising web page based on the advertisement to be pushed, and push the advertising web page to the user terminal 300.
  • the advertisement to be pushed is in the form of a text message
  • the client terminal device 200 can generate an advertisement page based on the advertisement to be pushed and a preset web page template, and send the advertisement page to the user terminal 300 as the advertisement to be pushed.
  • Step S607 The user terminal 300 displays the advertisement to be pushed.
  • the user terminal 300 receives the redirection data packet returned by the client terminal device 200, parses the content of the redirection data packet to obtain the advertisement to be pushed, and then displays the advertisement to be pushed to the user.
  • the user terminal 300 can access the network through a browser, and the browser receives and parses the redirection data packet returned by the client terminal 200, and displays the obtained advertisement to be pushed.
  • the advertisement to be pushed contains a network link to the advertising content
  • the user can access the specific content of the advertisement by clicking on the network link.
  • Step S608 The user terminal 300 returns the terminal identification to the client terminal device 200.
  • the user terminal 300 after receiving and displaying the advertisement to be pushed, the user terminal 300 returns the terminal identification to the client terminal device 200, and the terminal identification serves as proof that the advertisement is pushed to the user terminal 300 for display.
  • the terminal identification may include but is not limited to: the identification, name, MAC address, network address, etc. of the user terminal 300.
  • the user terminal 300 may return the terminal identification to the client terminal device 200 according to the received user operation.
  • the user's operation can be a user's operation on the keyboard, such as pressing the Enter key, pressing the space bar, etc., or it can be an operation on the mouse, such as clicking the left mouse button, clicking the right mouse button, or clicking the middle mouse button.
  • the advertising page received by the user terminal 300 may contain a script for returning the terminal identification.
  • the script may trigger the return of the terminal identification through the user's operation on the advertising page elements, such as clicking a button on the advertising page, or
  • the terminal identification can be returned automatically.
  • a timer can be set to return the terminal identification to the client terminal device 200 after a preset time.
  • Step S609 The client terminal device 200 determines the user terminal 300 as an advertisement push exclusion object according to the terminal identification.
  • the client terminal device 200 After the client terminal device 200 receives the returned terminal identifier, it can be known that the user terminal 300 corresponding to the terminal identifier has received and displayed the advertisement to be pushed, thereby determining the user terminal 300 as an advertisement push exclusion object. The client terminal device 200 receives the user terminal 300 network access requests sent again will no longer push advertisements.
  • the client terminal device 200 after the client terminal device 200 determines the user terminal 300 as an advertisement push exclusion object, the client terminal device 200 adds the terminal identifier corresponding to the user terminal 300 to the advertisement push exclusion whitelist.
  • the client terminal device 200 receives a network access request from the user terminal 300 again, it determines that it is no longer necessary to push advertisements to the user terminal 300 based on the terminal identifier in the advertisement push exclusion whitelist.
  • Step S610 The client terminal device 200 processes the network access request.
  • the client terminal device 200 checks the network access request from the user terminal 300 and finds that the user terminal 300 is excluded from advertising push and there is no need to push ads. Then the client terminal device 200 performs normal routing processing on the network access request. , for example, forward the network access request to the next-hop network device of the client terminal device 200 on the network access path.
  • the client terminal device 200 can stop the corresponding advertisement push according to the advertisement cancellation instruction sent by the advertisement push server 100 and clear the content in the advertisement push exclusion whitelist. In this way, the client terminal device 200 can control advertisement push and better meet the advertisement push requirements of the advertisement push server 100 .
  • the client terminal device 200 can stop advertising pushing after the advertising pushing time reaches a preset time threshold, and clear the content in the advertising pushing exclusion whitelist. In this way, the client terminal device 200 can avoid continuing to push advertisements when the advertisement cancellation instruction is lost during network transmission, which can reduce related resource consumption and improve the user's network access experience.
  • an advertisement pushing device is also provided. As shown in Figure 7, the advertising push device includes:
  • the advertisement receiving module 701 is used to receive advertisements sent by the advertisement push server.
  • the advertisements are determined by the advertisement push server according to the push strategy related to the client terminal device;
  • the request receiving module 702 is used to receive a network access request using the HTTP or HTTPS protocol sent by the user terminal;
  • the redirection module 703 is used to redirect the network access request and send advertisements to the user terminal together with the redirection.
  • FIG 8 shows a hardware structure block diagram of a mobile phone 300 used for an advertisement push method according to some embodiments of the present application.
  • the mobile phone 300 may include a processor 110, a power module 140, a memory 180, a camera 170, a mobile communication module 130, a wireless communication module 120, a sensor module 190, an audio module 150, an interface module 160, a button 101 and a display. Screen 102 etc.
  • the processor 110 may include one or more processing units, such as a central processing unit (CPU), an image processor (GPU), a digital signal processor (DSP), or a microprocessor.
  • processing modules or processing circuits such as MCU (Micro-programmed Control Unit), AI (Artificial Intelligence, artificial intelligence) processor or programmable logic device FPGA (Field Programmable Gate Array).
  • MCU Micro-programmed Control Unit
  • AI Artificial Intelligence, artificial intelligence
  • FPGA Field Programmable Gate Array
  • different processing units can be independent devices or integrated in one or more processors.
  • Memory 180 can be used to store data, software programs and modules, and can be volatile memory (Volatile Memory), such as random access memory (Random-Access Memory, RAM); or non-volatile memory (Non-Volatile Memory), For example, read-only memory (Read-Only Memory, ROM), flash memory (Flash Memory), hard disk (Hard Disk Drive, HDD) or solid-state drive (Solid-State Drive, SSD); or a combination of the above types of memory, or It can also be a removable storage medium, such as a Secure Digital (SD) memory card.
  • volatile memory such as random access memory (Random-Access Memory, RAM); or non-volatile memory (Non-Volatile Memory)
  • ROM read-only memory
  • flash memory Flash Memory
  • HDD Hard Disk Drive
  • SSD solid-state drive
  • SSD Solid-State Drive
  • Power module 140 may include a power supply, power management components, and the like.
  • the power source can be a battery.
  • the power management component is used to manage the charging of the power supply and the power supply from the power supply to other modules.
  • the charging management module is used to receive charging input from the charger; the power management module is used to connect the power supply, the charging management module and the processor 110 .
  • the mobile communication module 130 may include, but is not limited to, an antenna, a power amplifier, a filter, a low noise amplifier (LNA), etc.
  • the mobile communication module 130 can provide wireless communication solutions including 2G/3G/4G/5G applied on the mobile phone 300 .
  • the mobile communication module 130 can receive electromagnetic waves through an antenna, perform filtering, amplification and other processing on the received electromagnetic waves, and transmit them to the modem processor for demodulation.
  • the mobile communication module 130 can also amplify the signal modulated by the modem processor and convert it into electromagnetic waves through the antenna for radiation.
  • at least part of the functional modules of the mobile communication module 130 may be disposed in the processor 110 .
  • at least part of the functional modules of the mobile communication module 130 may be provided in the same device as at least part of the modules of the processor 110 .
  • the wireless communication module 120 may include an antenna, and implements the transmission and reception of electromagnetic waves via the antenna.
  • the wireless communication module 120 can provide applications on the mobile phone 300 including Wireless Local Area Networks (WLAN) (such as Wireless Fidelity (Wi-Fi) network), Bluetooth (Bluetooth, BT), and Global Navigation Satellite System. (Global Navigation Satellite System, GNSS), Frequency Modulation (FM), Near Field Communication (NFC), Infrared (IR) and other wireless communication solutions.
  • WLAN Wireless Local Area Networks
  • WiFi Wireless Fidelity
  • Bluetooth Bluetooth
  • GNSS Global Navigation Satellite System
  • FM Frequency Modulation
  • NFC Near Field Communication
  • IR Infrared
  • the mobile phone 300 can communicate with the network and other devices through wireless communication technology.
  • the mobile communication module 130 and the wireless communication module 120 of the mobile phone 300 may also be located in the same module.
  • Camera 170 is used to capture still images or video.
  • the optical image generated by the lens is projected onto the photosensitive element.
  • the photosensitive element converts the optical signal into an electrical signal, and then passes the electrical signal to the ISP (Image Signal Processor) to convert it into a digital image signal.
  • the mobile phone 300 can realize the shooting function through the ISP, camera 170, video codec, GPU (Graphic Processing Unit, graphics processor), display screen 102 and application processor.
  • Display 102 includes a display panel.
  • the display panel can use a liquid crystal display (LCD), an organic light-emitting diode (OLED), an active-matrix organic light-emitting diode or an active-matrix organic light-emitting diode (Active-matrix Organic Lght).
  • LCD liquid crystal display
  • OLED organic light-emitting diode
  • Active-matrix organic light-emitting diode Active-matrix Organic Lght
  • -emitting Diode AMOLED
  • Flexible Light-emitting Diode FLED
  • Mini LED Micro LED
  • Micro OLED Quantum Dot Light-emitting Diodes
  • QLED Quantum Dot Light-emitting Diodes
  • the sensor module 190 may include a proximity light sensor, a pressure sensor, a gyroscope sensor, an air pressure sensor, a magnetic sensor, an acceleration sensor, a distance sensor, a fingerprint sensor, a temperature sensor, a touch sensor, an ambient light sensor, a bone conduction sensor, and the like.
  • the audio module 150 may convert digital audio information into an analog audio signal output, or convert an analog audio input into a digital audio signal. Audio module 150 may also be used to encode and decode audio signals. In some embodiments, the audio module 150 may be disposed in the processor 110 , or some functional modules of the audio module 150 may be disposed in the processor 110 . In some embodiments, audio module 150 may include speakers, earpieces, microphones, and headphone jacks.
  • the interface module 160 includes an external memory interface, a universal serial bus (Universal Serial Bus, USB) interface, a subscriber identification module (Subscriber Identification Module, SIM) card interface, etc.
  • the external memory interface can be used to connect an external memory card, such as a Micro SD card, to expand the storage capacity of the mobile phone 300.
  • the external memory card communicates with the processor 110 through the external memory interface to implement the data storage function.
  • the universal serial bus interface is used by mobile phone 300 to communicate with other mobile phones.
  • the subscriber identity module card interface is used to communicate with the SIM card installed in the mobile phone 300.
  • the mobile phone 300 also includes buttons 101, motors, indicators, etc.
  • the keys 101 may include volume keys, on/off keys, etc.
  • the motor is used to make the mobile phone 300 produce a vibration effect.
  • Indicators may include laser pointers, radio frequency indicators, LED indicators, etc.
  • the structure illustrated in the embodiment of the present invention does not constitute a specific limitation on the mobile phone 300.
  • the mobile phone 300 may include more or fewer components than shown in the figures, or combine some components, or split some components, or arrange different components.
  • the components illustrated may be implemented in hardware, software, or a combination of software and hardware.
  • Embodiments of the mechanisms disclosed in this application may be implemented in hardware, software, firmware, or a combination of these implementation methods.
  • Embodiments of the present application may be implemented as a computer program or program code executing on a programmable system including at least one processor, a storage system (including volatile and non-volatile memory and/or storage elements) , at least one input device and at least one output device.
  • Program code may be applied to input instructions to perform the functions described herein and to generate output information.
  • Output information can be applied to one or more output devices in a known manner.
  • a processing system includes any processor having a processor such as, for example, a Digital Signal Processor (DSP), a microcontroller, an Application Specific Integrated Circuit (ASIC), or a microprocessor. system.
  • DSP Digital Signal Processor
  • ASIC Application Specific Integrated Circuit
  • Program code may be implemented in a high-level procedural language or an object-oriented programming language to communicate with the processing system.
  • assembly language or machine language can also be used to implement program code.
  • the mechanisms described in this application are not limited to the scope of any particular programming language. In either case, the language may be a compiled or interpreted language.
  • the disclosed embodiments may be implemented in hardware, firmware, software, or any combination thereof.
  • the disclosed embodiments may also be implemented as instructions carried on or stored on one or more transitory or non-transitory machine-readable (e.g., computer-readable) storage media, which may be operated by one or more processors Read and execute.
  • instructions may be distributed over a network or through other computer-readable media.
  • machine-readable media may include any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer), including, but not limited to, floppy disks, optical disks, optical disks, read-only memories (CD-ROMs), magnetic CD, Read Only Memory, ROM), random access memory (Random Access Memory, RAM), erasable programmable read only memory (Erasable Programmable Read Only Memory, EPROM), electrically erasable programmable read only memory (Electrically Erasable Programmable Read-Only Memory) , EEPROM), magnetic or optical card, flash memory, or tangible machine-readable memory used to transmit information (for example, carrier waves, infrared signals, digital signals, etc.) using electrical, optical, acoustic or other forms of propagation signals over the Internet.
  • machine-readable media includes any type of machine-readable media suitable for storing or transmitting electronic instructions or information in a form readable by a machine (eg, computer).
  • each unit/module mentioned in each device embodiment of this application is a logical unit/module.
  • a logical unit/module can be a physical unit/module, or it can be a physical unit/module.
  • Part of the module can also be implemented as a combination of multiple physical units/modules.
  • the physical implementation of these logical units/modules is not the most important.
  • the combination of functions implemented by these logical units/modules is what solves the problem of this application. Key technical issues raised.
  • the above-mentioned equipment embodiments of this application do not introduce units/modules that are not closely related to solving the technical problems raised by this application. This does not mean that the above-mentioned equipment embodiments do not exist. Other units/modules.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present application relates to the field of network communications, and discloses an advertisement pushing method and device, electronic equipment, and a medium. The method comprises: receiving an advertisement sent by an advertisement pushing server, the advertisement being determined by the advertisement pushing server according to a pushing policy related to customer premise equipment; receiving a network access request which is sent by a user terminal and uses an HTTP or HTTPS protocol; and redirecting the network access request, and enabling advertisement content to be carried in a redirected page so as to display the advertisement to the user terminal. Therefore, an advertisement pushing server can push personalized advertisements to different customer premise equipment within a same time period, the advertisement pushing is more targeted, and the coverage of advertisement pushing is wider; moreover, network access data sent by user terminals does not need to be intercepted and analyzed, thereby protecting the privacy of users.

Description

广告推送方法、装置、电子设备及介质Advertising push methods, devices, electronic equipment and media
本申请要求于2022年07月29日提交中国专利局、申请号为202210906250.6、发明名称为“广告推送方法、装置、电子设备及介质”的中国专利申请的优先权,上述专利的全部内容通过引用结合在本申请中。This application claims priority to the Chinese patent application submitted to the China Patent Office on July 29, 2022, with the application number 202210906250.6 and the invention name "Advertising Push Method, Device, Electronic Equipment and Media". The entire content of the above patent is incorporated by reference. incorporated in this application.
技术领域Technical field
本申请涉及网络通信领域,特别涉及一种广告推送方法、装置、电子设备及介质。This application relates to the field of network communications, and in particular to an advertising push method, device, electronic equipment and media.
背景技术Background technique
随着互联网技术的日趋完善,广告推送业务得到快速发展。广告推送是在有线网络或无线网络上向终端访问用户投放广告的一种业务形式,通过在用户访问网络的时候向其投放广告,为网络运营商和广告商带来新的利润增长点。As Internet technology becomes more and more perfect, the advertising push business has developed rapidly. Advertising push is a business form that delivers advertisements to terminal users on wired or wireless networks. By delivering advertisements to users when they access the network, it brings new profit growth points to network operators and advertisers.
客户终端设备(Customer Premises Equipment,CPE)在家庭或小型企业中应用非常广泛,移动终端或个人计算机(Personal Computer,PC)通过无线保真(Wireless Fidelity,Wi-Fi)或有线网络连接到客户终端设备,并通过客户终端设备访问互联网。由于客户终端设备的广泛应用,网络运营商希望通过客户终端设备向用户推送广告,从而扩大广告的接收人群。与数据卡产品不同的是,客户终端设备难以通过在驱动程序中加载广告来实现广告推送。Customer Premises Equipment (CPE) is widely used in homes or small businesses. Mobile terminals or personal computers (PC) are connected to customer terminals through Wireless Fidelity (Wi-Fi) or wired networks. device, and access the Internet through the client terminal device. Due to the widespread use of customer terminal devices, network operators hope to push advertisements to users through customer terminal devices, thereby expanding the number of people receiving advertisements. Unlike data card products, it is difficult for customer terminal devices to achieve advertising push by loading advertisements in the driver.
当前通过路由器进行广告推送的方案中,有些方案在同一时间段只能向客户终端设备推送相同的广告,也不支持对使用HTTPS协议的网络访问请求进行广告推送,有些方案需要截流用户的网络访问数据,会涉及用户隐私问题。因此,需要一种为不同的客户终端设备推送不同广告,且支持对使用HTTPS协议的网络访问请求进行广告推送的方案。Among the current advertising push solutions through routers, some solutions can only push the same advertisement to customer terminal devices during the same time period, and do not support advertising push for network access requests using the HTTPS protocol. Some solutions need to intercept the user's network access. Data will involve user privacy issues. Therefore, a solution is needed that pushes different advertisements to different client terminal devices and supports advertising push for network access requests using the HTTPS protocol.
发明内容Contents of the invention
本申请实施例提供了一种广告推送方法、装置、电子设备及介质。Embodiments of the present application provide an advertisement pushing method, device, electronic device, and medium.
第一方面,本申请实施例提供了一种广告推送方法,用于客户终端设备,该方法包括:In the first aspect, embodiments of the present application provide an advertisement push method for client terminal devices. The method includes:
接收广告推送服务器发送的广告,广告由广告推送服务器根据与客户终端设备相关的推送策略确定;Receive advertisements sent by the advertisement push server, and the advertisements are determined by the advertisement push server according to the push policy related to the client terminal device;
接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求;Receive network access requests sent by user terminals using HTTP or HTTPS protocols;
对网络访问请求进行重定向,并连同重定向向用户终端发送广告。Redirect the network access request and send the advertisement to the user terminal along with the redirection.
可以理解,通常广告推送方法可以在同一时间段向客户终端设备推送相同的广告或根据用户终端的HTTP网络访问请求触发广告的推送,广告推送的针对性不强、覆盖面不广,然而通过本申请的广告推送方法,能够在同一时间段向不同的客户终端设备推送不同的广告和能够根据用户终端的HTTPS网络访问请求触发广告推送,增强了广告推送的针对性,扩大了广告推送的覆盖面。It can be understood that the usual advertising push method can push the same advertisement to the client terminal device in the same time period or trigger the push of advertisements according to the HTTP network access request of the user terminal. The advertisement push is not highly targeted and the coverage is not wide. However, through this application The advertising push method can push different advertisements to different client terminal devices at the same time period and can trigger advertising push according to the HTTPS network access request of the user terminal, which enhances the pertinence of the advertising push and expands the coverage of the advertising push.
在上述第一方面的一种可能的实现中,接收广告推送服务器发送的广告,包括:In a possible implementation of the first aspect above, receiving advertisements sent by the advertisement push server includes:
接收来自广告推送服务器的广告;Receive advertisements from ad push servers;
确定所述广告由符合预设条件的广告推送对象所发送;Determine that the advertisement is sent by an advertisement push object that meets the preset conditions;
保存所述广告。Save said ad.
通过上述方法,客户终端设备对接收的广告进行来源合法性检查,避免将来源不合法的广告向用户终端推送。Through the above method, the client terminal device checks the source legitimacy of the received advertisements to avoid pushing advertisements from illegal sources to the user terminal.
在上述第一方面的一种可能的实现中,预设条件包括广告对应的广告推送标识位于白名单中。In a possible implementation of the above first aspect, the preset condition includes that the advertisement push identifier corresponding to the advertisement is in the white list.
通过上述方法,以简单、方便、易于实现的方式实现了广告的来源合法性检查。Through the above method, the source legitimacy check of advertisements is realized in a simple, convenient and easy-to-implement manner.
在上述第一方面的一种可能的实现中,接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求,包括:In a possible implementation of the first aspect above, receiving a network access request sent by a user terminal using the HTTP or HTTPS protocol includes:
接收来自用户终端的使用HTTP或HTTPS协议的网络访问请求; Receive network access requests from user terminals using HTTP or HTTPS protocols;
确定网络访问请求对应的用户终端不属于广告推送排除对象。Determine that the user terminal corresponding to the network access request is not excluded from advertising push.
通过上述方法,对使用HTTP或HTTPS协议的网络访问请求进行广告重复推送的检查,只对没有推送过广告的用户终端进行广告推送,避免向用户终端重复推送广告,避免过度影响用户的网络访问体验。Through the above method, network access requests using HTTP or HTTPS protocols are checked for repeated advertising push, and advertising is only pushed to user terminals that have not pushed advertisements to avoid repeatedly pushing advertisements to user terminals and avoid excessively affecting the user's network access experience. .
在上述第一方面的一种可能的实现中,连同重定向向用户终端发送广告,包括:In a possible implementation of the above first aspect, sending advertisements to user terminals together with redirection includes:
根据广告生成相应的广告网页;Generate corresponding advertising web pages based on advertisements;
连同重定向向用户终端发送广告网页,以使用户终端展示广告网页并向客户终端设备返回终端标识。The advertising web page is sent to the user terminal along with the redirection, so that the user terminal displays the advertising web page and returns the terminal identification to the client terminal device.
通过上述方法,能够实现用户终端在展示广告后向客户终端设备提供广告展示完毕的证明,供客户终端设备得知该用户终端已经完成广告推送和展示。Through the above method, the user terminal can provide proof of advertisement display completion to the client terminal device after displaying the advertisement, so that the client terminal device can know that the user terminal has completed advertising push and display.
在上述第一方面的一种可能的实现中,该方法还包括:In a possible implementation of the first aspect above, the method further includes:
根据接收的终端标识,将用户终端确定为广告推送排除对象。According to the received terminal identification, the user terminal is determined to be an exclusion object for advertising push.
通过上述方法,客户终端设备实现不再向该用户终端进行广告推送。Through the above method, the client terminal device no longer pushes advertisements to the user terminal.
在上述第一方面的一种可能的实现中,对网络访问请求进行重定向,包括:In a possible implementation of the first aspect above, redirecting network access requests includes:
根据网络访问请求生成重定向数据包,重定向数据包用于告知用户终端重发网络访问请求。A redirection packet is generated according to the network access request, and the redirection packet is used to inform the user terminal to resend the network access request.
在上述第一方面的一种可能的实现中,对网络访问请求进行重定向,并连同重定向向用户终端发送广告,包括:In a possible implementation of the above first aspect, the network access request is redirected, and advertisements are sent to the user terminal together with the redirection, including:
设置重定向数据包的响应码为307状态码或302状态码并将广告保存在重定向数据包中,向用户终端发送重定向数据包。Set the response code of the redirection packet to 307 status code or 302 status code, save the advertisement in the redirection packet, and send the redirection packet to the user terminal.
通过上述方法,能够实现以简便方式实现广告推送,可以充分利用重定向数据包的传输资源,提高网络资源利用率。Through the above method, advertisement push can be implemented in a simple manner, the transmission resources of redirected data packets can be fully utilized, and network resource utilization can be improved.
在上述第一方面的一种可能的实现中,广告以短信方式发送至客户终端设备。In a possible implementation of the above first aspect, the advertisement is sent to the client terminal device in the form of a text message.
在上述第一方面的一种可能的实现中,广告至少包括如下一项:文字内容、网页链接。In a possible implementation of the first aspect above, the advertisement includes at least one of the following: text content and web link.
通过上述方法,能够充分利用广告推送服务器的计算资源和网络资源,无需对广告推送服务器进行资源升级即可实现广告推送。Through the above method, the computing resources and network resources of the advertisement push server can be fully utilized, and advertisement push can be realized without upgrading the resources of the advertisement push server.
本申请实施例提供了广告推送方法,该方法通过接收广告推送服务器发送的广告,该广告由广告推送服务器根据与客户终端设备相关的推送策略确定,接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求,并对该网络访问请求进行重定向,并连同重定向向用户终端发送广告,能够使得广告推送服务器在同一时间段向不同的客户终端设备推送个性化广告,广告推送的针对性更强,并且客户终端设备能够向使用HTTP或HTTPS协议进行网络访问的用户终端推送广告,广告推送的覆盖面更广,同时无需截流分析用户终端发送的网络访问数据,避免用户隐私问题,还能够降低计算资源的使用,提高广告推送的效率。Embodiments of the present application provide an advertisement push method, which method receives advertisements sent by an advertisement push server, the advertisements are determined by the advertisement push server according to the push policy related to the client terminal device, and receives network messages sent by the user terminal using the HTTP or HTTPS protocol. access request, redirect the network access request, and send advertisements to the user terminal together with the redirection, which enables the ad push server to push personalized advertisements to different client terminal devices at the same time period, making the ad push more targeted. , and the client terminal device can push advertisements to user terminals that use HTTP or HTTPS protocols for network access. The coverage of advertising push is wider. At the same time, there is no need to intercept and analyze network access data sent by user terminals, avoiding user privacy issues and reducing computing resources. Use to improve the efficiency of advertising push.
第二方面,本申请实施里提供了一种广告推送装置,该装置包括:In the second aspect, the implementation of this application provides an advertising push device, which includes:
广告接收模块,用于接收广告推送服务器发送的广告,广告由广告推送服务器根据与客户终端设备相关的推送策略确定;The advertisement receiving module is used to receive advertisements sent by the advertisement push server, and the advertisements are determined by the advertisement push server according to the push strategy related to the client terminal device;
请求接收模块,用于接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求;The request receiving module is used to receive network access requests using the HTTP or HTTPS protocol sent by the user terminal;
发送模块,用于对网络访问请求进行重定向,并连同重定向向用户终端发送广告。The sending module is used to redirect network access requests and send advertisements to user terminals together with the redirection.
第三方面,本申请实施例提供了一种计算机可读存储介质,计算机可读存储介质上存储有指令,该指令在计算机上执行时使计算机执行上述第一方面以及第一方面的各种可能实现中的任意一种广告推送方法。In a third aspect, embodiments of the present application provide a computer-readable storage medium. Instructions are stored on the computer-readable storage medium. When the instructions are executed on a computer, they cause the computer to perform the above-mentioned first aspect and various possibilities of the first aspect. Implement any advertising push method.
第四方面,本申请实施例提供了一种电子设备,包括:In a fourth aspect, embodiments of the present application provide an electronic device, including:
存储器,用于存储由电子设备的一个或多个处理器执行的指令,以及memory for storing instructions for execution by one or more processors of the electronic device, and
处理器,是电子设备的处理器之一,用于执行上述第一方面以及第一方面的各种可能实现中的任意一种广告推送方法。The processor is one of the processors of the electronic device, and is used to execute any of the above-mentioned first aspects and various possible implementations of the first aspect.
第五方面,本申请实施例提供了一种计算机程序产品,包括计算机程序/指令,其特征在于,该计算机程序/指令被处理器执行时实现上述第一方面以及第一方面的各种可能实现中的任意一种广告推送方法。 In a fifth aspect, embodiments of the present application provide a computer program product, including a computer program/instruction, which is characterized in that, when executed by a processor, the computer program/instruction implements the above-mentioned first aspect and various possible implementations of the first aspect. Any advertising push method.
附图说明Description of drawings
图1根据本申请的一些实施例,示出了一种广告推送方法的场景示意图;Figure 1 shows a schematic scenario diagram of an advertisement push method according to some embodiments of the present application;
图2根据本申请的一些实施例,示出了一种通过路由器实现广告推送的流程示意图;Figure 2 shows a schematic flow chart of advertising push through a router according to some embodiments of the present application;
图3根据本申请的一些实施例,示出了一种无感知的互联网广告推送的流程示意图;Figure 3 shows a schematic flow chart of a non-aware Internet advertising push according to some embodiments of the present application;
图4根据本申请的一些实施例,示出了一种广告推送方法的系统架构示意图;Figure 4 shows a schematic system architecture diagram of an advertisement push method according to some embodiments of the present application;
图5根据本申请的一些实施例,示出了一种用于广告推送方法的客户终端设备的硬件结构图;Figure 5 shows a hardware structure diagram of a client terminal device used for an advertisement push method according to some embodiments of the present application;
图6根据本申请的一些实施例,示出了一种广告推送方法的交互流程图;Figure 6 shows an interactive flow chart of an advertisement push method according to some embodiments of the present application;
图7根据本申请的一些实施例,示出了一种广告推送装置的结构示意图;Figure 7 shows a schematic structural diagram of an advertisement push device according to some embodiments of the present application;
图8根据本申请的一些实施例,示出了一种用于广告推送方法的手机的硬件结构图。Figure 8 shows a hardware structure diagram of a mobile phone used for an advertisement push method according to some embodiments of the present application.
具体实施方式Detailed ways
本申请的说明性实施例包括但不限于广告推送方法、装置、电子设备及介质。Illustrative embodiments of the present application include, but are not limited to, advertising push methods, devices, electronic devices, and media.
下面将结合附图对本申请的实施例作进一步地详细描述。The embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
图1为本申请实施例的广告推送方法中通过客户终端设备进行广告推送的场景的示意图。如图1所示,该场景包括广告推送服务器100、客户终端设备200和用户终端300。Figure 1 is a schematic diagram of a scenario in which advertisements are pushed through a client terminal device in the advertisement pushing method according to the embodiment of the present application. As shown in Figure 1, this scenario includes an advertisement push server 100, a client terminal device 200 and a user terminal 300.
广告推送服务器100用于向客户终端设备200推送广告,客户终端设备200接收推送的广告并将相应广告推送给用户终端300,用户终端300对接收的广告展示给用户。The advertisement push server 100 is used to push advertisements to the client terminal device 200. The client terminal device 200 receives the pushed advertisements and pushes the corresponding advertisements to the user terminal 300. The user terminal 300 displays the received advertisements to the user.
可以理解,广告推送服务器100推送的广告可以是直接的广告内容,例如是某种产品或服务的功能介绍,也可以是广告内容的网络链接,如使用HTTP协议的网络资源链接等,本申请实施例对此不做具体限制。It can be understood that the advertisements pushed by the advertising push server 100 can be direct advertising content, such as a function introduction of a certain product or service, or a network link of advertising content, such as a network resource link using the HTTP protocol. This application implements There are no specific restrictions on this.
在此,广告推送服务器100可以短信形式推送广告,短信即短消息服务(Short Messaging Service,SMS),基于标准化的通信协议在电子设备之间传递文本消息,是一种经济高效并且广泛使用的消息服务。广告推送服务器100推送的广告短信中可以包括文本形式描述的直接广告内容,如“无论现在或将来,xxx都是最可靠的”,也可以包括形如HTTPS://www.xxx.xxx.cn/advertisement/xxx.html的广告链接,该广告链接指向一个广告网页,广告网页中包括相关产品的宣传信息。Here, the advertisement push server 100 can push advertisements in the form of text messages. SMS is a short message service (Short Messaging Service, SMS). It is a cost-effective and widely used message that transmits text messages between electronic devices based on a standardized communication protocol. Serve. The advertising text messages pushed by the advertising push server 100 may include direct advertising content described in text form, such as "xxx is the most reliable now or in the future", or may include content in the form of HTTPS://www.xxx.xxx.cn The advertising link of /advertisement/xxx.html points to an advertising webpage that includes promotional information for related products.
具体来说,广告推送服务器100可以根据客户终端设备200的不同用户类型确定不同的广告推送策略,从而实现在同一时间向不同用户类型的客户终端设备200推送不同的广告或通知,例如可以向用户类型为家庭用户的客户终端设备200推送生活消费产品的广告,向用户类型为小型企业用户的客户终端设备200推送小型工业机械产品的广告等。Specifically, the advertisement push server 100 can determine different advertisement push strategies according to different user types of the client terminal devices 200, so as to push different advertisements or notifications to the client terminal devices 200 of different user types at the same time. For example, the advertisement push server 100 can push different advertisements or notifications to the client terminal devices 200 of different user types. The client terminal device 200 that is a home user pushes advertisements for consumer products, and the client terminal device 200 that is a small business user pushes advertisements for small industrial machinery products, etc.
另外,广告推送服务器100可以根据客户终端设备200的网络使用情况确定不同的广告推送策略,例如,广告推送服务器100将每月使用的网络流量划分为多个档次,根据客户终端设备200对应的档次向其推送相应的流量套餐广告等。In addition, the ad push server 100 can determine different ad push strategies based on the network usage of the client terminal device 200. For example, the ad push server 100 divides the monthly network traffic used into multiple levels, and based on the corresponding levels of the client terminal device 200 Push corresponding traffic package advertisements to them.
广告推送服务器100还可以向客户终端设备200推送通知,例如根据客户终端设备200当前的资费状况向其推送资费状况信息等。The advertisement push server 100 can also push notifications to the client terminal device 200, for example, push tariff status information to the client terminal device 200 based on its current tariff status.
客户终端设备200用于接收广告并将广告推送给与其连接的用户终端300。在此,客户终端设备200是具有网络路由转发功能的电子设备,能够接收用户终端300发送的网络数据包并对网络数据包进行转发,还可以接收来自用户终端300所访问网站发送的网络数据包并转发给用户终端300。The client terminal device 200 is used to receive advertisements and push advertisements to the user terminal 300 connected thereto. Here, the client terminal device 200 is an electronic device with a network routing and forwarding function. It can receive network data packets sent by the user terminal 300 and forward the network data packets. It can also receive network data packets sent from the website visited by the user terminal 300. and forwarded to the user terminal 300.
客户终端设备200可以根据用户终端300的网络连接请求或网络访问请求触发相应的广告推送处理,例如,客户终端设备200可以接收用户终端300的无线网络连接请求,对无线网络连接请求进行重定向,并根据接收的广告生成相应的广告页面并返回给用户终端300进行显示;客户终端设备200还可以接收用户终端300通过浏览器发送的网页访问请求,并对网络访问请求进行重定向,并将广告页面返回给用户终端300的浏览器进行显示。The client terminal device 200 can trigger corresponding advertisement push processing according to the network connection request or network access request of the user terminal 300. For example, the client terminal device 200 can receive the wireless network connection request of the user terminal 300 and redirect the wireless network connection request. And generate corresponding advertising pages according to the received advertisements and return them to the user terminal 300 for display; the client terminal device 200 can also receive the web page access request sent by the user terminal 300 through the browser, redirect the network access request, and display the advertisement The page is returned to the browser of the user terminal 300 for display.
可以理解,客户终端设备200可以对用户终端300发送的HTTP请求或HTTPS请求进行相应的广告推送处理,将HTTP请求或HTTPS请求进行重定向并将广告页面返回给用户终端300进行显示。It can be understood that the client terminal device 200 can perform corresponding advertising push processing on the HTTP request or HTTPS request sent by the user terminal 300, redirect the HTTP request or HTTPS request, and return the advertising page to the user terminal 300 for display.
此外,客户终端设备200还可以进行广告推送状况控制,将已经推送过广告的用户终端300加入到广告推送排除清单,避免向已经推送过广告的用户终端300重复推送广告,避免过多影响用户的网络使用体验。 In addition, the client terminal device 200 can also control the advertising push status, and add the user terminals 300 that have already pushed advertisements to the advertisement push exclusion list, so as to avoid repeatedly pushing advertisements to the user terminals 300 that have already pushed advertisements, and avoid excessively affecting the user's health. Network experience.
用户终端300用于接收客户终端设备200推送的广告,并将广告展示给用户。The user terminal 300 is configured to receive advertisements pushed by the client terminal device 200 and display the advertisements to the user.
可以理解,用户终端300可以包括但不限于:个人计算机(Personal Computer,PC)、手机、平板电脑、可穿戴设备、车载设备、增强现实(Augmented Reality,AR)/虚拟现实(Virtual Reality,VR)设备、笔记本电脑、超级移动个人计算机(Ultra-mobile Personal Computer,UMPC)、上网本、个人数字助理(Personal Digital Assistant,PDA)等电子设备,本申请实施例对用户终端300的具体类型不作任何限制。It can be understood that the user terminal 300 may include but is not limited to: personal computer (Personal Computer, PC), mobile phone, tablet computer, wearable device, vehicle-mounted device, augmented reality (Augmented Reality, AR)/virtual reality (Virtual Reality, VR) Equipment, laptop computers, ultra-mobile personal computers (Ultra-mobile Personal Computer, UMPC), netbooks, personal digital assistants (Personal Digital Assistant, PDA) and other electronic devices. The embodiment of the present application does not place any restrictions on the specific type of the user terminal 300.
从而,本申请的广告推送方法适用于广告推送服务器通过客户终端设备对用户终端推送广告的场景。Therefore, the advertisement push method of the present application is suitable for scenarios where the advertisement push server pushes advertisements to user terminals through client terminal devices.
本申请实施例中,广告推送服务器根据预设的推送策略向客户终端设备推送不同的广告,客户终端设备接收广告并对发送网络访问请求的用户终端进行检查,确定用户终端不属于广告推送排除对象后对网络访问请求进行重定向,并将根据广告生成的广告页面发送给用户终端,用户终端对接收的广告页面进行展示并返回终端标识,客户终端设备接收到终端标识后将用户终端确定为广告推送排除对象,避免再向用户终端推送广告。In the embodiment of this application, the advertisement push server pushes different advertisements to the client terminal device according to the preset push strategy. The client terminal device receives the advertisement and checks the user terminal that sent the network access request to determine that the user terminal does not belong to the advertisement push exclusion object. Then the network access request is redirected, and the advertisement page generated based on the advertisement is sent to the user terminal. The user terminal displays the received advertisement page and returns the terminal identification. After receiving the terminal identification, the client terminal device determines the user terminal as an advertisement. Push exclusion objects to avoid pushing ads to user terminals.
在一些实施方式中,采用了根据用户终端的不同类型推送相应广告的方法,如有中国专利申请公开了一种通过路由器实现广告推送的方法。如图2所示,该专利申请可以在服务器自定义配置广告策略,如选择不同的路由器显示不同的广告等,路由器从服务器获取广告并存储,并根据客户端的不同类型向客户端推送相应广告,如客户端是移动终端,则向当天首次连接的移动终端推送广告,如果客户端是个人计算机则对发送到个人计算机的网页植入广告等,从而使得网络运营商能够自定义广告并通过路由器推送到客户端,为网络运营商推送广告提供了更大的自由度和方便性。该专利申请中所有路由器下连接的所有客户端在同一时间段接收的广告相同,且只支持对客户端发送的HTTP请求进行重定向。In some embodiments, a method of pushing corresponding advertisements according to different types of user terminals is adopted. For example, a Chinese patent application discloses a method of pushing advertisements through a router. As shown in Figure 2, this patent application can customize advertising strategies on the server, such as selecting different routers to display different advertisements, etc. The router obtains advertisements from the server and stores them, and pushes corresponding advertisements to the client according to different types of clients. If the client is a mobile terminal, advertisements will be pushed to the mobile terminal that is connected for the first time that day. If the client is a personal computer, advertisements will be embedded in the web pages sent to the personal computer, allowing network operators to customize advertisements and push them through routers. to the client, providing network operators with greater freedom and convenience in pushing advertisements. In this patent application, all clients connected to all routers receive the same advertisements during the same time period, and only redirection of HTTP requests sent by the clients is supported.
在另外一些实施方式中,采用了对网络访问数据进行截流、分析确定用户上网行为类型,再根据上网行为类型推送相应广告的方法,如有中国专利申请公开了一种无感知的互联网广告推送方法和装置。如图3所示,该专利申请中将用户终端发送的对网页的HTTP请求重定向到登录广告页面,并对用户上网数据流进行截取,对数据流进行分析得到用户上网行为标签,对用户上网行为标签进行识别,根据识别结果向用户终端推送相应的广告。该专利申请中需要截留用户上网数据流并进行解析得到用户上网行为标签,再根据用户上网行为标签确定相应的广告并推送,同种类型的用户接收的广告相同,并且只支持对用户终端发送的HTTP请求进行重定向。In some other embodiments, a method is used to intercept network access data, analyze and determine the type of user's online behavior, and then push corresponding advertisements according to the type of online behavior. For example, a Chinese patent application discloses a non-perceptual Internet advertising push method. and devices. As shown in Figure 3, this patent application redirects the HTTP request for the web page sent by the user terminal to the login advertising page, intercepts the user's online data flow, analyzes the data flow to obtain the user's online behavior label, and analyzes the user's online behavior. Behavior tags are identified, and corresponding advertisements are pushed to user terminals based on the identification results. In this patent application, it is necessary to intercept the user's online data flow and analyze it to obtain the user's online behavior tag, and then determine the corresponding advertisement based on the user's online behavior tag and push it. Users of the same type receive the same advertisement, and only support the advertisements sent to the user terminal. HTTP requests are redirected.
与前述第一种实施方式相比,本申请方案能够实现为不同的客户终端设备推送不同的广告,从而广告推送的针对性更强,还能够根据用户终端发送的HTTPS网络访问请求实现广告推送,广告推送的覆盖面更广;与前述第二种实施方式相比,本申请方案无需截流分析用户终端发送的网络访问数据,避免用户隐私问题,另外也无需生成相应的网络访问数据包,能够降低计算资源的使用,提高广告推送的效率。Compared with the first implementation method mentioned above, the solution of this application can push different advertisements to different client terminal devices, so that the advertisement push is more targeted. It can also realize advertisement push according to the HTTPS network access request sent by the user terminal. The coverage of advertising push is wider; compared with the second implementation method mentioned above, the solution of this application does not need to intercept and analyze the network access data sent by the user terminal to avoid user privacy issues. In addition, it does not need to generate corresponding network access data packets, which can reduce the calculation time. Use resources to improve the efficiency of advertising push.
图4为本申请实施例的广告推送方法的一种系统架构的示意图,如图4所示,该网络架构包括广告推送服务器100,客户终端设备200和用户终端300,其中,客户终端设备200还包括广告处理模块201、用户识别卡202和网口或WiFi热点,用户终端300还包括WiFi站点或网口301。广告推送服务器100具有下发广告的能力,用于下发广告,例如发送短信等。广告推送服务器100还可以针对不同的客户终端设备200推送不同的广告。客户终端设备200用于接收广告推送服务器100发送的广告,并将接收的广告发送给用户终端300。客户终端设备200还可以实现多用户管理,每个接入客户终端设备200的用户终端300都可以被推送广告。用户终端300可以是移动终端如手机,也可以是个人计算机等设备。Figure 4 is a schematic diagram of a system architecture of the advertisement push method according to the embodiment of the present application. As shown in Figure 4, the network architecture includes an advertisement push server 100, a client terminal device 200 and a user terminal 300, wherein the client terminal device 200 also It includes an advertisement processing module 201, a user identification card 202 and a network port or WiFi hotspot. The user terminal 300 also includes a WiFi site or network port 301. The advertisement push server 100 has the ability to deliver advertisements, and is used to deliver advertisements, such as sending text messages. The advertisement push server 100 can also push different advertisements to different client terminal devices 200 . The client terminal device 200 is configured to receive advertisements sent by the advertisement push server 100 and send the received advertisements to the user terminal 300 . The client terminal device 200 can also implement multi-user management, and each user terminal 300 connected to the client terminal device 200 can be pushed advertisements. The user terminal 300 may be a mobile terminal such as a mobile phone, or a device such as a personal computer.
客户终端设备200上行通过用户识别卡(SIM卡)202接入核心网,与广告推送服务器100进行数据交互,下行通过网口或WiFi热点203与用户终端300进行数据交互。用户识别卡202即SIM(Subscriber Identity Module,SIM)卡,用于通过无线方式连接核心网,接收广告推送服务器100发送的广告。网口或WiFi热点203用于提供有线网络接口或无线保真(Wireless Fidelity,WiFi)的热点(Access Point,AP),供用户终端300进行网络接入。The client terminal device 200 accesses the core network through the subscriber identification card (SIM card) 202 in the upstream direction and interacts with the advertising push server 100 in data, and interacts with the user terminal 300 in the downlink direction through the network port or WiFi hotspot 203. The subscriber identification card 202 is a SIM (Subscriber Identity Module, SIM) card, which is used to connect to the core network through wireless means and receive advertisements sent by the advertisement push server 100. The network port or WiFi hotspot 203 is used to provide a wired network interface or a wireless fidelity (Wireless Fidelity, WiFi) hotspot (Access Point, AP) for the user terminal 300 to access the network.
广告处理模块201是一种功能单元,用于实现客户终端设备200的广告推送功能,还可以对接收广告的来源进行校验,例如校验广告对应的发送方号码,只有校验通过的广告才会进行推送,或检查接收的短线是否为个人短信,如果是个人短信则不能当作广告推送给其他接入的用户终端300等。并且广告处理模块201在进行推送时还可以实现广告或通知内容的透明传递,避免对涉及用户个人隐私内容的处 理或存储,从而实现用户隐私的保护。The advertisement processing module 201 is a functional unit used to implement the advertisement push function of the client terminal device 200. It can also verify the source of received advertisements, such as verifying the sender number corresponding to the advertisement. Only advertisements that pass the verification can be It will push or check whether the received short message is a personal text message. If it is a personal text message, it cannot be pushed as an advertisement to other connected user terminals 300, etc. In addition, the advertisement processing module 201 can also realize transparent delivery of advertisements or notification content when pushing, so as to avoid processing of content involving the user's personal privacy. management or storage to protect user privacy.
用户终端300上行通过WiFi站点或网口301与客户终端设备200进行连接,WiFi站点或网口301用于提供有线网络接口或无线保真(Wireless Fidelity,WiFi)的站点(Station,STA)。用户终端300是移动终端,则通过WiFi站点连接客户终端设备200的WiFi热点来实现无线网络连接;用户终端300是个人计算机,则可以通过有线网络接口连接客户终端设备200的有线网络接口来实现有线网络连接,也可以通过WiFi站点连接客户终端设备200的WiFi热点来实现无线网络连接。The user terminal 300 is connected to the client terminal device 200 through a WiFi site or network port 301 in the upstream direction. The WiFi site or network port 301 is used to provide a wired network interface or a station (Station, STA) of wireless fidelity (Wireless Fidelity, WiFi). If the user terminal 300 is a mobile terminal, it can connect to the WiFi hotspot of the customer terminal device 200 through a WiFi site to implement wireless network connection; if the user terminal 300 is a personal computer, it can connect to the wired network interface of the customer terminal device 200 through a wired network interface to implement a wired network connection. Network connection can also be achieved by connecting to a WiFi hotspot of the client terminal device 200 through a WiFi site.
图5根据本申请的一些实施例,示出了一种用于广告推送方法,以实现如图4所示的客户终端设备200的硬件结构框图。在图5所示的实施例中,客户终端设备200可以包括一个或多个处理器501,与处理器501中的至少一个连接的系统控制逻辑502,与系统控制逻辑502连接的系统内存503,与系统控制逻辑502连接的非易失性存储器(Non-Volatile Memory,NVM)504,以及与系统控制逻辑502连接的网络接口506。Figure 5 shows a hardware structure block diagram of a method for advertising push to implement the client terminal device 200 shown in Figure 4, according to some embodiments of the present application. In the embodiment shown in Figure 5, the client terminal device 200 may include one or more processors 501, a system control logic 502 connected to at least one of the processors 501, a system memory 503 connected to the system control logic 502, A non-volatile memory (NVM) 504 connected to the system control logic 502, and a network interface 506 connected to the system control logic 502.
在一些实施例中,处理器501可以包括一个或多个单核或多核处理器。在一些实施例中,处理器501可以包括通用处理器和专用处理器(例如,图形处理器,应用处理器,基带处理器等)的任意组合。在客户终端设备200采用增强型基站(Evolved Node B,eNB)或无线接入网(Radio Access Network,RAN)控制器的实施例中,处理器501可以被配置为执行各种符合的实施例。例如,处理器501可以用于实现广告推送方法。In some embodiments, processor 501 may include one or more single-core or multi-core processors. In some embodiments, processor 501 may include any combination of general-purpose processors and special-purpose processors (eg, graphics processors, applications processors, baseband processors, etc.). In embodiments where the client terminal device 200 adopts an enhanced base station (Evolved Node B, eNB) or a radio access network (Radio Access Network, RAN) controller, the processor 501 may be configured to perform various conforming embodiments. For example, the processor 501 can be used to implement an advertisement pushing method.
在一些实施例中,系统控制逻辑502可以包括任意合适的接口控制器,以向处理器501中至少一个与系统控制逻辑502通信的、任意合适的设备或组件提供任意合适的接口。In some embodiments, system control logic 502 may include any suitable interface controller to provide any suitable interface to at least one of the processor 501 and any suitable device or component in communication with system control logic 502 .
在一些实施例中,系统控制逻辑502可以包括一个或多个存储器控制器,以提供连接到系统内存503的接口。系统内存503可以用于加载以及存储数据和/或指令。例如,系统内存503可以加载本申请实施例中的待推送的广告数据。In some embodiments, system control logic 502 may include one or more memory controllers to provide an interface to system memory 503 . System memory 503 may be used to load and store data and/or instructions. For example, the system memory 503 can load the advertisement data to be pushed in the embodiment of this application.
在一些实施例中客户终端设备200的系统内存503可以包括任意合适的易失性存储器,例如合适的动态随机存取存储器(Dynamic Random Access Memory,DRAM)。In some embodiments, the system memory 503 of the client terminal device 200 may include any suitable volatile memory, such as suitable dynamic random access memory (Dynamic Random Access Memory, DRAM).
NVM存储器504可以包括用于存储数据和/或指令的一个或多个有形的、非暂时性的计算机可读介质。在一些实施例中,NVM存储器504可以包括闪存等任意合适的非易失性存储器和/或任意合适的非易失性存储设备,例如硬盘驱动器(Hard Disk Drive,HDD),光盘(Compact Disc,CD)驱动器,数字通用光盘(Digital Versatile Disc,DVD)驱动器中的至少一个。在本申请实施例中,NVM存储器504可以用于存储生成广告网页时使用的相关模板。NVM memory 504 may include one or more tangible, non-transitory computer-readable media for storing data and/or instructions. In some embodiments, the NVM memory 504 may include any suitable non-volatile memory such as flash memory and/or any suitable non-volatile storage device, such as a hard disk drive (Hard Disk Drive, HDD), a compact disk (Compact Disc, CD) drive, Digital Versatile Disc (Digital Versatile Disc, DVD) drive at least one. In this embodiment of the present application, the NVM memory 504 can be used to store relevant templates used when generating advertising web pages.
NVM存储器504可以包括安装客户终端设备200的装置上的一部分存储资源,或者它可以由设备访问,但不一定是设备的一部分。例如,可以经由网络接口506通过网络访问NVM存储器504。NVM memory 504 may comprise a portion of storage resources on the device on which client device 200 is installed, or it may be accessed by the device but not necessarily part of the device. For example, NVM memory 504 may be accessed over the network via network interface 506 .
特别地,系统内存503和NVM存储器504可以分别包括:指令505的暂时副本和永久副本。指令505可以包括:由处理器501中的至少一个执行时导致客户终端设备200实施如图5所示的方法的网络数据包重定向指令。在一些实施例中,指令505、硬件、固件和/或其软件组件可另外地/替代地置于系统控制逻辑502,网络接口506和/或处理器501中。In particular, system memory 503 and NVM memory 504 may include temporary copies and permanent copies of instructions 505, respectively. The instructions 505 may include network packet redirection instructions that when executed by at least one of the processors 501 cause the client terminal device 200 to implement the method shown in FIG. 5 . In some embodiments, instructions 505, hardware, firmware, and/or software components thereof may additionally/alternatively be placed in system control logic 502, network interface 506, and/or processor 501.
网络接口506可以包括收发器,用于为客户终端设备200提供无线电接口,进而通过一个或多个网络与任意其他合适的设备(如前端模块,天线等)进行通信。在一些实施例中,网络接口506可以集成于客户终端设备200的其他组件。例如,网络接口506可以集成于处理器501的,系统内存503,NVM存储器504,和具有指令的固件设备(未示出)中的至少一种,当处理器501中的至少一个执行所述指令时,客户终端设备200实现如方法实施例中示出的方法。在本申请实施例中,网络接口506可以用于接收广告推送服务器发送的广告,也可以用于向终端设备推送广告等。Network interface 506 may include a transceiver for providing a radio interface for customer terminal device 200 to communicate with any other suitable devices (eg, front-end modules, antennas, etc.) over one or more networks. In some embodiments, network interface 506 may be integrated with other components of customer terminal device 200 . For example, network interface 506 may be integrated with at least one of processor 501 , system memory 503 , NVM memory 504 , and a firmware device (not shown) with instructions that when at least one of processor 501 executes the instructions When, the client terminal device 200 implements the method as shown in the method embodiment. In this embodiment of the present application, the network interface 506 can be used to receive advertisements sent by the advertisement push server, and can also be used to push advertisements to terminal devices.
网络接口506可以进一步包括任意合适的硬件和/或固件,以提供多输入多输出无线电接口。例如,网络接口506可以是用户识别卡,网络适配器,无线网络适配器,电话调制解调器和/或无线调制解调器。Network interface 506 may further include any suitable hardware and/or firmware to provide a multiple-input multiple-output radio interface. For example, network interface 506 may be a subscriber identity card, a network adapter, a wireless network adapter, a telephone modem, and/or a wireless modem.
在一些实施例中,处理器501中的至少一个可以与用于系统控制逻辑502的一个或多个控制器的逻辑封装在一起,以形成系统封装(System In a Package,SiP)。在一些实施例中,处理器501中的至少一个可以与用于系统控制逻辑502的一个或多个控制器的逻辑集成在同一管芯上,以形成片上系统(System on Chip,SoC)。 In some embodiments, at least one of the processors 501 may be packaged with logic for one or more controllers of the system control logic 502 to form a System In a Package (SiP). In some embodiments, at least one of the processors 501 may be integrated on the same die with logic for one or more controllers for the system control logic 502 to form a system on chip (SoC).
客户终端设备200可以进一步包括:输入/输出(I/O)设备507。I/O设备507可以包括用户界面,使得用户能够与客户终端设备200进行交互;外围组件接口的设计使得外围组件也能够与客户终端设备200交互。在一些实施例中,客户终端设备200还包括传感器,用于确定与客户终端设备200相关的环境条件和位置信息的至少一种。The client terminal device 200 may further include an input/output (I/O) device 507 . The I/O device 507 may include a user interface to enable the user to interact with the client terminal device 200; the peripheral component interface is designed to enable the peripheral components to also interact with the client terminal device 200. In some embodiments, the client terminal device 200 further includes a sensor for determining at least one of environmental conditions and location information related to the client terminal device 200 .
在一些实施例中,用户界面可包括但不限于显示器(例如,液晶显示器,触摸屏显示器等),扬声器,麦克风,一个或多个相机(例如,静止图像照相机和/或摄像机),手电筒(例如,发光二极管闪光灯)和键盘。In some embodiments, the user interface may include, but is not limited to, a display (e.g., a liquid crystal display, a touch screen display, etc.), a speaker, a microphone, one or more cameras (e.g., a still image camera and/or video camera), a flashlight (e.g., LED flash) and keyboard.
在一些实施例中,外围组件接口可以包括但不限于非易失性存储器端口、音频插孔和电源接口。In some embodiments, peripheral component interfaces may include, but are not limited to, non-volatile memory ports, audio jacks, and power interfaces.
在一些实施例中,传感器可包括但不限于陀螺仪传感器,加速度计,近程传感器,环境光线传感器和定位单元。定位单元还可以是网络接口506的一部分或与网络接口506交互,以与定位网络的组件(例如,北斗卫星)进行通信。In some embodiments, sensors may include, but are not limited to, gyroscope sensors, accelerometers, proximity sensors, ambient light sensors, and positioning units. The positioning unit may also be part of or interact with the network interface 506 to communicate with components of the positioning network (eg, Beidou satellites).
可以理解的是,图5示意的结构并不构成对客户终端设备200的具体限定。在本申请另外一些实施例中客户终端设备200可以包括比图示更多或更少的部件,或者组合某些部件,或者拆分某些部件,或者不同的部件布置。图示的部件可以由硬件或软件,或软件和硬件的组合实现。It can be understood that the structure illustrated in FIG. 5 does not constitute a specific limitation on the client terminal device 200. In other embodiments of the present application, the client terminal device 200 may include more or less components than shown in the figures, or combine some components, or split some components, or arrange different components. The components illustrated may be implemented by hardware or software, or a combination of software and hardware.
下面结合上述图4和5所示的结构,根据图6并结合具体场景,详细介绍本申请的技术方案。如图6所示,本申请的一些实施例中广告推送方法的执行主体可以是客户终端设备200的处理器,并且可以包括如下步骤:The following is a detailed introduction to the technical solution of the present application based on the structure shown in Figures 4 and 5 and Figure 6 and specific scenarios. As shown in Figure 6, in some embodiments of the present application, the execution subject of the advertisement push method may be the processor of the client terminal device 200, and may include the following steps:
步骤S601:广告推送服务器100向客户终端设备200推送个性化广告。Step S601: The advertisement push server 100 pushes personalized advertisements to the client terminal device 200.
在此,广告推送服务器100由网络运营商管理,网络运营商决定推送给用户的广告内容并将广告存储在广告推送服务器100上,在进行广告下发时,由广告推送服务器100通过核心无线网络如全球移动通信系统(Global System for Mobile Communications,GSM)、码分多址(Code Division Multiple Access,CDMA)、第四代移动通信系统、第五代移动通信系统等将广告发送至客户终端设备200。Here, the ad push server 100 is managed by the network operator. The network operator determines the ad content to be pushed to the user and stores the advertisements on the ad push server 100. When the ad is delivered, the ad push server 100 passes the core wireless network Such as Global System for Mobile Communications (GSM), Code Division Multiple Access (Code Division Multiple Access, CDMA), fourth generation mobile communication system, fifth generation mobile communication system, etc. to send advertisements to the customer terminal device 200 .
可以理解,广告推送服务器100同一时间向客户终端设备200推送的广告可以是相同的广告,也可以是不同的广告,本申请实施例对此不做具体限制。It can be understood that the advertisements pushed by the advertisement push server 100 to the client terminal device 200 at the same time may be the same advertisement or different advertisements, and this embodiment of the present application does not specifically limit this.
本申请的一些实施例中,广告推送服务器100可以根据预设的广告推送策略向不同的客户终端设备200推送个性化广告。在此,广告推送策略可以由网络运营商根据自身需求设定,网络运营商可以确定多种广告推送策略并选择使用其中的一种或多种的组合。In some embodiments of the present application, the advertisement push server 100 can push personalized advertisements to different client terminal devices 200 according to a preset advertisement push strategy. Here, the advertising push strategy can be set by the network operator according to its own needs. The network operator can determine multiple advertising push strategies and choose to use one or a combination of more of them.
本申请的一些实施例中,广告推送策略可以根据客户终端设备200的用户类型确定推送的个性化广告。在此,网络运营商可以根据用户对客户终端设备200的SIM卡开户时预留的信息来确定客户终端设备200的用户类型,SIM卡开户时预留的信息可以包括但不限于:用户住址、用户工作单位等。例如,网络运营商可以根据预留的用户工作单位信息将用户类型分为科技企业用户、制造企业用户、家庭用户等,向科技企业用户推送电子产品相关的广告,对制造企业用户推送机械产品相关的广告,对家庭用户推送家用消费产品相关的广告等。In some embodiments of the present application, the advertisement push strategy may determine the personalized advertisement to be pushed according to the user type of the client terminal device 200 . Here, the network operator can determine the user type of the customer terminal device 200 based on the information reserved when the user opens an account on the SIM card of the customer terminal device 200. The information reserved when opening the SIM card account may include but is not limited to: user address, User work unit, etc. For example, network operators can classify user types into technology enterprise users, manufacturing enterprise users, home users, etc. based on reserved user work unit information, push advertisements related to electronic products to technology enterprise users, and push advertisements related to mechanical products to manufacturing enterprise users. advertisements, pushing advertisements related to household consumer products to home users.
本申请的另外一些实施例中,广告推送策略还可以根据客户终端设备200的相关账户信息确定推送的个性化广告。相关账户信息可以包括但不限于:账户余额、使用流量等。例如,网络运营商可以设置客户终端设备200的账户余额小于某个阈值时向客户终端设备200推送充值广告的广告推送策略,也可以设置客户终端设备200的使用流量大于某个阈值时向客户终端设备200推送流量套餐广告的广告推送策略等。In some other embodiments of the present application, the advertisement push strategy may also determine the personalized advertisement to be pushed based on the relevant account information of the client terminal device 200 . Relevant account information may include but is not limited to: account balance, traffic usage, etc. For example, the network operator can set an advertising push strategy to push recharge advertisements to the customer terminal device 200 when the account balance of the customer terminal device 200 is less than a certain threshold, or can also set an advertising push policy to push recharge ads to the customer terminal device 200 when the usage traffic of the customer terminal device 200 is greater than a certain threshold. The device 200 pushes advertisement push strategies for traffic package advertisements, etc.
另外,个性化广告还可以包括对特定用户的通知,广告推送服务器100可以将通知推送到特定用户使用的电子设备所连接的客户终端设备200上,由该客户终端设备200推送给该特定用户。In addition, personalized advertisements may also include notifications to specific users. The advertising push server 100 may push the notifications to the client terminal device 200 connected to the electronic device used by the specific user, and the client terminal device 200 will push the notification to the specific user.
本申请的一些实施例中,广告推送服务器100以短信形式向客户终端设备200推送个性化广告。短信包含的内容可以包括但不限于:广告的文字内容、广告的网页链接等。由于短信占用的存储空间较小,以短信形式推送广告,可以在同一时间向大量的客户终端设备200推送广告,能够节省广告推送服务器100的计算资源和网络资源,提高广告推送的效率。In some embodiments of the present application, the advertisement push server 100 pushes personalized advertisements to the client terminal device 200 in the form of text messages. The content contained in the text message may include but is not limited to: the text content of the advertisement, the web link of the advertisement, etc. Since text messages occupy less storage space, advertising in the form of text messages can be pushed to a large number of client terminal devices 200 at the same time, which can save computing resources and network resources of the advertising push server 100 and improve the efficiency of advertising push.
步骤S602:客户终端设备200确认广告为待推送广告。Step S602: The client terminal device 200 confirms that the advertisement is an advertisement to be pushed.
在此,客户终端设备200接收到广告推送服务器100发送的广告后,可以对广告进行检查,确定广告来自正规的广告推送对象,即接收到的广告是由经过允许能够进行广告推送的设备所推送的。 Here, after the client terminal device 200 receives the advertisement sent by the advertisement push server 100, it can check the advertisement and determine that the advertisement comes from a regular advertisement push object, that is, the received advertisement is pushed by a device that is allowed to perform advertisement push. of.
本申请的一些实施例中,客户终端设备200可以通过接收的广告对应的广告推送标识来确定广告是否由正规的广告推送对象所推送。在此,广告推送标识可以包括但不限于广告推送服务器100的标识、名称、硬件地址、网络地址或广告发送号码等。例如,客户终端设备200可以根据接收的广告短信对应的发送号码来判断该广告短信是否由正规的广告推送对象所推送。In some embodiments of the present application, the client terminal device 200 can determine whether the advertisement is pushed by a regular advertisement push object through the advertisement push identifier corresponding to the received advertisement. Here, the advertisement push identification may include but is not limited to the identification, name, hardware address, network address or advertisement sending number of the advertisement push server 100 . For example, the client terminal device 200 can determine whether the advertising message is pushed by a regular advertising push object based on the sending number corresponding to the received advertising message.
本申请的一些实施例中,客户终端设备200通过白名单方式来确定接收的广告来自正规的广告推送对象。在此,客户终端设备200可以预先建立正规的广告推送对象的白名单,白名单的内容可以包括但不限于广告推送服务器100的标识、名称、硬件地址、网络地址或广告发送号码等。In some embodiments of the present application, the client terminal device 200 uses a whitelist to determine that the received advertisements come from regular advertisement push objects. Here, the client terminal device 200 can pre-establish a whitelist of regular advertisement push objects. The contents of the whitelist may include but are not limited to the identification, name, hardware address, network address or advertisement sending number of the advertisement push server 100 .
可以理解,白名单的内容可以是预先设定、固定不变的,也可以根据需要进行动态调整,本申请实施例对此不做具体限制。It can be understood that the content of the whitelist can be preset and fixed, or can be dynamically adjusted as needed. This embodiment of the present application does not specifically limit this.
在此,客户终端设备200确定接收的广告由正规的广告推送对象所推送,则将该广告确定为待推送广告,否则将该广告丢弃,不向用户终端300推送该广告。例如,客户终端设备200通过检查广告的广告发送号码发现该广告发送号码在白名单中,则将该广告确定为待推送广告,可以向用户终端300进行推送。Here, if the client terminal device 200 determines that the received advertisement is pushed by a regular advertisement push object, it determines the advertisement as an advertisement to be pushed; otherwise, the advertisement is discarded and the advertisement is not pushed to the user terminal 300 . For example, if the client terminal device 200 checks the advertisement sending number of the advertisement and finds that the advertisement sending number is in the whitelist, then the advertisement is determined to be an advertisement to be pushed, and the advertisement can be pushed to the user terminal 300 .
客户终端设备200通过对接收的广告进行检查,将来自正规的广告推送对象的广告确定为待推送广告,可以提高广告推送的安全性,避免对来自非正规广告推送对象的广告进行推送。The client terminal device 200 checks the received advertisements and determines advertisements from formal advertisement push objects as advertisements to be pushed, which can improve the security of advertisement push and avoid pushing advertisements from informal advertisement push objects.
可以理解,客户终端设备200可以将待推送广告存储在持久化存储设备如机械硬盘、固态硬盘或闪存中,也可以将待推送广告存储在非持久化存储设备如内存、缓存中,本申请实施例对此不做具体限制。It can be understood that the client terminal device 200 can store the advertisements to be pushed in a persistent storage device such as a mechanical hard disk, a solid state drive or a flash memory, or it can also store the advertisements to be pushed in a non-persistent storage device such as a memory or cache. This application implements There are no specific restrictions on this.
步骤S603:用户终端300向客户终端设备200发送网络访问请求。Step S603: The user terminal 300 sends a network access request to the client terminal device 200.
在此,客户终端设备200是能够用于转发网络数据包的网络路由设备,用户终端300可以通过与客户终端设备200建立的无线或有线网络连接实现互联网访问。Here, the client terminal device 200 is a network routing device capable of forwarding network data packets, and the user terminal 300 can achieve Internet access through a wireless or wired network connection established with the client terminal device 200 .
本申请的一些实施例中,网络访问请求可以包括网络连接请求和网页访问请求,网络连接请求包括用户终端300发送的用于请求与客户终端设备200建立网络连接的数据包,网页访问请求包括用户终端300发送的用于访问互联网网页的数据包。网络连接请求通常在网页访问请求之前,用户终端300与客户终端设备200建立网络连接后,用户终端300再向客户终端设备200发送网页访问请求。In some embodiments of the present application, the network access request may include a network connection request and a web page access request. The network connection request includes a data packet sent by the user terminal 300 for requesting to establish a network connection with the client terminal device 200. The web page access request includes a user Data packets sent by the terminal 300 for accessing Internet web pages. The network connection request usually precedes the web page access request. After the user terminal 300 establishes a network connection with the client terminal device 200, the user terminal 300 then sends a web page access request to the client terminal device 200.
可以理解,用户终端300向客户终端设备200发送的网络连接请求可以是无线网络连接请求如WiFi连接请求等,也可以是有线网络连接请求,本申请实施例对此不做具体限制。It can be understood that the network connection request sent by the user terminal 300 to the client terminal device 200 may be a wireless network connection request, such as a WiFi connection request, or a wired network connection request, which is not specifically limited in the embodiment of the present application.
本申请的一些实施例中,用户终端300发送的网页访问请求可以是使用超文本传输协议(Hyper Text Transfer Protocol,HTTP)的网络数据包,也可以是使用安全套接字层上的超文本传输协议(Hyper Text Transfer Protocol over SecureSocket Layer,HTTPS)的网络数据包。用户终端300使用HTTPS协议传输网络数据包比使用HTTP协议传输网络数据包具有更好的安全性,能更好保护用户隐私和网站数据。In some embodiments of the present application, the web page access request sent by the user terminal 300 may be a network data packet using the Hyper Text Transfer Protocol (HTTP), or may be a hyper text transmission on the secure socket layer. Protocol (Hyper Text Transfer Protocol over SecureSocket Layer, HTTPS) network data packet. The user terminal 300 uses the HTTPS protocol to transmit network data packets, which has better security than using the HTTP protocol to transmit network data packets, and can better protect user privacy and website data.
步骤S604:客户终端设备200判断用户终端300是否属于广告推送排除对象,若否则执行步骤S605,对网络访问请求进行重定向,否则转到步骤S610执行。Step S604: The client terminal device 200 determines whether the user terminal 300 is an advertisement push exclusion object. If not, step S605 is executed to redirect the network access request. Otherwise, step S610 is executed.
客户终端设备200接收到用户终端300发送的网络访问请求后,首先检查是否已经向用户终端300推送过广告,如果推送过广告,即用户终端300属于广告推送排除对象,不再向该用户终端300推送广告,否则用户终端300不属于广告推送排除对象,需要向该用户终端300推送广告。After receiving the network access request sent by the user terminal 300, the client terminal device 200 first checks whether the advertisement has been pushed to the user terminal 300. If the advertisement has been pushed, the user terminal 300 is excluded from advertising push and will no longer be pushed to the user terminal 300. Push advertisements, otherwise the user terminal 300 is not excluded from advertisement push, and advertisements need to be pushed to the user terminal 300.
本申请的一些实施例中,客户终端设备200通过白名单方式来判断用户终端300是否属于广告推送排除对象。客户终端设备200检查用户终端300是否在推送排除白名单中,如果在推送排除白名单中,则不再推送广告,否则向用户终端300推送广告。In some embodiments of the present application, the client terminal device 200 determines whether the user terminal 300 is an advertisement push exclusion object through a whitelist method. The client terminal device 200 checks whether the user terminal 300 is in the push exclusion whitelist. If it is in the push exclusion whitelist, the advertisement will no longer be pushed. Otherwise, the advertisement will be pushed to the user terminal 300 .
推送排除白名单的包含内容可以包括但不限于:用户终端300的标识、名称、MAC地址、网络地址等。The content included in the push exclusion whitelist may include but is not limited to: the identification, name, MAC address, network address, etc. of the user terminal 300.
步骤S605:客户终端设备200对网络访问请求进行重定向。Step S605: The client terminal device 200 redirects the network access request.
在此,客户终端设备200确定接收的网络访问请求来自的用户终端300不属于广告推送排除对象,则需要向该用户终端300推送广告,通过对该网络访问请求进行重定向来实现广告推送。Here, if the client terminal device 200 determines that the user terminal 300 from which the received network access request comes does not belong to the advertisement push exclusion object, it needs to push the advertisement to the user terminal 300 and implement the advertisement push by redirecting the network access request.
客户终端设备200对网络访问请求进行重定向是指向用户终端300返回网络重定向数据包以告知用户终端300请求的网络资源的位置发生了变化,位置的变化可以是临时的也可以是永久的。如果是临时的位置变化,用户终端300可以继续访问原有位置,如果是永久的位置变化,用户终端300使用新的位置进行访问。 When the client terminal device 200 redirects the network access request, it returns a network redirection packet to the user terminal 300 to inform the user terminal 300 that the location of the network resource requested has changed. The location change may be temporary or permanent. If the location change is temporary, the user terminal 300 can continue to access the original location. If the location change is permanent, the user terminal 300 uses the new location for access.
本申请的一些实施例中,客户终端设备200可以根据网络访问请求使用的协议和/或端口确定进行重定向。例如,客户终端设备200检查到接收的网络访问请求使用的是HTTP协议或HTTPS协议,则对该网络访问请求进行重定向;或检查到接收的网络访问请求使用了80端口或443端口,则对该网络访问请求进行重定向;或检查到接收的网络访问请求使用了HTTP协议或HTTPS协议,且对应的端口为80端口或443端口,则对该网络访问请求进行重定向等。In some embodiments of the present application, the client terminal device 200 may determine redirection based on the protocol and/or port used by the network access request. For example, if the client terminal device 200 checks that the received network access request uses the HTTP protocol or the HTTPS protocol, the network access request will be redirected; or if it checks that the received network access request uses port 80 or 443, then the client terminal device 200 will redirect the received network access request. The network access request is redirected; or if it is detected that the received network access request uses the HTTP protocol or HTTPS protocol, and the corresponding port is port 80 or 443, the network access request is redirected, etc.
在此,客户终端设备200通过检查网络访问请求使用的协议是否包括HTTPS协议,使得用户终端300使用HTTPS协议发送网络访问请求时也能够触发客户终端设备200的广告推送,从而能够扩大广告推送的覆盖面,使广告的受众更加广泛。Here, the client terminal device 200 checks whether the protocol used in the network access request includes the HTTPS protocol, so that when the user terminal 300 sends a network access request using the HTTPS protocol, it can also trigger the advertisement push of the client terminal device 200, thereby expanding the coverage of the advertisement push. , making advertising reach a wider audience.
本申请的一些实施例中,客户终端设备200向用户终端300返回重定向数据包,重定向数据包的状态码设置为表示重定向的号码。在此,重定向数据包中表示重定向的号码可以是301、302、303、307和308等。其中,301和302在HTTP协议1.0版中定义,303、307和308在HTTP协议1.1版中定义。301状态码表示网络资源已经永久移动到新的位置,应该请求新的位置进行访问。302状态码表示网络资源的位置发生了临时变化,应该继续使用原有位置进行访问。303状态码表示应该查看其它网络资源进行访问。307状态码的作用与302状态码类似,只是要求在重新发出网络资源请求时不允许改变请求方法,例如,应该使用另一个POST请求来重复原本的POST请求。308状态码的作用与301状态码类似,只是要求在重新发出网络资源请求时不允许改变请求方法。In some embodiments of the present application, the client terminal device 200 returns a redirection data packet to the user terminal 300, and the status code of the redirection data packet is set to a number indicating redirection. Here, the number indicating redirection in the redirection packet may be 301, 302, 303, 307, 308, etc. Among them, 301 and 302 are defined in HTTP protocol version 1.0, and 303, 307 and 308 are defined in HTTP protocol version 1.1. The 301 status code indicates that the network resource has been permanently moved to a new location and the new location should be requested for access. The 302 status code indicates that the location of the network resource has temporarily changed and the original location should continue to be used for access. The 303 status code indicates that other network resources should be checked for access. The 307 status code is similar to the 302 status code, except that the request method is not allowed to be changed when reissuing the network resource request. For example, another POST request should be used to repeat the original POST request. The 308 status code has a similar function to the 301 status code, except that the request method is not allowed to be changed when the network resource request is reissued.
本申请的一些实施例中,客户终端设备200发送的重定向数据包中的状态码为307状态码或302状态码以实现临时重定向。在此,用户终端300访问的网络资源的位置并未发生变化,客户终端设备200返回307状态码或302状态码告知用户终端300重新发送对网络资源的访问请求,网络资源的位置仍然使用原有位置。通过使用307状态码或302状态码,客户终端设备200既能够向用户终端300推送广告,又无需对用户终端300的后续网络访问过程进行干预,从而能够简化广告推送的协调过程,避免过多影响用户的网络访问体验。In some embodiments of the present application, the status code in the redirection data packet sent by the client terminal device 200 is a 307 status code or a 302 status code to implement temporary redirection. Here, the location of the network resource accessed by the user terminal 300 has not changed. The client terminal device 200 returns a 307 status code or a 302 status code to inform the user terminal 300 to resend the access request to the network resource. The location of the network resource still uses the original Location. By using the 307 status code or the 302 status code, the client terminal device 200 can push advertisements to the user terminal 300 without intervening in the subsequent network access process of the user terminal 300, thereby simplifying the coordination process of advertisement push and avoiding excessive impact. User’s network access experience.
步骤S606:客户终端设备200向用户终端300发送待推送广告。Step S606: The client terminal device 200 sends the advertisement to be pushed to the user terminal 300.
本申请的一些实施例中,客户终端设备200将待推送广告设置在重定向数据包中,将重定向数据包发送给用户终端300。例如,可以将待推送广告作为重定向数据包的内容。在此,通过将待推送广告与重定向数据包的结合,能够充分利用重定向数据包的传输带宽,无需耗费将待推送广告作为单独数据包发送时需要的计算资源和带宽资源,同时可以提高广告推送的效率。In some embodiments of the present application, the client terminal device 200 sets the advertisement to be pushed in a redirection data packet and sends the redirection data packet to the user terminal 300 . For example, the advertisement to be pushed can be used as the content of the redirection packet. Here, by combining the advertisement to be pushed with the redirection data packet, the transmission bandwidth of the redirection data packet can be fully utilized without consuming the computing resources and bandwidth resources required to send the advertisement to be pushed as a separate data packet. At the same time, it can improve The efficiency of advertising push.
本申请的一些实施例中,客户终端设备200可以根据待推送广告生成相应的广告网页,将广告网页推送给用户终端300。例如,待推送广告为短信形式,则客户终端设备200可以根据待推送广告和预设的网页模板生成广告页面,将广告页面作为待推送广告发送给用户终端300。In some embodiments of the present application, the client terminal device 200 can generate a corresponding advertising web page based on the advertisement to be pushed, and push the advertising web page to the user terminal 300. For example, if the advertisement to be pushed is in the form of a text message, the client terminal device 200 can generate an advertisement page based on the advertisement to be pushed and a preset web page template, and send the advertisement page to the user terminal 300 as the advertisement to be pushed.
步骤S607:用户终端300展示待推送广告。Step S607: The user terminal 300 displays the advertisement to be pushed.
本申请的一些实施例中,用户终端300接收客户终端设备200返回的重定向数据包,并解析重定向数据包的内容得到待推送广告,再将待推送广告展示给用户。In some embodiments of the present application, the user terminal 300 receives the redirection data packet returned by the client terminal device 200, parses the content of the redirection data packet to obtain the advertisement to be pushed, and then displays the advertisement to be pushed to the user.
具体来说,用户终端300可以通过浏览器进行网络访问,由浏览器接收客户终端200返回的重定向数据包并解析,将得到的待推送广告进行展示。Specifically, the user terminal 300 can access the network through a browser, and the browser receives and parses the redirection data packet returned by the client terminal 200, and displays the obtained advertisement to be pushed.
另外,如果待推送广告中包含广告内容的网络链接,用户可以通过点击该网络链接访问广告的具体内容。In addition, if the advertisement to be pushed contains a network link to the advertising content, the user can access the specific content of the advertisement by clicking on the network link.
步骤S608:用户终端300向客户终端设备200返回终端标识。Step S608: The user terminal 300 returns the terminal identification to the client terminal device 200.
本申请的一些实施例中,用户终端300在接收并展示待推送广告之后,向客户终端设备200返回终端标识,终端标识作为广告推送到用户终端300进行展示后的证明。In some embodiments of the present application, after receiving and displaying the advertisement to be pushed, the user terminal 300 returns the terminal identification to the client terminal device 200, and the terminal identification serves as proof that the advertisement is pushed to the user terminal 300 for display.
在此,终端标识可以包括但不限于:用户终端300的标识、名称、MAC地址、网络地址等。Here, the terminal identification may include but is not limited to: the identification, name, MAC address, network address, etc. of the user terminal 300.
本申请的一些实施例中,用户终端300可以根据接收的用户的操作向客户终端设备200返回终端标识。用户的操作可以是用户对键盘的操作,例如按下回车键、按下空格键等,也可以是对鼠标的操作,例如点击鼠标左键、点击鼠标右键或点击鼠标中键等。In some embodiments of the present application, the user terminal 300 may return the terminal identification to the client terminal device 200 according to the received user operation. The user's operation can be a user's operation on the keyboard, such as pressing the Enter key, pressing the space bar, etc., or it can be an operation on the mouse, such as clicking the left mouse button, clicking the right mouse button, or clicking the middle mouse button.
本申请的另外一些实施例中,用户终端300接收的广告页面中可以包含用于返回终端标识的脚本,脚本可以通过用户对广告页面元素的操作如点击广告页面上的按钮触发返回终端标识,也可以自动返回终端标识,例如可以设置定时器,在预设的时间之后向客户终端设备200返回终端标识。 In some other embodiments of the present application, the advertising page received by the user terminal 300 may contain a script for returning the terminal identification. The script may trigger the return of the terminal identification through the user's operation on the advertising page elements, such as clicking a button on the advertising page, or The terminal identification can be returned automatically. For example, a timer can be set to return the terminal identification to the client terminal device 200 after a preset time.
步骤S609:客户终端设备200根据终端标识将用户终端300确定为广告推送排除对象。Step S609: The client terminal device 200 determines the user terminal 300 as an advertisement push exclusion object according to the terminal identification.
客户终端设备200接收到返回的终端标识后,可知该终端标识对应的用户终端300已经接收并展示过待推送广告,从而将用户终端300确定为广告推送排除对象,客户终端设备200接收到用户终端300再次发送的网络访问请求也不再进行广告推送。After the client terminal device 200 receives the returned terminal identifier, it can be known that the user terminal 300 corresponding to the terminal identifier has received and displayed the advertisement to be pushed, thereby determining the user terminal 300 as an advertisement push exclusion object. The client terminal device 200 receives the user terminal 300 network access requests sent again will no longer push advertisements.
本申请的一些实施例中,客户终端设备200将用户终端300确定为广告推送排除对象后,将用户终端300对应的终端标识添加到广告推送排除白名单中。客户终端设备200再次接收到来自用户终端300的网络访问请求时,根据广告推送排除白名单中的终端标识确定无需再向用户终端300进行广告推送。In some embodiments of the present application, after the client terminal device 200 determines the user terminal 300 as an advertisement push exclusion object, the client terminal device 200 adds the terminal identifier corresponding to the user terminal 300 to the advertisement push exclusion whitelist. When the client terminal device 200 receives a network access request from the user terminal 300 again, it determines that it is no longer necessary to push advertisements to the user terminal 300 based on the terminal identifier in the advertisement push exclusion whitelist.
步骤S610:客户终端设备200处理网络访问请求。Step S610: The client terminal device 200 processes the network access request.
在此,客户终端设备200对来自用户终端300的网络访问请求进行检查,发现用户终端300属于广告推送排除对象,无需再进行广告推送,则客户终端设备200对该网络访问请求进行正常的路由处理,例如将网络访问请求转发至网络访问路径上客户终端设备200的下一跳网络设备。Here, the client terminal device 200 checks the network access request from the user terminal 300 and finds that the user terminal 300 is excluded from advertising push and there is no need to push ads. Then the client terminal device 200 performs normal routing processing on the network access request. , for example, forward the network access request to the next-hop network device of the client terminal device 200 on the network access path.
另外,本申请的一些实施例中,客户终端设备200可以根据广告推送服务器100发送的广告取消指令停止相应的广告推送,并清空广告推送排除白名单中的内容。通过这种方式,客户终端设备200可以实现广告推送的控制,更好地满足广告推送服务器100的广告推送需求。In addition, in some embodiments of the present application, the client terminal device 200 can stop the corresponding advertisement push according to the advertisement cancellation instruction sent by the advertisement push server 100 and clear the content in the advertisement push exclusion whitelist. In this way, the client terminal device 200 can control advertisement push and better meet the advertisement push requirements of the advertisement push server 100 .
本申请的另外一些实施例中,客户终端设备200可以在广告推送的时间达到预设的时间阈值后停止广告推送,并清空广告推送排除白名单中的内容。通过这种方式,客户终端设备200可以避免广告取消指令在网络传输过程中丢失的情况下持续推送广告,能够减少相关的资源消耗,提高用户的网络访问体验。In some other embodiments of the present application, the client terminal device 200 can stop advertising pushing after the advertising pushing time reaches a preset time threshold, and clear the content in the advertising pushing exclusion whitelist. In this way, the client terminal device 200 can avoid continuing to push advertisements when the advertisement cancellation instruction is lost during network transmission, which can reduce related resource consumption and improve the user's network access experience.
根据本申请的一个实施例,还提供了一种广告推送装置。如图7所示,广告推送装置包括:According to an embodiment of the present application, an advertisement pushing device is also provided. As shown in Figure 7, the advertising push device includes:
广告接收模块701,用于接收广告推送服务器发送的广告,广告由广告推送服务器根据与客户终端设备相关的推送策略确定;The advertisement receiving module 701 is used to receive advertisements sent by the advertisement push server. The advertisements are determined by the advertisement push server according to the push strategy related to the client terminal device;
请求接收模块702,用于接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求;The request receiving module 702 is used to receive a network access request using the HTTP or HTTPS protocol sent by the user terminal;
重定向模块703,用于对网络访问请求进行重定向,并连同重定向向用户终端发送广告。The redirection module 703 is used to redirect the network access request and send advertisements to the user terminal together with the redirection.
图8根据本申请的一些实施例,示出了一种用于广告推送方法的手机300的硬件结构框图。在图8中,相似的部件具有同样的附图标记。如图8所示,手机300可以包括处理器110、电源模块140、存储器180、摄像头170、移动通信模块130、无线通信模块120、传感器模块190、音频模块150、接口模块160、按键101以及显示屏102等。Figure 8 shows a hardware structure block diagram of a mobile phone 300 used for an advertisement push method according to some embodiments of the present application. In Figure 8, similar components have the same reference numbers. As shown in Figure 8, the mobile phone 300 may include a processor 110, a power module 140, a memory 180, a camera 170, a mobile communication module 130, a wireless communication module 120, a sensor module 190, an audio module 150, an interface module 160, a button 101 and a display. Screen 102 etc.
处理器110可以包括一个或多个处理单元,例如,可以包括中央处理器CPU(Central Processing Unit)、图像处理器GPU(Graphics Processing Unit)、数字信号处理器DSP(Digital Signal Processor)、微处理器MCU(Micro-programmed Control Unit)、AI(Artificial Intelligence,人工智能)处理器或可编程逻辑器件FPGA(Field Programmable Gate Array)等的处理模块或处理电路。其中,不同的处理单元可以是独立的器件,也可以集成在一个或多个处理器中。The processor 110 may include one or more processing units, such as a central processing unit (CPU), an image processor (GPU), a digital signal processor (DSP), or a microprocessor. Processing modules or processing circuits such as MCU (Micro-programmed Control Unit), AI (Artificial Intelligence, artificial intelligence) processor or programmable logic device FPGA (Field Programmable Gate Array). Among them, different processing units can be independent devices or integrated in one or more processors.
存储器180可用于存储数据、软件程序以及模块,可以是易失性存储器(Volatile Memory),例如随机存取存储器(Random-Access Memory,RAM);或者非易失性存储器(Non-Volatile Memory),例如只读存储器(Read-Only Memory,ROM),快闪存储器(Flash Memory),硬盘(Hard Disk Drive,HDD)或固态硬盘(Solid-State Drive,SSD);或者上述种类的存储器的组合,或者也可以是可移动存储介质,例如安全数字(Secure Digital,SD)存储卡。Memory 180 can be used to store data, software programs and modules, and can be volatile memory (Volatile Memory), such as random access memory (Random-Access Memory, RAM); or non-volatile memory (Non-Volatile Memory), For example, read-only memory (Read-Only Memory, ROM), flash memory (Flash Memory), hard disk (Hard Disk Drive, HDD) or solid-state drive (Solid-State Drive, SSD); or a combination of the above types of memory, or It can also be a removable storage medium, such as a Secure Digital (SD) memory card.
电源模块140可以包括电源、电源管理部件等。电源可以为电池。电源管理部件用于管理电源的充电和电源向其他模块的供电。充电管理模块用于从充电器接收充电输入;电源管理模块用于连接电源,充电管理模块与处理器110。Power module 140 may include a power supply, power management components, and the like. The power source can be a battery. The power management component is used to manage the charging of the power supply and the power supply from the power supply to other modules. The charging management module is used to receive charging input from the charger; the power management module is used to connect the power supply, the charging management module and the processor 110 .
移动通信模块130可以包括但不限于天线、功率放大器、滤波器、低噪声放大器(Low Noise Amplify,LNA)等。移动通信模块130可以提供应用在手机300上的包括2G/3G/4G/5G等无线通信的解决方案。移动通信模块130可以由天线接收电磁波,并对接收的电磁波进行滤波,放大等处理,传送至调制解调处理器进行解调。移动通信模块130还可以对经调制解调处理器调制后的信号放大,经天线转为电磁波辐射出去。在一些实施例中,移动通信模块130的至少部分功能模块可以被设置于处理器110中。在一些实施例中,移动通信模块130至少部分功能模块可以与处理器110的至少部分模块被设置在同一个器件中。 The mobile communication module 130 may include, but is not limited to, an antenna, a power amplifier, a filter, a low noise amplifier (LNA), etc. The mobile communication module 130 can provide wireless communication solutions including 2G/3G/4G/5G applied on the mobile phone 300 . The mobile communication module 130 can receive electromagnetic waves through an antenna, perform filtering, amplification and other processing on the received electromagnetic waves, and transmit them to the modem processor for demodulation. The mobile communication module 130 can also amplify the signal modulated by the modem processor and convert it into electromagnetic waves through the antenna for radiation. In some embodiments, at least part of the functional modules of the mobile communication module 130 may be disposed in the processor 110 . In some embodiments, at least part of the functional modules of the mobile communication module 130 may be provided in the same device as at least part of the modules of the processor 110 .
无线通信模块120可以包括天线,并经由天线实现对电磁波的收发。无线通信模块120可以提供应用在手机300上的包括无线局域网(Wireless Local Area Networks,WLAN)(如无线保真(Wireless Fidelity,Wi-Fi)网络),蓝牙(Bluetooth,BT),全球导航卫星系统(Global Navigation Satellite System,GNSS),调频(Frequency Modulation,FM),近距离无线通信技术(Near Field Communication,NFC),红外技术(Infrared,IR)等无线通信的解决方案。手机300可以通过无线通信技术与网络以及其他设备进行通信。The wireless communication module 120 may include an antenna, and implements the transmission and reception of electromagnetic waves via the antenna. The wireless communication module 120 can provide applications on the mobile phone 300 including Wireless Local Area Networks (WLAN) (such as Wireless Fidelity (Wi-Fi) network), Bluetooth (Bluetooth, BT), and Global Navigation Satellite System. (Global Navigation Satellite System, GNSS), Frequency Modulation (FM), Near Field Communication (NFC), Infrared (IR) and other wireless communication solutions. The mobile phone 300 can communicate with the network and other devices through wireless communication technology.
在一些实施例中,手机300的移动通信模块130和无线通信模块120也可以位于同一模块中。In some embodiments, the mobile communication module 130 and the wireless communication module 120 of the mobile phone 300 may also be located in the same module.
摄像头170用于捕获静态图像或视频。景物通过镜头生成的光学图像投射到感光元件。感光元件把光信号转换成电信号,之后将电信号传递给ISP(Image Signal Processor,图像信号处理器)转换成数字图像信号。手机300可以通过ISP,摄像头170,视频编解码器,GPU(Graphic Processing Unit,图形处理器),显示屏102以及应用处理器等实现拍摄功能。Camera 170 is used to capture still images or video. The optical image generated by the lens is projected onto the photosensitive element. The photosensitive element converts the optical signal into an electrical signal, and then passes the electrical signal to the ISP (Image Signal Processor) to convert it into a digital image signal. The mobile phone 300 can realize the shooting function through the ISP, camera 170, video codec, GPU (Graphic Processing Unit, graphics processor), display screen 102 and application processor.
显示屏102包括显示面板。显示面板可以采用液晶显示屏(Liquid Crystal Display,LCD),有机发光二极管(Organic Light-emitting Diode,OLED),有源矩阵有机发光二极体或主动矩阵有机发光二极体(Active-matrix Organic Lght-emitting Diode的,AMOLED),柔性发光二极管(Flex Light-emitting Diode,FLED),Mini LED,Micro LED,Micro OLED,量子点发光二极管(Quantum Dot Light-emitting Diodes,QLED)等。Display 102 includes a display panel. The display panel can use a liquid crystal display (LCD), an organic light-emitting diode (OLED), an active-matrix organic light-emitting diode or an active-matrix organic light-emitting diode (Active-matrix Organic Lght). -emitting Diode, AMOLED), Flexible Light-emitting Diode (FLED), Mini LED, Micro LED, Micro OLED, Quantum Dot Light-emitting Diodes (QLED), etc.
传感器模块190可以包括接近光传感器、压力传感器,陀螺仪传感器,气压传感器,磁传感器,加速度传感器,距离传感器,指纹传感器,温度传感器,触摸传感器,环境光传感器,骨传导传感器等。The sensor module 190 may include a proximity light sensor, a pressure sensor, a gyroscope sensor, an air pressure sensor, a magnetic sensor, an acceleration sensor, a distance sensor, a fingerprint sensor, a temperature sensor, a touch sensor, an ambient light sensor, a bone conduction sensor, and the like.
音频模块150可以将数字音频信息转换成模拟音频信号输出,或者将模拟音频输入转换为数字音频信号。音频模块150还可以用于对音频信号编码和解码。在一些实施例中,音频模块150可以设置于处理器110中,或将音频模块150的部分功能模块设置于处理器110中。在一些实施例中,音频模块150可以包括扬声器、听筒、麦克风以及耳机接口。The audio module 150 may convert digital audio information into an analog audio signal output, or convert an analog audio input into a digital audio signal. Audio module 150 may also be used to encode and decode audio signals. In some embodiments, the audio module 150 may be disposed in the processor 110 , or some functional modules of the audio module 150 may be disposed in the processor 110 . In some embodiments, audio module 150 may include speakers, earpieces, microphones, and headphone jacks.
接口模块160包括外部存储器接口、通用串行总线(Universal Serial Bus,USB)接口及用户标识模块(Subscriber Identification Module,SIM)卡接口等。其中外部存储器接口可以用于连接外部存储卡,例如Micro SD卡,实现扩展手机300的存储能力。外部存储卡通过外部存储器接口与处理器110通信,实现数据存储功能。通用串行总线接口用于手机300和其他手机进行通信。用户标识模块卡接口用于与安装至手机300的SIM卡进行通信。The interface module 160 includes an external memory interface, a universal serial bus (Universal Serial Bus, USB) interface, a subscriber identification module (Subscriber Identification Module, SIM) card interface, etc. The external memory interface can be used to connect an external memory card, such as a Micro SD card, to expand the storage capacity of the mobile phone 300. The external memory card communicates with the processor 110 through the external memory interface to implement the data storage function. The universal serial bus interface is used by mobile phone 300 to communicate with other mobile phones. The subscriber identity module card interface is used to communicate with the SIM card installed in the mobile phone 300.
在一些实施例中,手机300还包括按键101、马达以及指示器等。其中,按键101可以包括音量键、开/关机键等。马达用于使手机300产生振动效果。指示器可以包括激光指示器、射频指示器、LED指示器等。In some embodiments, the mobile phone 300 also includes buttons 101, motors, indicators, etc. Among them, the keys 101 may include volume keys, on/off keys, etc. The motor is used to make the mobile phone 300 produce a vibration effect. Indicators may include laser pointers, radio frequency indicators, LED indicators, etc.
可以理解的是,本发明实施例示意的结构并不构成对手机300的具体限定。在本申请另一些实施例中,手机300可以包括比图示更多或更少的部件,或者组合某些部件,或者拆分某些部件,或者不同的部件布置。图示的部件可以以硬件,软件或软件和硬件的组合实现。It can be understood that the structure illustrated in the embodiment of the present invention does not constitute a specific limitation on the mobile phone 300. In other embodiments of the present application, the mobile phone 300 may include more or fewer components than shown in the figures, or combine some components, or split some components, or arrange different components. The components illustrated may be implemented in hardware, software, or a combination of software and hardware.
本申请公开的机制的各实施例可以被实现在硬件、软件、固件或这些实现方法的组合中。本申请的实施例可实现为在可编程系统上执行的计算机程序或程序代码,该可编程系统包括至少一个处理器、存储系统(包括易失性和非易失性存储器和/或存储元件)、至少一个输入设备以及至少一个输出设备。Various embodiments of the mechanisms disclosed in this application may be implemented in hardware, software, firmware, or a combination of these implementation methods. Embodiments of the present application may be implemented as a computer program or program code executing on a programmable system including at least one processor, a storage system (including volatile and non-volatile memory and/or storage elements) , at least one input device and at least one output device.
可将程序代码应用于输入指令,以执行本申请描述的各功能并生成输出信息。可以按已知方式将输出信息应用于一个或多个输出设备。为了本申请的目的,处理系统包括具有诸如例如数字信号处理器(Digital Signal Processor,DSP)、微控制器、专用集成电路(Application Specific Integrated Circuit,ASIC)或微处理器之类的处理器的任何系统。Program code may be applied to input instructions to perform the functions described herein and to generate output information. Output information can be applied to one or more output devices in a known manner. For the purposes of this application, a processing system includes any processor having a processor such as, for example, a Digital Signal Processor (DSP), a microcontroller, an Application Specific Integrated Circuit (ASIC), or a microprocessor. system.
程序代码可以用高级程序化语言或面向对象的编程语言来实现,以便与处理系统通信。在需要时,也可用汇编语言或机器语言来实现程序代码。事实上,本申请中描述的机制不限于任何特定编程语言的范围。在任一情形下,该语言可以是编译语言或解释语言。Program code may be implemented in a high-level procedural language or an object-oriented programming language to communicate with the processing system. When necessary, assembly language or machine language can also be used to implement program code. In fact, the mechanisms described in this application are not limited to the scope of any particular programming language. In either case, the language may be a compiled or interpreted language.
在一些情况下,所公开的实施例可以以硬件、固件、软件或其任何组合来实现。所公开的实施例还可以被实现为由一个或多个暂时或非暂时性机器可读(例如,计算机可读)存储介质承载或存储在其上的指令,其可以由一个或多个处理器读取和执行。例如,指令可以通过网络或通过其他计算机可读介质分发。因此,机器可读介质可以包括用于以机器(例如,计算机)可读的形式存储或传输信息的任何机制,包括但不限于,软盘、光盘、光碟、只读存储器(CD-ROMs)、磁光盘、只读存储器(Read Only Memory, ROM)、随机存取存储器(Random Access Memory,RAM)、可擦除可编程只读存储器(Erasable Programmable Read Only Memory,EPROM)、电可擦除可编程只读存储器(Electrically Erasable Programmable Read-Only Memory,EEPROM)、磁卡或光卡、闪存、或用于利用因特网以电、光、声或其他形式的传播信号来传输信息(例如,载波、红外信号数字信号等)的有形的机器可读存储器。因此,机器可读介质包括适合于以机器(例如计算机)可读的形式存储或传输电子指令或信息的任何类型的机器可读介质。In some cases, the disclosed embodiments may be implemented in hardware, firmware, software, or any combination thereof. The disclosed embodiments may also be implemented as instructions carried on or stored on one or more transitory or non-transitory machine-readable (e.g., computer-readable) storage media, which may be operated by one or more processors Read and execute. For example, instructions may be distributed over a network or through other computer-readable media. Thus, machine-readable media may include any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer), including, but not limited to, floppy disks, optical disks, optical disks, read-only memories (CD-ROMs), magnetic CD, Read Only Memory, ROM), random access memory (Random Access Memory, RAM), erasable programmable read only memory (Erasable Programmable Read Only Memory, EPROM), electrically erasable programmable read only memory (Electrically Erasable Programmable Read-Only Memory) , EEPROM), magnetic or optical card, flash memory, or tangible machine-readable memory used to transmit information (for example, carrier waves, infrared signals, digital signals, etc.) using electrical, optical, acoustic or other forms of propagation signals over the Internet. Thus, machine-readable media includes any type of machine-readable media suitable for storing or transmitting electronic instructions or information in a form readable by a machine (eg, computer).
在附图中,可以以特定布置和/或顺序示出一些结构或方法特征。然而,应该理解,可能不需要这样的特定布置和/或排序。而是,在一些实施例中,这些特征可以以不同于说明性附图中所示的方式和/或顺序来布置。另外,在特定图中包括结构或方法特征并不意味着暗示在所有实施例中都需要这样的特征,并且在一些实施例中,可以不包括这些特征或者可以与其他特征组合。In the drawings, some structural or methodological features may be shown in specific arrangements and/or orders. However, it should be understood that such specific arrangement and/or ordering may not be required. Rather, in some embodiments, the features may be arranged in a different manner and/or order than shown in the illustrative figures. Additionally, the inclusion of structural or methodological features in a particular figure is not meant to imply that such features are required in all embodiments, and in some embodiments these features may not be included or may be combined with other features.
需要说明的是,本申请各设备实施例中提到的各单元/模块都是逻辑单元/模块,在物理上,一个逻辑单元/模块可以是一个物理单元/模块,也可以是一个物理单元/模块的一部分,还可以以多个物理单元/模块的组合实现,这些逻辑单元/模块本身的物理实现方式并不是最重要的,这些逻辑单元/模块所实现的功能的组合才是解决本申请所提出的技术问题的关键。此外,为了突出本申请的创新部分,本申请上述各设备实施例并没有将与解决本申请所提出的技术问题关系不太密切的单元/模块引入,这并不表明上述设备实施例并不存在其它的单元/模块。It should be noted that each unit/module mentioned in each device embodiment of this application is a logical unit/module. Physically, a logical unit/module can be a physical unit/module, or it can be a physical unit/module. Part of the module can also be implemented as a combination of multiple physical units/modules. The physical implementation of these logical units/modules is not the most important. The combination of functions implemented by these logical units/modules is what solves the problem of this application. Key technical issues raised. In addition, in order to highlight the innovative part of this application, the above-mentioned equipment embodiments of this application do not introduce units/modules that are not closely related to solving the technical problems raised by this application. This does not mean that the above-mentioned equipment embodiments do not exist. Other units/modules.
需要说明的是,在本专利的示例和说明书中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。It should be noted that in the examples and descriptions of this patent, relational terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply There is no such actual relationship or sequence between these entities or operations. Furthermore, the terms "comprises," "comprises," or any other variations thereof are intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus that includes a list of elements includes not only those elements, but also those not expressly listed other elements, or elements inherent to the process, method, article or equipment. Without further limitation, an element defined by the statement "comprises a" does not exclude the presence of additional identical elements in a process, method, article, or device that includes the stated element.
虽然通过参照本申请的某些优选实施例,已经对本申请进行了图示和描述,但本领域的普通技术人员应该明白,可以在形式上和细节上对其作各种改变,而不偏离本申请的精神和范围。 Although the present application has been illustrated and described with reference to certain preferred embodiments thereof, it will be understood by those of ordinary skill in the art that various changes may be made in form and detail without departing from the present invention. The spirit and scope of the application.

Claims (14)

  1. 一种广告推送方法,用于客户终端设备,其特征在于,包括:An advertisement push method, used for client terminal devices, is characterized by including:
    接收广告推送服务器发送的广告,其中,所述广告由所述广告推送服务器根据与所述客户终端设备相关的推送策略确定;Receive an advertisement sent by an advertisement push server, wherein the advertisement is determined by the advertisement push server according to a push policy related to the client terminal device;
    接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求;Receive network access requests sent by user terminals using HTTP or HTTPS protocols;
    对所述网络访问请求进行重定向,并连同所述重定向向用户终端发送所述广告。The network access request is redirected, and the advertisement is sent to the user terminal together with the redirection.
  2. 根据权利要求1所述的方法,其特征在于,接收广告推送服务器发送的广告,包括,包括:The method according to claim 1, characterized in that receiving advertisements sent by the advertisement push server includes:
    接收来自广告推送服务器的广告;Receive advertisements from ad push servers;
    确定所述广告由符合预设条件的广告推送对象所发送;Determine that the advertisement is sent by an advertisement push object that meets the preset conditions;
    保存所述广告。Save said ad.
  3. 根据权利要求2所述的方法,其特征在于,所述预设条件包括所述广告对应的广告推送标识位于白名单中。The method according to claim 2, wherein the preset condition includes that the advertisement push identifier corresponding to the advertisement is in a white list.
  4. 根据权利要求1所述的方法,其特征在于,接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求,包括:The method according to claim 1, characterized in that receiving a network access request using the HTTP or HTTPS protocol sent by the user terminal includes:
    接收来自用户终端的使用HTTP或HTTPS协议的网络访问请求;Receive network access requests from user terminals using HTTP or HTTPS protocols;
    确定所述网络访问请求对应的所述用户终端不属于广告推送排除对象。It is determined that the user terminal corresponding to the network access request does not belong to the advertisement push exclusion object.
  5. 根据权利要求4所述的方法,其特征在于,连同所述重定向向用户终端发送所述广告,包括:The method according to claim 4, characterized in that sending the advertisement to the user terminal together with the redirection includes:
    根据所述广告生成相应的广告网页;Generate corresponding advertising web pages based on the advertisements;
    连同所述重定向向用户终端发送所述广告网页,以使所述用户终端展示所述广告网页并向所述客户终端设备返回终端标识。The advertising web page is sent to the user terminal together with the redirection, so that the user terminal displays the advertising web page and returns a terminal identification to the client terminal device.
  6. 根据权利要求5所述的方法,其特征在于,该方法还包括:The method of claim 5, further comprising:
    根据接收的所述终端标识,将所述用户终端确定为广告推送排除对象。According to the received terminal identification, the user terminal is determined as an advertisement push exclusion object.
  7. 根据权利要求1所述的方法,其特征在于,对所述网络访问请求进行重定向,包括:The method according to claim 1, characterized in that redirecting the network access request includes:
    根据所述网络访问请求生成重定向数据包,其中,所述重定向数据包用于告知所述用户终端重发所述网络访问请求。A redirection data packet is generated according to the network access request, where the redirection data packet is used to inform the user terminal to resend the network access request.
  8. 根据权利要求7所述的方法,其特征在于,对所述网络访问请求进行重定向,并连同所述重定向向用户终端发送所述广告,包括:The method according to claim 7, characterized in that redirecting the network access request and sending the advertisement to the user terminal together with the redirection includes:
    设置所述重定向数据包的响应码为307状态码或302状态码并将所述广告保存在所述重定向数据包中,向用户终端发送所述重定向数据包。Set the response code of the redirection data packet to a 307 status code or a 302 status code, save the advertisement in the redirection data packet, and send the redirection data packet to the user terminal.
  9. 根据权利要求1所述的方法,其特征在于,所述广告以短信方式发送至所述客户终端设备。The method of claim 1, wherein the advertisement is sent to the client terminal device in the form of a text message.
  10. 根据权利要求9所述的方法,其特征在于,所述广告至少包括如下一项:文字内容、网页链接。The method according to claim 9, characterized in that the advertisement includes at least one of the following: text content and web link.
  11. 一种广告推送装置,其特征在于,所述装置包括:An advertising push device, characterized in that the device includes:
    广告接收模块,用于接收广告推送服务器发送的广告,其中,所述广告由所述广告推送服务器根据与客户终端设备相关的推送策略确定;An advertisement receiving module, configured to receive advertisements sent by the advertisement push server, wherein the advertisements are determined by the advertisement push server according to the push strategy related to the client terminal device;
    请求接收模块,用于接收用户终端发送的使用HTTP或HTTPS协议的网络访问请求;The request receiving module is used to receive network access requests using the HTTP or HTTPS protocol sent by the user terminal;
    发送模块,用于对所述网络访问请求进行重定向,并连同所述重定向向用户终端发送所述广告。 A sending module, configured to redirect the network access request and send the advertisement to the user terminal together with the redirection.
  12. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有指令,该指令在计算机上执行时使计算机执行权利要求1-10中任一项所述的广告推送方法。A computer-readable storage medium, characterized in that instructions are stored on the computer-readable storage medium, and when the instructions are executed on a computer, they cause the computer to execute the advertisement push method described in any one of claims 1-10.
  13. 一种电子设备,其特征在于,包括:An electronic device, characterized by including:
    存储器,用于存储由电子设备的一个或多个处理器执行的指令,以及,memory for storing instructions for execution by one or more processors of the electronic device, and,
    处理器,是电子设备的处理器之一,用于执行权利要求1-10中任一项所述的广告推送方法。The processor is one of the processors of the electronic device, and is used to execute the advertisement pushing method described in any one of claims 1-10.
  14. 一种计算机程序产品,包括计算机程序/指令,其特征在于,该计算机程序/指令被处理器执行时实现权利要求1-10中任一项所述的广告推送方法。 A computer program product, including a computer program/instruction, characterized in that when the computer program/instruction is executed by a processor, the advertisement pushing method according to any one of claims 1-10 is implemented.
PCT/CN2023/107914 2022-07-29 2023-07-18 Advertisement pushing method and device, electronic equipment, and medium WO2024022164A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210906250.6A CN117527885A (en) 2022-07-29 2022-07-29 Advertisement pushing method and device, electronic equipment and medium
CN202210906250.6 2022-07-29

Publications (1)

Publication Number Publication Date
WO2024022164A1 true WO2024022164A1 (en) 2024-02-01

Family

ID=89705376

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/107914 WO2024022164A1 (en) 2022-07-29 2023-07-18 Advertisement pushing method and device, electronic equipment, and medium

Country Status (2)

Country Link
CN (1) CN117527885A (en)
WO (1) WO2024022164A1 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581260A (en) * 2012-08-03 2014-02-12 盛乐信息技术(上海)有限公司 System and method for customization http proxy content
CN105721549A (en) * 2016-01-20 2016-06-29 深圳创维数字技术有限公司 Router advertisement pushing method and router advertisement pushing device
CN107067280A (en) * 2017-03-30 2017-08-18 上海斐讯数据通信技术有限公司 Distinguish method and its system that user delivers different advertisements
KR20170119173A (en) * 2016-04-18 2017-10-26 에스케이플래닛 주식회사 Terminal, redirect server, advertisement managing server for targeting cross channel media, system comprising the same, control method thereof and computer readable medium having computer program recorded thereon
CN107590682A (en) * 2017-08-17 2018-01-16 深圳市元征科技股份有限公司 Advertisement placement method, server, hotspot device and system
KR20180013254A (en) * 2016-07-29 2018-02-07 주식회사 이루온 System and method for providing target advertisement
CN107707653A (en) * 2017-09-30 2018-02-16 深圳市元征科技股份有限公司 A kind of advertisement sending method, device and vehicle intelligent equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581260A (en) * 2012-08-03 2014-02-12 盛乐信息技术(上海)有限公司 System and method for customization http proxy content
CN105721549A (en) * 2016-01-20 2016-06-29 深圳创维数字技术有限公司 Router advertisement pushing method and router advertisement pushing device
KR20170119173A (en) * 2016-04-18 2017-10-26 에스케이플래닛 주식회사 Terminal, redirect server, advertisement managing server for targeting cross channel media, system comprising the same, control method thereof and computer readable medium having computer program recorded thereon
KR20180013254A (en) * 2016-07-29 2018-02-07 주식회사 이루온 System and method for providing target advertisement
CN107067280A (en) * 2017-03-30 2017-08-18 上海斐讯数据通信技术有限公司 Distinguish method and its system that user delivers different advertisements
CN107590682A (en) * 2017-08-17 2018-01-16 深圳市元征科技股份有限公司 Advertisement placement method, server, hotspot device and system
CN107707653A (en) * 2017-09-30 2018-02-16 深圳市元征科技股份有限公司 A kind of advertisement sending method, device and vehicle intelligent equipment

Also Published As

Publication number Publication date
CN117527885A (en) 2024-02-06

Similar Documents

Publication Publication Date Title
US8923820B2 (en) Modified messaging server call flow for secured mobile-to-mobile messaging
CN103782652B (en) Small data communication in cordless communication network
US7606533B2 (en) Method and system for selecting data items for service requests
KR101999039B1 (en) Device triggering
CN101416542B (en) Methods and apparatus for providing an access profile system associated with a broadband wireless access network
WO2018161818A1 (en) Printing processing method, device, printing end, logistics platform, and server
US10304461B2 (en) Remote electronic service requesting and processing method, server, and terminal
US10673680B2 (en) Electronic device providing dialog contents, server and method thereof
RU2628488C2 (en) Method, terminal device and server for nfc data transfer
US9591524B2 (en) Method and apparatus for transmitting data in network system, and data transmission system
WO2020164526A1 (en) Control method for nodes in distributed system and related device
CN104935744A (en) Verification code display method, verification code display device and mobile terminal
CN107436816B (en) Message delivery control method, system and terminal
US8171541B2 (en) Enabling provider network inter-working with mobile access
US10021512B2 (en) Switching to advertising locator after connection establishment
CN107181755B (en) Identity recognition method, device and system for office platform
CN112087362B (en) Message forwarding method and device between clients and terminal
US20140051392A1 (en) Method and apparatus for collaborative web resource delivery
CA3073190C (en) Mobile number verification for mobile network-based authentication
US20140098644A1 (en) Chirp to control devices
CN112995005B (en) Virtual network data exchange method and device
US20150120511A1 (en) Method and terminal for submitting order
WO2024022164A1 (en) Advertisement pushing method and device, electronic equipment, and medium
CN109076317A (en) Verify the method and server of message legitimacy
Kumar et al. Bluetooth

Legal Events

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

Ref document number: 23845376

Country of ref document: EP

Kind code of ref document: A1