CN110531912B - Page skipping method and device - Google Patents

Page skipping method and device Download PDF

Info

Publication number
CN110531912B
CN110531912B CN201910718188.6A CN201910718188A CN110531912B CN 110531912 B CN110531912 B CN 110531912B CN 201910718188 A CN201910718188 A CN 201910718188A CN 110531912 B CN110531912 B CN 110531912B
Authority
CN
China
Prior art keywords
jump
page
information
server
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910718188.6A
Other languages
Chinese (zh)
Other versions
CN110531912A (en
Inventor
孔嘉聪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wireless Life Hangzhou Information Technology Co ltd
Original Assignee
Wireless Life Hangzhou Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wireless Life Hangzhou Information Technology Co ltd filed Critical Wireless Life Hangzhou Information Technology Co ltd
Priority to CN201910718188.6A priority Critical patent/CN110531912B/en
Publication of CN110531912A publication Critical patent/CN110531912A/en
Application granted granted Critical
Publication of CN110531912B publication Critical patent/CN110531912B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser

Abstract

The disclosure relates to a page jump method and a device, wherein the method comprises the following steps: monitoring page jump operation; acquiring and recording jump information corresponding to the page jump operation; and after jumping to a target page based on the page jump operation, reporting the jump information to a server so that the server tracks the operation behavior of the user page. According to the technical scheme, the jump information can be reported to the server after the jump operation is carried out to the target page based on the page jump operation, so that the situation that the reported behavior and the jump behavior compete due to the fact that the jump information is reported while the jump page is carried out based on the page jump operation can be avoided, the jump is influenced or the reported jump information is lost, and further the loss rate of the jump information when the page jump behavior is executed is greatly reduced.

Description

Page skipping method and device
Technical Field
The present disclosure relates to the field of page processing technologies, and in particular, to a page jump method and apparatus.
Background
At present, user behavior is generally divided into two types, namely non-skip clicking and skip clicking, and the difference between skip and non-skip is that when skip clicking occurs, a page triggers a page closing event, and reporting of the click event is affected. Specifically, in the browser, a page navigation behavior when a jump occurs when a click is made and a request for establishing a connection between the browser and a server and sending reported jump information exist in two threads, so that the two threads compete, that is, when a user clicks a page jump control to jump, the jump information of a current page is usually reported while jumping, but competition occurs at the moment, and if the page jumps to another page after the page navigation behavior occurs before sending the request for reporting the jump information, the report request cannot be sent successfully, so that the jump information of the current page to be reported is lost, and further, the server cannot record and track the user page operation behavior.
Disclosure of Invention
The embodiment of the disclosure provides a page jump method and device. The technical scheme is as follows:
according to a first aspect of the embodiments of the present disclosure, a page jump method is provided, including:
monitoring page jump operation;
acquiring and recording jump information corresponding to the page jump operation;
and after jumping to a target page based on the page jump operation, reporting the jump information to a server so that the server tracks the operation behavior of the user page.
In an embodiment, the obtaining and recording jump information corresponding to the page jump operation includes:
acquiring a query identifier corresponding to the page jump operation;
and correspondingly storing the query identification and the skip information in the Cookie of the current browser.
In one embodiment, the method further comprises:
determining a jump link corresponding to the target page based on the page jump operation;
acquiring a current user identifier and the characteristics of the current browser;
generating a plurality of bit random character strings based on the current user identification, the characteristics of the current browser and the jump link;
and acquiring the query identification based on the random character string.
In one embodiment, the method further comprises:
determining a jump link corresponding to the target page based on the page jump operation;
adding the query identifier to a jump link corresponding to the target page to form a new jump link;
after jumping to a target page based on the page jump operation, reporting the jump information to a server, including:
after jumping to the target page based on the new jump link, reading the query identification from the new jump link;
inquiring corresponding skip information from the Cookie based on the inquiry identification;
and reporting the skip information to the server.
In one embodiment, the method further comprises:
and after the skip information is reported to a server, deleting the Cookie storing the skip information in the current browser.
According to a second aspect of the embodiments of the present disclosure, there is provided a page jump apparatus, including:
the monitoring module is used for monitoring page jump operation;
the first processing module is used for acquiring and recording the jump information corresponding to the page jump operation;
and the second processing module is used for reporting the jump information to a server after jumping to a target page based on the page jump operation so as to enable the server to track the operation behavior of the user page.
In one embodiment, the first processing module comprises:
the obtaining sub-module is used for obtaining a query identifier corresponding to the page jump operation;
and the storage sub-module is used for correspondingly storing the query identifier and the skip information in the Cookie of the current browser.
In one embodiment, the apparatus further comprises:
a first determining module, configured to determine, based on the page jump operation, a jump link corresponding to the target page;
the first acquisition module is used for acquiring the current user identification and the characteristics of the current browser;
a generating module, configured to generate a plurality of bit random character strings based on the current user identifier, the characteristics of the current browser, and the jump link;
and the second acquisition module is used for acquiring the query identifier based on the random character string.
In one embodiment, the apparatus further comprises:
a second determining module, configured to determine, based on the page jump operation, a jump link corresponding to the target page;
the adding module is used for adding the query identifier to the jump link corresponding to the target page to form a new jump link;
the second processing module comprises:
the reading sub-module is used for reading the query identifier from the new jump link after jumping to the target page based on the new jump link;
the query submodule is used for querying corresponding skip information from the Cookie based on the query identification;
and the reporting submodule is used for reporting the skip information to the server.
In one embodiment, the apparatus further comprises:
and the deleting module is used for deleting the Cookie storing the skip information in the current browser after the skip information is reported to the server.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
after the page jump operation is monitored, jump information corresponding to the page jump operation can be obtained and recorded, then the jump information is reported to the server after the jump to a target page based on the page jump operation, the situation that the reported behavior competes with the jump behavior due to the fact that the jump information is reported while the page is jumped based on the page jump operation can be avoided, the jump is influenced or the reported jump information is lost, and further the loss rate of the jump information when the page jump behavior is executed is greatly reduced, the original 50% is reduced to the 0% loss rate of a non-third-party page, the accuracy rate of the page jump behavior can be improved by 50%, and a service provider can more accurately count user behaviors based on the jump information.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow diagram illustrating a page jump method in accordance with an exemplary embodiment.
FIG. 2A is a flow diagram illustrating another page jump method in accordance with an illustrative embodiment.
FIG. 2B is a flow diagram illustrating yet another page jump method in accordance with an illustrative embodiment.
FIG. 3 is a block diagram illustrating a page jump apparatus in accordance with an exemplary embodiment.
FIG. 4 is a block diagram illustrating another page jump apparatus in accordance with an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Fig. 1 is a flowchart illustrating a page jump method according to an exemplary embodiment, and referring to fig. 1, the method is used in a terminal and includes the following steps S101 to S103:
in step S101, a page jump operation (for a current page) is monitored; the page jump operation may be a trigger (e.g., click, long press, swipe, etc.) of a page jump control in the current page.
In step S102, jump information corresponding to the page jump operation is obtained and recorded; the skip information refers to an identifier (such as a number or a name) of a page skip control triggered by a user, a position in a current page, a unique identifier such as a link of the current page, time for monitoring a page skip operation, a skip link corresponding to the page skip control (i.e., which link the page skip control will skip to after being triggered), even commodity characteristics corresponding to the skipped page, and the like.
In step S103, after jumping to the target page based on the page jump operation, the jump information is reported to the server, so that the server tracks the user page operation behavior. The target page is the page to be jumped after the page jump operation is executed.
After the page jump operation is monitored, jump information corresponding to the page jump operation can be obtained and recorded, then the jump information is reported to the server after the jump to a target page based on the page jump operation, the situation that the reported behavior competes with the jump behavior due to the fact that the jump information is reported while the page is jumped based on the page jump operation can be avoided, the jump is influenced or the reported jump information is lost, and further the loss rate of the jump information when the page jump behavior is executed is greatly reduced, the original 50% is reduced to the 0% loss rate of a non-third-party page, the accuracy rate of the page jump behavior can be improved by 50%, and a service provider can more accurately count user behaviors based on the jump information.
As shown in fig. 2A, in an embodiment, the step S102 shown in fig. 1, namely, acquiring and recording the jump information corresponding to the page jump operation, may include steps S201 and S202:
in step S201, a query identifier corresponding to a page jump operation is obtained;
in step S202, the query identifier and the skip information are correspondingly stored in the Cookie of the current browser.
When the skip information is recorded, the query identifier corresponding to the page skip operation can be obtained first, and the query identifier is used as a key, so that the query identifier and the skip information are stored in the Cookie of the current browser where the page is located after being stored correspondingly, and therefore the key can be used as an index, so that the skip information of the page skip operation can be queried conveniently and rapidly for reporting.
In one embodiment, a jump link corresponding to a target page is determined based on page jump operation;
acquiring a current user identifier and the characteristics of a current browser;
the current user identifier is information that uniquely identifies the current user, such as an account, a name, an IP (Internet Protocol Address) Address, and the like, of the user of the current browser.
The characteristics of the current browser may be a version number of the current browser, kernel information, etc.
Generating a plurality of bit random character strings based on the current user identification, the characteristics of the current browser and the jump link; the number of bits may be 18 bits, 16 bits, etc.
And acquiring a query identifier based on the random character string.
By determining the skip connection, the current user identifier and the characteristics of the current browser, a plurality of random character strings can be generated, and then the query identifier is obtained based on the random character strings, so that the skip information can be conveniently and rapidly searched by using the query identifier. The query identifier generated in this way corresponds to the current page jump operation, and the randomness is provided to ensure the security.
The query string may be the first 6 bits or the last 6 bits of the random string, etc.
In one embodiment, the method further comprises:
determining a jump link corresponding to a target page based on page jump operation;
adding the query identifier to a jump link corresponding to the target page to form a new jump link;
in the related technology, all the jump information is usually added to the jump link so as to report the page jump behavior while jumping, therefore, the query identifier is only added to the jump link, and compared with the related technology, the method can shorten the length of the jump link and avoid the problem of analysis caused by the overlong new jump link. Meanwhile, after the jump is finished, the high precision of the jump information of the current page before the jump can be ensured by reporting, and the page jump performance is greatly improved.
After jumping to a target page based on a page jump operation, reporting jump information to a server, wherein the jump information comprises:
after jumping to a target page based on the new jump link, reading a query identifier from the new jump link;
inquiring corresponding skip information from the Cookie based on the inquiry identification;
and reporting the skip information to a server.
After the jump link corresponding to the target page is determined, the query identifier can be automatically added to the jump link so as to form a new jump link, then the new jump link is utilized to jump to the target page, the query identifier is read from the new jump link, then the corresponding jump information is queried from the corresponding relation by utilizing the query identifier and the corresponding relation between the query identifier and the jump information, and the jump information is reported to a server so as to track the page jump operation of a user by utilizing the jump information.
In one embodiment, the method further comprises:
and after the skip information is reported to the server, deleting the Cookie storing the skip information in the current browser.
After the skip information is reported, the Cookie storing the skip information in the current browser can be deleted, so that repeated reporting of skip operation of page skipping caused by page resetting behaviors such as refreshing, forward and backward and the like is avoided.
The technical solution of the present invention will be further described in detail with reference to fig. 2B:
in step S203, the user clicks the page jump button of the current page to perform jump clicking.
In step S204, a new spider-token is generated and spliced onto the jump url. The spider-token is the random 4 bits in the random character string of several bits in the above, i.e. the query identifier in the above.
In step S205, it is determined whether the jumped link is the same domain name as the current link?
In step S206, if the domain name is the same, the current click behavior is stored in the current domain name cookie, and the key is the pointer-token value.
In step S207, if the domain names belong to different domain names, the cookie read-write interface of the request server writes a cookie with a pointer-token value as key and a skip information as value into the company main domain.
In step S211, after jumping to another page based on the jump click, the user side takes the spider-token out of the jump url.
In step S212, it is determined whether a cookie with the value of spider-token as key is queried in the front end?
In step S213, if the query is found, the cookie is taken out and reported, that is, the skip information stored in the cookie is reported.
In step S214, if the domain name is not queried, then determine whether the current domain name of the jump link is a company main domain name?
In step S215, if the domain name is not the master domain name, the cookie read-write interface on the server side is requested to read the value of the cookie with the client-token value as key.
In step S216, if the domain name is the primary domain name, the token is prompted to be deleted after being used.
In step S208, the server determines whether there is a value in the incoming parameters of the jump url?
If not, in step S209, a read operation is performed, which indicates that the front-end caller wishes to attempt to acquire cookie information from the main domain name, and the value of the cookie, whose cookie value is key, is read from the main domain name. Of course, if so, a write operation is performed to write the value of the cookie with the divider-token value as key to the primary domain name.
In step S210, the value of the cookie with the divider-token value as key is returned.
In step S217, the cookie value is reported.
The technical solution of the present invention will be further explained in detail below:
according to the embedded point technology, when a user enters a browser to browse a page, click event monitoring is added to a global event. When a user clicks a certain element on the current page and the current clicked element is a page jump element, the following operations are carried out:
and the service party marks the embedded point on the page jump element, and the embedded point script extracts the embedded point content of the element from the current click element and converts the embedded point content into a JSON character string for later cookie storage.
And generating a string of 16-bit random character strings by using the sha1 algorithm according to the information of the current jump link, the user id, the browser characteristics and the like, and taking the first 4 bits as the key for storing the cookie later. Meanwhile, the value (namely the 4-bit number) is used as a parameter to be added to the jump link and is acquired when the next page (namely the page corresponding to the jump link) is opened.
And calling a back-end interface of the company main domain, taking the value generated in the second step (namely the 4-bit number) as a cookie key, and taking the value generated in the first step as a specific value of the cookie (namely jump information and also buried point content). The current behavior is stored under the company home domain in the form of a cookie for 60 seconds.
And (3) taking out the cookie to report after the jump page is opened:
and the user enters a jump page, and the embedded point script acquires the parameters in the current link after the page is opened. Thereby obtaining the cookie key of the last page jump click behavior.
And judging whether the current page link has the specified parameters (namely the keys formed by the 4 digits), and if not, not reporting. If so, the last page jump click behavior is taken from the cookie keyed by the value.
And judging whether the jump click behavior (namely jump information) exists in the cookie, if not, not reporting. If the cookie exists, the cookie is taken out and reported, a rear-end interface is called, and the cookie is deleted, so that repeated reporting caused by refreshing, forward and backward is avoided.
The following are embodiments of the disclosed apparatus that may be used to perform embodiments of the disclosed methods.
FIG. 3 is a block diagram illustrating a page jump apparatus according to an exemplary embodiment, the apparatus comprising:
a monitoring module 301 configured to monitor a page jump operation;
a first processing module 302 configured to obtain and record jump information corresponding to a page jump operation;
the second processing module 303 is configured to report the jump information to the server after jumping to the target page based on the page jump operation, so that the server tracks the user page operation behavior.
As shown in fig. 4, in one embodiment, the first processing module 302 may include:
the obtaining sub-module 3021 is configured to obtain a query identifier corresponding to a page jump operation;
the storage sub-module 3022 is configured to correspondingly store the query identifier and the skip information in a Cookie of the current browser.
In one embodiment, the apparatus further comprises:
the first determining module is configured to determine a jump link corresponding to a target page based on page jump operation;
the first acquisition module is configured to acquire a current user identifier and characteristics of a current browser;
a generation module configured to generate a number of bit random strings based on the current user identification, the characteristics of the current browser, and the jump link;
and the second acquisition module is configured to acquire the query identification based on the random character string.
In one embodiment, the apparatus further comprises:
the second determination module is configured to determine a jump link corresponding to the target page based on the page jump operation;
the adding module is configured to add the query identifier to the jump link corresponding to the target page to form a new jump link;
the second processing module comprises:
the reading sub-module is configured to read the query identifier from the new jump link after jumping to the target page based on the new jump link;
the query submodule is configured to query corresponding skip information from the Cookie based on the query identification;
and the reporting submodule is configured to report the skip information to the server.
In one embodiment, the apparatus further comprises:
and the deleting module is configured to delete the Cookie storing the jumping information in the current browser after the jumping information is reported to the server.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (4)

1. A page jump method, comprising:
monitoring page jump operation;
acquiring and recording jump information corresponding to the page jump operation;
after jumping to a target page based on the page jumping operation, reporting the jumping information to a server so that the server tracks the operation behavior of a user page;
the obtaining and recording of the jump information corresponding to the page jump operation includes:
acquiring a query identifier corresponding to the page jump operation;
correspondingly storing the query identification and the skip information in a Cookie of the current browser;
determining a jump link corresponding to the target page based on the page jump operation;
adding the query identifier to a jump link corresponding to the target page to form a new jump link;
after jumping to a target page based on the page jump operation, reporting the jump information to a server, including:
after jumping to the target page based on the new jump link, reading the query identification from the new jump link;
inquiring corresponding skip information from the Cookie based on the inquiry identification;
reporting the skip information to the server;
the method further comprises the following steps:
determining a jump link corresponding to the target page based on the page jump operation;
acquiring a current user identifier and the characteristics of the current browser;
generating a plurality of bit random character strings based on the current user identification, the characteristics of the current browser and the jump link;
obtaining the query identifier based on the random character string, wherein the query identifier comprises: 4 bits or 6 bits in a random string.
2. The method of claim 1, wherein the method further comprises:
and after the skip information is reported to a server, deleting the Cookie storing the skip information in the current browser.
3. A page jump apparatus, comprising:
the monitoring module is used for monitoring page jump operation;
the first processing module is used for acquiring and recording the jump information corresponding to the page jump operation;
the second processing module is used for reporting the jump information to a server after jumping to a target page based on the page jump operation so as to enable the server to track the operation behavior of a user page;
the first processing module comprises:
the obtaining sub-module is used for obtaining a query identifier corresponding to the page jump operation;
the storage sub-module is used for correspondingly storing the query identifier and the skip information in a Cookie of the current browser;
a second determining module, configured to determine, based on the page jump operation, a jump link corresponding to the target page;
the adding module is used for adding the query identifier to the jump link corresponding to the target page to form a new jump link;
the second processing module comprises:
the reading sub-module is used for reading the query identifier from the new jump link after jumping to the target page based on the new jump link;
the query submodule is used for querying corresponding skip information from the Cookie based on the query identification;
the reporting submodule is used for reporting the jumping information to the server;
the device further comprises:
a first determining module, configured to determine, based on the page jump operation, a jump link corresponding to the target page;
the first acquisition module is used for acquiring the current user identification and the characteristics of the current browser;
a generating module, configured to generate a plurality of bit random character strings based on the current user identifier, the characteristics of the current browser, and the jump link;
a second obtaining module, configured to obtain the query identifier based on the random character string, where the query identifier includes: 4 bits or 6 bits in a random string.
4. The apparatus of claim 3, wherein the apparatus further comprises:
and the deleting module is used for deleting the Cookie storing the skip information in the current browser after the skip information is reported to the server.
CN201910718188.6A 2019-08-05 2019-08-05 Page skipping method and device Active CN110531912B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910718188.6A CN110531912B (en) 2019-08-05 2019-08-05 Page skipping method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910718188.6A CN110531912B (en) 2019-08-05 2019-08-05 Page skipping method and device

Publications (2)

Publication Number Publication Date
CN110531912A CN110531912A (en) 2019-12-03
CN110531912B true CN110531912B (en) 2021-11-05

Family

ID=68661693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910718188.6A Active CN110531912B (en) 2019-08-05 2019-08-05 Page skipping method and device

Country Status (1)

Country Link
CN (1) CN110531912B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112804541B (en) * 2020-12-31 2023-03-17 北京奇艺世纪科技有限公司 User behavior tracking method and device, electronic equipment and storage medium
CN113139142A (en) * 2021-05-10 2021-07-20 广州欢网科技有限责任公司 Method and device for skipping pages of set top box

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144189A1 (en) * 2002-07-19 2005-06-30 Keay Edwards Electronic item management and archival system and method of operating the same
CN107688568A (en) * 2016-08-03 2018-02-13 腾讯科技(深圳)有限公司 Acquisition method and device based on web page access behavior record

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144189A1 (en) * 2002-07-19 2005-06-30 Keay Edwards Electronic item management and archival system and method of operating the same
CN107688568A (en) * 2016-08-03 2018-02-13 腾讯科技(深圳)有限公司 Acquisition method and device based on web page access behavior record

Also Published As

Publication number Publication date
CN110531912A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
US9836346B2 (en) Error troubleshooting using a correlated knowledge base
CN112019920B (en) Video recommendation method, device and system and computer equipment
BRPI0709277A2 (en) dynamic proxy method and device for online marketing campaign
CN110531912B (en) Page skipping method and device
CN112100052B (en) Playback method and device of interface test scene
CN109002521A (en) Error correction method, device and the storage medium of search key
JP6328846B2 (en) Perform media monitoring for mobile platforms using adaptive bitrate streaming and associated messaging
CN105677866A (en) Content conversion tracing method, device and system and conversion server
US20180198685A1 (en) Method and apparatus for processing delivery data, and storage medium
CN111046310A (en) Page processing method, device, server and computer readable storage medium
CN109743378B (en) Information pushing system, information pushing method and electronic equipment
CN111459811B (en) Buried point data verification method and device
CN110336770A (en) Method, apparatus, equipment and the storage medium of long-range monitoring loophole
CN110019980A (en) Index process method, apparatus, storage medium and computer equipment
CN105656979A (en) Method for processing unstructured message, client, server, and platform
CN109756762B (en) Method and device for determining terminal category
CN112671615B (en) Method, system and storage medium for collecting front-end user operation behavior data
CN111292108A (en) Order counting method, device, equipment and computer readable storage medium
CN107066510A (en) A kind of information processing method and device
CN112231517A (en) Data query method and device
CN111612550A (en) Advertisement trigger cheating identification method and device, electronic equipment and storage medium
CN113778837B (en) Page fault determination method and device, electronic equipment and storage medium
CN111242693A (en) Device identification determining method and device, electronic device and storage medium
CN112579858A (en) Data crawling method and device
CN114827731B (en) Advertisement delivery system and advertisement delivery method

Legal Events

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