[go: up one dir, main page]

HK1225470B - Method and device for providing business object in page - Google Patents

Method and device for providing business object in page Download PDF

Info

Publication number
HK1225470B
HK1225470B HK16113781.8A HK16113781A HK1225470B HK 1225470 B HK1225470 B HK 1225470B HK 16113781 A HK16113781 A HK 16113781A HK 1225470 B HK1225470 B HK 1225470B
Authority
HK
Hong Kong
Prior art keywords
information
area
business object
sub
target
Prior art date
Application number
HK16113781.8A
Other languages
Chinese (zh)
Other versions
HK1225470A1 (en
Inventor
刘晓倩
Original Assignee
阿里巴巴集团控股有限公司
Filing date
Publication date
Application filed by 阿里巴巴集团控股有限公司 filed Critical 阿里巴巴集团控股有限公司
Priority to HK16113781.8A priority Critical patent/HK1225470B/en
Publication of HK1225470A1 publication Critical patent/HK1225470A1/en
Publication of HK1225470B publication Critical patent/HK1225470B/en

Links

Description

在页面中提供业务对象信息的方法及装置Method and device for providing business object information in a page

技术领域Technical Field

本申请涉及页面信息处理技术领域,特别是涉及在页面中提供业务对象信息的方法及装置。The present application relates to the technical field of page information processing, and in particular to a method and apparatus for providing business object information in a page.

背景技术Background Art

在一些电子商务类网站的页面中,可能会出现以下情况:由于需要承载大量品牌或业务业务对象等内容,导致页面长度很长。例如,某页面中可能需要展示成百上千个业务对象的信息,这种页面一般被称为“长页面”。Some e-commerce websites may encounter pages that are very long due to the need to carry a large amount of brand or business objects. For example, a page may need to display information about hundreds or even thousands of business objects. Such pages are generally called "long pages."

对于这种长页面而言,经常出现的问题是,由于页面长度过长,用户在浏览页面内容的过程中,需要多次滚动鼠标的滚轮或者拖动浏览器的滑块等,才能查看到位于页面下方的内容,因此,页面顶部的内容往往会获得较高的曝光以及操作信息,而页面下方的内容则可能无法获得相应的操作信息,甚至可能连曝光的机会都无法得到。另外还有些长页面,可能还会将业务对象信息分成多页进行展示,排在比较靠后的页面中的业务对象,一般也会出现操作信息不高的情况。A common problem with long pages like these is that, due to their length, users need to scroll their mouse wheel or drag the browser's slider multiple times to view the content further down the page. As a result, the content at the top of the page often receives higher exposure and action information, while the content further down the page may not receive the corresponding action information or even receive no exposure at all. Furthermore, some long pages may display business object information across multiple pages, and business objects placed further down the page generally have lower action information.

对于操作信息高的内容,特别是在一些大型促销活动中,由于这部分内容将会被集中地大量访问,这使得提供这部分内容对应的服务器等网络资源承担巨大的访问压力;而且对于操作信息低的内容,由于访问量小,提供这部分内容对应的网络资源却未能充分利用,这不但造成访问网络资源浪费,而且导致负载失衡。For content with high operational information, especially in some large-scale promotional activities, since this part of the content will be accessed in large quantities in a concentrated manner, the network resources such as the servers that provide this part of the content will bear huge access pressure; and for content with low operational information, due to the small number of visits, the network resources that provide this part of the content are not fully utilized, which not only causes a waste of access network resources, but also leads to load imbalance.

因此,如何使得长页面中更多的业务业务对象信息获得曝光或者被点击的机会,充分利用网络资源,减少负载失衡,成为迫切需要本领域技术人员解决的技术问题。Therefore, how to make more business object information in long pages get exposure or click opportunities, fully utilize network resources, and reduce load imbalance has become a technical problem that urgently needs to be solved by those skilled in the art.

发明内容Summary of the Invention

本申请提供了在页面中提供业务对象信息的方法及装置,有利于均衡页面内各业务对象信息的曝光及操作信息,充分利用网络资源,减少负载失衡。The present application provides a method and apparatus for providing business object information in a page, which is conducive to balancing the exposure and operation information of each business object information in the page, making full use of network resources, and reducing load imbalance.

本申请提供了如下方案:This application provides the following solutions:

一种在页面中提供业务对象信息的方法,A method for providing business object information in a page,

在接收到页面访问请求后,提供一页面;After receiving a page access request, providing a page;

所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The page includes at least one first area and at least one second area, the first area includes information of multiple target business objects, and the second area includes multiple sub-areas, each sub-area is used to display information of at least one business object;

其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by:

对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps:

对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area;

根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the target business object's information based on the statistical results of the business object's operation information;

将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

一种在页面中提供业务对象信息的方法,A method for providing business object information in a page,

接收页面,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;Receive a page, the page including at least one first area and at least one second area, the first area including information of multiple target business objects, the second area including multiple sub-areas, each sub-area being used to display information of at least one business object;

其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by:

对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps:

对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area;

根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the target business object's information based on the statistical results of the business object's operation information;

将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

一种在页面中提供业务对象的信息的方法,所述页面内包括至少一个第一区域以及至少一个第二区域;A method for providing information of a business object in a page, wherein the page includes at least one first area and at least one second area;

所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object;

所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系;The first area includes information of a plurality of target business objects, and the information of the target business objects in the first area is associated with position information of their corresponding sub-areas;

当所述第一区域内展示的目标业务对象的信息被操作时,跳转到被操作的目标业务对象对应的子区域的位置。When the information of the target business object displayed in the first area is operated, the process jumps to the position of the sub-area corresponding to the operated target business object.

一种提供业务对象的信息的页面,所述页面内包括至少一个第一区域以及至少一个第二区域;A page providing information about a business object, the page comprising at least one first area and at least one second area;

所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object;

所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The first area includes information of multiple target business objects. The information of the target business objects in the first area is associated with the position information of the corresponding sub-areas. When the information of the target business object displayed in the first area is operated, the page jumps to the position of the sub-area corresponding to the target business object.

一种在页面中提供业务对象信息的装置,所述装置用于在接收到页面访问请求后,提供一页面;所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;A device for providing business object information in a web page, the device being configured to provide a web page upon receiving a web page access request; the web page comprising at least one first area and at least one second area, the first area comprising information on a plurality of target business objects, the second area comprising a plurality of sub-areas, each sub-area being configured to display information on at least one business object;

其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by:

信息统计单元,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit is configured to perform the following steps on the business objects in each sub-area through the following sub-units:

操作信息统计子单元,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics sub-unit is used to collect statistics on the operation information of the business objects displayed in the sub-area;

目标业务对象确定子单元,用于根据业务对象的操作信息的统计结果,确定目标业务对象的信息;A target business object determination subunit is used to determine information of the target business object based on statistical results of the operation information of the business object;

布局单元,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。A layout unit is used to add the information of the target business object to the first area, and to associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

一种在页面中提供业务对象信息的装置,所述装置用于接收页面,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;A device for providing business object information in a web page, the device being configured to receive a web page, the web page comprising at least one first area and at least one second area, the first area comprising information on a plurality of target business objects, the second area comprising a plurality of sub-areas, each sub-area being configured to display information on at least one business object;

其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by:

信息统计单元,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit is configured to perform the following steps on the business objects in each of the sub-areas through the following sub-units:

操作信息统计子单元,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics sub-unit is used to collect statistics on the operation information of the business objects displayed in the sub-area;

目标业务对象确定子单元,用于根据业务对象的操作信息的统计结果,确定目标业务对象的信息;A target business object determination subunit is used to determine information of the target business object based on statistical results of the operation information of the business object;

布局单元,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。A layout unit is used to add the information of the target business object to the first area, and to associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

根据本申请提供的具体实施例,本申请公开了以下技术效果:According to the specific embodiments provided in this application, this application discloses the following technical effects:

通过本申请实施例,可以将页面划分出第一区域以及第二区域,其中,第二区域内用于展示具体的业务对象的信息,而第一区域内则用于展示第二区域内操作信息符合预置条件的目标信息,并在目标信息被操作时,可以进行页面内的跳转,跳转到第二区域内该目标信息所在的位置处。因此,可以便于用户发现普遍受用户欢迎的信息,并且还可以通过这种信息带动第二区域内展示的其他信息的曝光以及点击,从而有利于均衡页面内各业务对象信息的曝光及操作信息,进而有利于使得服务器的负载均衡,提高资源的利用率。Through the embodiment of the present application, a page can be divided into a first area and a second area, wherein the second area is used to display information about specific business objects, while the first area is used to display target information whose operation information in the second area meets preset conditions. When the target information is operated, a jump can be made within the page to the location of the target information in the second area. Therefore, it is easy for users to discover information that is generally popular with users, and this information can also drive the exposure and clicks of other information displayed in the second area, thereby balancing the exposure and operation information of each business object information on the page, and further balancing the server load and improving resource utilization.

当然,实施本申请的任一产品并不一定需要同时达到以上所述的所有优点。Of course, any product implementing the present application does not necessarily need to achieve all of the advantages described above at the same time.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the following briefly introduces the drawings required for use in the embodiments. Obviously, the drawings described below are only some embodiments of the present application. For ordinary technicians in this field, other drawings can be obtained based on these drawings without creative work.

图1是本申请实施例提供的方法的流程图;FIG1 is a flow chart of a method provided in an embodiment of the present application;

图2是本申请实施例提供的第一页面布局方式示意图;FIG2 is a schematic diagram of a first page layout method provided in an embodiment of the present application;

图3是本申请实施例提供的第二页面布局方式示意图;FIG3 is a schematic diagram of a second page layout method provided in an embodiment of the present application;

图4是本申请实施例提供的装置的示意图。FIG4 is a schematic diagram of a device provided in an embodiment of the present application.

具体实施方式DETAILED DESCRIPTION

下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员所获得的所有其他实施例,都属于本申请保护的范围。The following will be combined with the accompanying drawings in the embodiments of this application to clearly and completely describe the technical solutions in the embodiments of this application. Obviously, the embodiments described are only part of the embodiments of this application, not all of the embodiments. Based on the embodiments in this application, all other embodiments obtained by ordinary technicians in this field are within the scope of protection of this application.

在本申请实施例中,为了使得长页面中的业务对象获得更多的曝光及被点击的机会,进而使得系统负载更加均衡,提高资源利用率,可以在长页面中提供至少一个第一区域以及至少一个第二区域。第一区域一般位于第二区域的上方,其中的第二区域用于展示各个业务对象的信息,因此,第二区域一般也是整个页面中面积最大的区域,可以称为“主内容区”。其中展示的每个业务对象的信息一般可能由图片和/或文字组成,并且这种业务对象信息被点击之后,通过链接等方式可以跳转到业务对象详情信息页面等其他页面。In an embodiment of the present application, in order to allow the business objects in the long page to gain more exposure and opportunities to be clicked, thereby making the system load more balanced and improving resource utilization, at least one first area and at least one second area may be provided in the long page. The first area is generally located above the second area, wherein the second area is used to display the information of each business object. Therefore, the second area is generally also the largest area in the entire page and can be called the "main content area". The information of each business object displayed therein may generally be composed of pictures and/or text, and after such business object information is clicked, it can jump to other pages such as the business object details information page through links and the like.

其中,由于页面中展示的业务对象的信息一般会比较多,因此,可以将第二区域划分为多个子区域,每个子区域内展示一部分业务对象的信息。其中,各个子区域之间的布局方式也可以有多种,例如,可以相互不重叠地排列在页面中。例如,可以横向排列,也可以纵向排列,或者还可以是同时在横向及纵向两个方向上进行排列,等等。相应的,在客户端通过浏览器等展示该页面时,可以利用横向和/或纵向的滚动条等进行浏览控制。另外,各个子区域也可以相互重叠地排列在第二区域内,例如,具体可以将同一页面内的第二区域分成多页进行展示,同时还可以在页面内提供翻页选项,例如“下一页”、“上一页”等翻页控件,用户也可以通过控制这种翻页控件提供的选项来控制对各个子区域中业务对象信息的浏览。需要说明的是,在上述存在分页展示的情况下,虽然可能涉及到翻页等操作,但实际上对应的都是同一页面内的跳转,而不能看作是跳转到其他页面。Since the business object information displayed on a page is generally quite extensive, the second area can be divided into multiple sub-areas, with each sub-area displaying a portion of the business object information. The sub-areas can be arranged in a variety of ways, for example, without overlapping each other on the page. For example, they can be arranged horizontally, vertically, or both horizontally and vertically, and so on. Accordingly, when the page is displayed on a client through a browser, etc., horizontal and/or vertical scroll bars can be used for navigation control. Furthermore, the sub-areas can be arranged overlapping within the second area. For example, the second area within the same page can be displayed as multiple pages, and paging options, such as "next page" and "previous page" controls, can be provided within the page. Users can control their browsing of the business object information in each sub-area by controlling the options provided by these paging controls. It should be noted that in the aforementioned paging display scenario, while page turning operations may be involved, these operations actually correspond to jumps within the same page and cannot be considered jumps to other pages.

第一区域则用于展示第二区域内操作信息符合预置条件的目标业务对象的信息,例如,具体某业务对象的信息等,当第一区域内展示的某目标业务信息被操作时,并不是跳转到该信息的详情页面等其他页面,而是在当前长页面内进行跳转,具体可以跳转到该被操作的目标业务对象信息在第二区域中所在的位置处。这样,由于第一区域内展示的信息都是操作信息符合预置条件(例如,点击率比较高等)的信息,并且第一区域的位置比较靠近页面的顶端,在用户从上到下的浏览习惯影响下,第一区域内展示的信息会更加引起用户的注意,也更有可能引起用户的点击;点击之后跳转到页面内该信息实际展示的位置之后,由于该位置周围还展示有其他业务对象信息,而用户一般又容易对视线范围内的其他信息引起注意,因此,使得周围的信息也获得了较高的被操作的机会。总之,通过这种方式,能够使得页面中更多的内容获得曝光及被点击的机会,进而提高系统资源的利用率。下面进行详细介绍。The first area is used to display information about target business objects whose action information in the second area meets preset conditions. For example, information about a specific business object. When a target business information displayed in the first area is acted upon, the page is not redirected to another page, such as the details page of the information. Instead, the page is redirected to the location of the target business object information in the second area within the current long page. This allows the user to view more content on the page and receive more clicks, as the information displayed in the first area meets the preset conditions (e.g., a high click-through rate). Furthermore, the first area is located closer to the top of the page. Due to the user's top-down browsing habits, the information displayed in the first area attracts more attention and is more likely to be clicked. After being clicked, the page is redirected to the actual location of the information. Because other business object information is displayed around that location, and users are generally more likely to pay attention to other information within their field of view, the surrounding information also has a higher chance of being acted upon. In short, this approach allows more content on the page to be exposed and clicked, thereby improving system resource utilization. This is described in detail below.

实施例一Example 1

首先需要说明的是,在具体实现本申请实施例时,可以通过服务器端与客户端之间的相互配合来实现,其中,服务器端用于确定页面内需要展示的具体的内容,并且可以确定出各部分内容在页面内的布局方式等,客户端则用户根据用户的操作指令,向服务器请求对应的页面数据并进行展示。该实施例一中,主要从服务器端的角度进行详细介绍。First, it should be noted that when implementing the embodiments of this application, this can be achieved through the cooperation between the server and the client. The server is used to determine the specific content to be displayed on the page and can determine the layout of each part of the content on the page. The client, based on the user's operation instructions, requests the corresponding page data from the server and displays it. In this first embodiment, the detailed description is mainly from the perspective of the server.

参见图1,本申请实施例一首先从服务器端的角度,提供了一种在页面中提供业务对象信息的方法,如前文所述,该方法中,在接收到页面访问请求后,可以返回一页面,该页面内可以包括至少一个第一区域以及至少一个第二区域,第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息,第一区域内包括多个目标业务对象的信息。具体的,可以通过以下步骤确定页面内各区域包括的内容:Referring to Figure 1, Embodiment 1 of the present application first provides a method for providing business object information on a page from the perspective of the server. As described above, in this method, after receiving a page access request, a page can be returned. The page can include at least one first area and at least one second area. The second area includes multiple sub-areas, each of which is used to display information about at least one business object. The first area includes information about multiple target business objects. Specifically, the content of each area on the page can be determined by the following steps:

S101:对每个所述子区域内的业务对象执行以下步骤:S101: Perform the following steps on each business object in the sub-area:

S1011:对所述子区域内展示的信息的操作信息进行统计;S1011: Collecting statistics on the operation information of the information displayed in the sub-area;

其中,第二区域内展示的信息的操作信息可以是点击率、成交率、独立访客(UV)数量信息等。为了进行操作信息的统计,可以首先获取用户对其中展示的各个业务对象信息的操作信息等,具体可以分析收集记录有点击信息和/或访客信息和/或成交信息等内容的日志确定,也可以实时收集点击、访客等信息。The operational information of the information displayed in the second area may be click-through rate, transaction rate, number of unique visitors (UV), etc. To collect statistics on the operational information, the user's operational information on each business object information displayed may be first obtained. Specifically, this may be determined by analyzing and collecting logs recording click information,/or visitor information, and/or transaction information, etc., or by collecting click, visitor, and other information in real time.

具体实现时,可以首先为用户提供初始状态下的页面,在初始状态下,页面中展示的各个业务对象信息可以是按照随机或者按类目、品牌等方式排列。在用户基于该初始状态的页面访问了一段时间之后,就可以收集到用户对各个业务对象的访问情况信息,进而就可以基于该信息统计出各个业务对象的操作信息。或者,还可以根据前一天、前一小时等时间段内的访问情况来统计各个业务对象的操作信息,另外,还可以基于各个业务对象在其他页面中的点击访问情况进行统计,来综合确定各个业务对象的操作信息,等等。In a specific implementation, the user can first be provided with a page in its initial state. In this initial state, the information displayed on the page about each business object can be arranged randomly or by category, brand, etc. After the user has visited the page in this initial state for a period of time, information about the user's access to each business object can be collected, and then, based on this information, the operation information of each business object can be statistically analyzed. Alternatively, the operation information of each business object can be statistically analyzed based on the access information within a time period such as the previous day or the previous hour. In addition, the operation information of each business object can be comprehensively determined based on the click-through access information of each business object on other pages, and so on.

S1012:根据业务对象的操作信息的统计结果,确定目标业务对象的信息;S1012: Determine information of a target business object based on statistical results of the operation information of the business object;

以各个业务对象的操作信息作为基础,可以统计出第二区域的各个子区域内展示的各种业务对象信息的操作信息,进而可以为后续确定在第一区域中展示哪些目标业务信息提供基础。其中,具体的目标业务对象信息可以有多种具体的确定方式,后文中会结合步骤S102进行详细介绍。Based on the operational information of each business object, operational information of the various business object information displayed in each sub-area of the second area can be statistically analyzed, thereby providing a basis for subsequently determining which target business information to display in the first area. The specific target business object information can be determined in a variety of specific ways, which will be described in detail later in conjunction with step S102.

S102:将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。S102: Add the information of the target business object to the first area, and associate the information of the target business object in the first area with the location information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the location of the sub-area corresponding to the target business object.

在确定了第一区域内展示的信息的操作信息之后,就可以将操作信息符合条件的(例如,排序靠前的若干个)信息作为目标业务对象信息添加到第一区域,并且还可以记录下目标业务对象的信息与其对应的子区域的位置信息(例如,可以用坐标等表示),这样,在用户浏览该页面的过程中,如果操作了第一区域内的某目标业务对象信息,则可以将页面跳转到第一区域内该目标业务对象信息所在子区域的位置,以此来带动用户对该目标信息周围的其他业务对象信息的点击查看等。After determining the operation information of the information displayed in the first area, the information that meets the conditions (for example, several items ranked at the top) can be added to the first area as target business object information, and the location information of the target business object information and its corresponding sub-area can also be recorded (for example, it can be expressed by coordinates, etc.). In this way, when the user browses the page, if a target business object information in the first area is operated, the page can be jumped to the location of the sub-area where the target business object information is located in the first area, thereby encouraging the user to click and view other business object information around the target information.

其中,具体被列入到第一区域展示的目标业务对象的信息,可以通过多种方式确定。下面分别进行介绍。The information of the target business object to be displayed in the first area can be determined in a variety of ways, which are described below.

具体实现方式一Specific implementation method 1

在该实现方式一中,由于第二区域内的业务对象是分别展示在各个子区域内,例如,如图2所示,其中的区域21、22、23等分别代表一个子区域,每个子区域内都展示了一些具体的业务对象的信息,例如,商品对象的图片、文字等以及链接等信息。在这种情况下,第一区域内展示的目标业务对象信息可以是:分别从各个子区域内选择出的操作信息符合预置条件(例如,统计结果中排序靠前等)的若干个业务对象的信息,例如,可以分别从每个子区域内选择出一个点击率最高的业务对象,作为列入到第一区域内展示的目标业务对象,等等。例如,图2所示的24则可以代表第一区域,其中可以展示多个目标业务对象的信息,这些目标业务对象是从第一区域内的各个子区域中选择出来的。此时,具体的目标业务对象的信息,可以是该业务对象的图片和/或文字信息等,当第一区域内的这种目标业务对象信息被操作(例如点击等)时,可以跳转到对应该目标业务对象信息所在的子区域的位置,以此带动对对应该业务对象信息所在的子区域内的其他业务对象的查看。In this first implementation, since the business objects in the second area are displayed in each sub-area, for example, as shown in FIG2 , areas 21, 22, and 23 each represent a sub-area, and each sub-area displays some specific business object information, such as images, text, and links of the product object. In this case, the target business object information displayed in the first area can be: information on several business objects whose operation information selected from each sub-area meets preset conditions (e.g., ranked high in statistical results, etc.). For example, a business object with the highest click-through rate can be selected from each sub-area and included as the target business object displayed in the first area, etc. For example, 24 shown in FIG2 can represent the first area, which can display information on multiple target business objects, which are selected from each sub-area in the first area. In this case, the specific target business object information can be images and/or text information of the business object. When such target business object information in the first area is operated (e.g., clicked), the page can jump to the sub-area corresponding to the target business object information, thereby prompting the viewing of other business objects in the sub-area corresponding to the target business object information.

需要说明的是,展示在第一区域内的某具体目标业务对象的信息,实际在第二区域的子区域内展示时,可能是在页面中很靠下的位置,甚至在分页展示的情况下,可能是会是在很靠后的页面上展示。在没有设置第一区域的情况下,即使该业务对象实际是很受用户欢迎的,用户可能会也很难发现这个业务对象;但是,在本申请实施例中,可以在第一区域内将普遍受用户欢迎的目标业务对象的信息放置在第一区域,并且点击之后可以直接跳转到该业务对象的信息实际所在的第一区域的位置,因此,不再需要用户通过拖动页面、滚动鼠标、翻页等方式就可以快速查看到关于该业务对象,便于用户的浏览,并且可以缩短用户的操作路径,另外,还可以带动起用户对该业务对象周边的其他业务对象的浏览。It should be noted that the information of a specific target business object displayed in the first area may be displayed very low on the page when actually displayed in the sub-area of the second area, or even on a very late page in the case of pagination. In the absence of a first area, even if the business object is actually very popular with users, it may be difficult for users to find this business object; however, in an embodiment of the present application, the information of a target business object that is generally popular with users can be placed in the first area, and after clicking, the user can directly jump to the location of the first area where the information of the business object is actually located. Therefore, the user no longer needs to drag the page, scroll the mouse, turn the page, etc. to quickly view information about the business object, which facilitates the user's browsing and shortens the user's operation path. In addition, it can also drive the user to browse other business objects around the business object.

另外,需要说明的是,具体实现时,第二区域内具体划分子区域的依据可以有多种,例如,可以是按照某一维度将业务对象划分为多个类目,例如,可以分为男装、女装、珠宝等类目,并使得每个类目下的业务对象信息可以在同一个子区域内进行展示,这样可以使得页面内展示的内容比较整洁。并且,通过这种方式,除了可以通过第一区域中展示的信息实现页面内的跳转,还可以使得跳转到的子区域内展示的各个业务对象之间具有某种关联性,例如,同属某一类目等,由于对于用户而言,当其对某业务对象感兴趣时,可能会对同类目下的其他信息也感兴趣,也即类目信息在某种程度上可以体现用户的偏好等,因此,通过在第一区域展示某子区域内的某目标业务对象的信息,可以使得用户能够快速浏览到对应类目下的各个具体业务对象,并且该类目下各个业务对象获得点击的机会都会比较高。In addition, it should be noted that, in a specific implementation, the basis for dividing the sub-regions within the second region can be various. For example, business objects can be divided into multiple categories according to a certain dimension, such as men's clothing, women's clothing, jewelry, etc., and the business object information under each category can be displayed in the same sub-region, which can make the content displayed on the page more neat. Moreover, in this way, in addition to being able to jump within the page through the information displayed in the first region, it is also possible to make the various business objects displayed in the sub-region to jump to have a certain correlation, such as belonging to the same category. Because for users, when they are interested in a certain business object, they may also be interested in other information under the same category, that is, category information can reflect user preferences to some extent. Therefore, by displaying the information of a target business object in a sub-region in the first region, users can quickly browse to the specific business objects under the corresponding category, and each business object under the category has a higher chance of being clicked.

具体实现方式二Specific implementation method 2

在该实现方式二中,仍然可以将页面中待展示的业务业务对象划分为多个类目,但与实现方式一不同的是,具体可以首先划分为多个一级类目,在一级类目内部,还可以划分为多个二级类目。其中,具体在划分一级类目一级二级类目时,划分的依据可以相同,也可以不同,例如,一级类目可以包括“箱包”、“美容美妆”、“腕表珠宝”、“男装”、“女装”等等。而各个一级类目下关于二级类目的划分依据,同样可以有多种,并且在不同的一级类目下可以从不同的维度进行划分,甚至同一一级类目下,也可以从不同的维度划分出多个二级类目。例如,“美容美妆”类目下,可以从品牌维度划分出多个二级类目,包括品牌A、品牌B、品牌C等等,除此之外,该一级类目下还可以包括“美妆工具”、“彩妆专场”等二级类目。在具体实现时,划分一级类目一级二级类目所依据的维度可以根据实际的需要进行确定,这里不进行限定。In this second implementation, the business objects to be displayed on the page can still be divided into multiple categories. However, unlike implementation one, they can be divided into multiple first-level categories first, and then further divided into multiple second-level categories within each first-level category. The basis for dividing first-level, second-level, and third-level categories can be the same or different. For example, first-level categories can include "Luggage," "Beauty and Cosmetics," "Watches and Jewelry," "Men's Wear," "Women's Wear," and so on. The basis for dividing second-level categories within each first-level category can also be multiple, and different first-level categories can be divided along different dimensions. Even within the same first-level category, multiple second-level categories can be divided along different dimensions. For example, within the "Beauty and Cosmetics" category, multiple second-level categories can be divided based on the brand dimension, including Brand A, Brand B, Brand C, and so on. Furthermore, this first-level category can also include second-level categories such as "Beauty Tools" and "Makeup Special." In a specific implementation, the dimensions used to divide first-level, second-level, and third-level categories can be determined based on actual needs and are not limited here.

在划分了一级类目以及二级类目之后,同样可以将第二区域划分为多个子区域,每个子区域对应一个一级类目,每个子区域内还可以按照各二级类目对各业务业务对象的信息进行分类展示。相应的,在子区域内,每个二级类目还可以分别占据一个二级子区域,各个二级子区域之间同样既可以相互重叠的排列,也可以相互不重叠的排列。例如,可以将第二区域划分为纵向排列的多个子区域,,在每个子区域内,仍然可以划分成纵向排列的多个二级子区域,每个二级子区域内展示一个二级类目下的各个业务对象信息。如图3所示的子区域31,还可以进一步包括多个子区域311、312等等,这样,可以将二级类目AⅠ下的业务对象信息展示在子区域311内,二级类目AⅡ下的业务对象信息展示在子区域312内,以此类推。After dividing the first-level categories and second-level categories, the second area can also be divided into multiple sub-areas, each sub-area corresponding to a first-level category. Within each sub-area, information about each business object can be categorized and displayed according to each second-level category. Accordingly, within the sub-area, each second-level category can also occupy a second-level sub-area. The second-level sub-areas can also be arranged overlapping or non-overlapping. For example, the second area can be divided into multiple sub-areas arranged vertically. Each sub-area can also be divided into multiple second-level sub-areas arranged vertically, and each second-level sub-area displays information about each business object under a second-level category. Sub-area 31 shown in Figure 3 can further include multiple sub-areas 311, 312, and so on. In this way, business object information under second-level category AI can be displayed in sub-area 311, business object information under second-level category AII can be displayed in sub-area 312, and so on.

另外,在实际应用中,还可以将每个子区域划分成标签行展示区域以及内容展示区域,在一个一级类目对应的子区域内,在标签行内展示各个二级类目的标签,这种标签也可以起到导航的作用,通过点击对应的标签,可以直接跳转到对应二级类目所在的二级子区域的位置。标签的名称可以与各二级类目的名称相同,例如可以包括“品牌A”、“品牌B”、“品牌C”、美妆工具”、“彩妆专场”,等等。当其中的某标签被选中时,可以在子区域内展示对应二级类目下的各个业务对象的信息,当另一标签被选中时,则可以在子区域内展示该另一标签对应的二级类目下的各个业务对象的信息。In addition, in actual applications, each sub-area can be divided into a label row display area and a content display area. In the sub-area corresponding to a first-level category, the labels of each second-level category are displayed in the label row. Such labels can also serve as navigation. By clicking the corresponding label, you can directly jump to the location of the second-level sub-area where the corresponding second-level category is located. The name of the label can be the same as the name of each second-level category. For example, it can include "Brand A", "Brand B", "Brand C", "Beauty Tools", "Makeup Special", etc. When a label is selected, the information of each business object under the corresponding second-level category can be displayed in the sub-area. When another label is selected, the information of each business object under the second-level category corresponding to the other label can be displayed in the sub-area.

当然,在具体实现时,为了便于用户浏览,同样还可以提供第三区域,该第三区域的面积比较小,可用于展示各个一级类目的名称等类目信息,当某一级类目的类目信息被操作时,可以将页面跳转到第二区域该一级类目对应的子区域。例如,图3中的33即为一级类目导航区,其中可以以文字等形式展示各一级类目的类目信息,如,可以包括前述“箱包”、“美容美妆”、“腕表珠宝”、“男装”、“女装”等等。这样,当“箱包”条目被操作时,页面就可以跳转至该一级类目对应的子区域进行展示。Of course, in order to facilitate user browsing during specific implementation, a third area can also be provided. The area of the third area is relatively small and can be used to display category information such as the name of each first-level category. When the category information of a certain level category is operated, the page can be jumped to the sub-area corresponding to the first-level category in the second area. For example, 33 in Figure 3 is the first-level category navigation area, in which the category information of each first-level category can be displayed in the form of text, etc., such as the aforementioned "luggage", "beauty and makeup", "watches and jewelry", "men's clothing", "women's clothing", etc. In this way, when the "luggage" item is operated, the page can jump to the sub-area corresponding to the first-level category for display.

在上述将业务对象划分为一级类目以及二级类目的情况下,具体在确定第二区域内展示的信息的操作信息时,可以是确定各个第二类目对应的操作信息。In the case where the business objects are divided into primary categories and secondary categories, when determining the operation information of the information displayed in the second area, the operation information corresponding to each second category may be determined.

由于各个二级类目下分别对应了多个业务业务对象信息,因此,根据用户对这些业务业务对象信息的操作信息进行汇总,就可以确定出各个二级类目对应的操作信息。例如,某二级类目下包括三个业务业务对象,则将这三个业务业务对象的操作信息进行汇总(例如,相加),即可得到该二级类目对应的操作信息。Since each secondary category corresponds to multiple business objects, the operation information corresponding to each secondary category can be determined by summarizing the user's operation information on these business objects. For example, if a secondary category includes three business objects, the operation information of these three business objects can be summarized (e.g., added) to obtain the operation information corresponding to the secondary category.

在确定出各个二级类目对应的操作信息之后,可以将其中操作信息符合预置条件的(例如点击了最高的)二级类目提取出来,作为目标业务对象信息。接下来,可以以这种目标二级类目为核心,来确定页面内各个区域分别如何进行业务业务对象信息的添加。After determining the operation information corresponding to each secondary category, the secondary category whose operation information meets the preset conditions (for example, the highest click) can be extracted as the target business object information. Next, this target secondary category can be used as the core to determine how to add business object information to each area on the page.

具体的,可以将这种目标二级类目的信息添加到第一区域,例如,参见图3中的32所示,即为第一区域,其中展示有多个二级类目的信息。这样,当用户需要浏览某二级类目下的具体业务对象时,就可以直接从第一区域进行点击,直接跳转到该二级类目所在的子区域,并在该子区域展示出该二级类目下的具体业务业务对象的信息。Specifically, the target secondary category information can be added to the first area. For example, see 32 in FIG3 , which is the first area where information of multiple secondary categories is displayed. In this way, when the user needs to browse specific business objects under a secondary category, they can directly click in the first area to jump directly to the sub-area where the secondary category is located, and the sub-area will display the information of the specific business objects under the secondary category.

其中,在向第一区域添加目标二级类目的信息时,这种信息可以有多种形式,例如,最基本的信息可以是二级类目的类目名称等。另外,除了类目名称,还可以将与该类目相关的某个图片等作为目标信息添加到第一区域,由于图片一般具有醒目等特点,因此可以使展示出的信息更加直观。其中,关于与类目相关的图片,在具体实现时,可以通过多种方式获得。例如,可以是预先定义类目时指定的一种图片,或者,还可以将目标类目下操作信息最高的业务对象的图片作为该目标类目的代表图片,等等。Among them, when adding the information of the target secondary category to the first area, this information can be in various forms. For example, the most basic information can be the category name of the secondary category, etc. In addition, in addition to the category name, a picture related to the category can also be added to the first area as target information. Since pictures generally have eye-catching characteristics, the displayed information can be more intuitive. Among them, pictures related to the category can be obtained in various ways during specific implementation. For example, it can be a picture specified when the category is predefined, or the picture of the business object with the highest operation information under the target category can be used as the representative picture of the target category, and so on.

经过上述处理,由于第一区域一般会位于页面的顶部等容易被用户查看到的位置,因此,这些目标二级类目的类目信息会更容易吸引用户的注意,而这些目标二级类目又是经过统计发现被用户点击最多的,因此,再次被点击的概率也会比较高,因此,在第一区域展示这种二级类目信息,有利于提高用户对这种二级类目下的业务业务对象的信息的关注。After the above processing, since the first area is generally located at the top of the page and other places that are easy for users to view, the category information of these target secondary categories will be more likely to attract the user's attention, and these target secondary categories are statistically found to be the most clicked by users, so the probability of being clicked again will also be relatively high. Therefore, displaying this secondary category information in the first area is conducive to increasing users' attention to the information of business objects under this secondary category.

例如,通过对前一天的用户访问情况的统计,发现其中的品牌A、品牌B等几个二级类目对应的点击情况最好,因此,就可以将这几个二级类目的类目信息添加到第一区域。例如,某二级类目是从品牌维度分类的(也即在主内容区,该二级类目下展示的全是同属于该品牌的业务业务对象的信息),则可以将这种品牌的logo图片等较为醒目的信息添加到第一区域进行展示。当然,还可以将目标二级类目下操作信息最高的业务对象的图片,作为该目标二级类目的代表图片,添加到第一区域中进行展示,等等。For example, through statistics on user visits on the previous day, it was found that Brand A, Brand B and other secondary categories had the best click-through rates. Therefore, the category information of these secondary categories can be added to the first area. For example, a secondary category is classified from the brand dimension (that is, in the main content area, all the information displayed under this secondary category is about business objects belonging to the same brand). Then, more eye-catching information such as the logo image of this brand can be added to the first area for display. Of course, the image of the business object with the highest operation information under the target secondary category can also be added to the first area for display as the representative image of the target secondary category, and so on.

另外,在该具体实现方式二中,除了可以将目标二级类目的信息添加到第一区域之外,还可以确定出各个目标二级类目所属的目标一级类目。例如,对于“品牌A”这一目标二级目录,可以确定出其所属的目标一级目录为“女装”,“品牌B”这一目标二级目录,可以确定出其所属的目标一级目录为“美容美妆”,等等。由于预先将页面的第二区域划分成了多个子区域,并且每个子区域对应一个一级类目,因此,在确定出目标一级类目之后还可以确定出该一级类目所在的子区域,这样,后续还可以对目标一级类目对应的子区域内的信息布局方式进行干预,以便带动页面内其他业务业务对象的曝光机会。In addition, in the second specific implementation method, in addition to adding the information of the target secondary category to the first area, the target primary category to which each target secondary category belongs can also be determined. For example, for the target secondary directory "Brand A", it can be determined that the target primary directory to which it belongs is "Women's Clothing", and for the target secondary directory "Brand B", it can be determined that the target primary directory to which it belongs is "Beauty and Makeup", and so on. Since the second area of the page is divided into multiple sub-areas in advance, and each sub-area corresponds to a first-level category, after determining the target first-level category, the sub-area where the first-level category is located can also be determined. In this way, the information layout method in the sub-area corresponding to the target first-level category can be intervened in the future to drive the exposure opportunities of other business objects on the page.

其中,具体对目标一级类目对应的子区域内的信息布局方式的干预方式,可以是将目标二级类目下的业务业务对象信息添加到各自对应的目标子区域,例如目标子区域靠近中间的位置等。例如,如果各个二级类目在子区域内是按照图3所示的方式进行平铺式的布局,则可以将目标二级类目下的各个业务业务对象的信息展示在子区域最中心位置。例如,假设某一级类目下共有5个二级类目,每个二级类目下的业务业务对象信息排成一行,并且其中某二级类目“only”为点击情况比较好的目标二级类目,则可以将该目标二级类目下的业务业务对象信息排在该子区域的第三行进行展示。如果子区域内设置了标签行,还可以将该目标二级类目的标签添加在标签行的中间位置。Among them, a specific way to intervene in the information layout mode in the sub-area corresponding to the target first-level category may be to add the business business object information under the target second-level category to the respective corresponding target sub-area, such as near the middle position of the target sub-area, etc. For example, if each second-level category is laid out in a tiled manner in the sub-area as shown in FIG3 , the information of each business business object under the target second-level category can be displayed in the most central position of the sub-area. For example, assuming that there are 5 second-level categories under a certain level of category, the business business object information under each second-level category is arranged in a row, and a second-level category "only" is a target second-level category with a better click situation, then the business business object information under the target second-level category can be arranged in the third row of the sub-area for display. If a label row is set in the sub-area, the label of the target second-level category can also be added in the middle position of the label row.

这样,当第一区域的某目标二级类目的类目信息被操作时,页面就可以直接跳转到该目标二级类目的业务业务对象信息所在的区域进行展示,而该目标二级类目的业务业务对象信息又在所属一级类目所在子区域的中央位置,因此,也就意味着跳转到了目标二级类目对应的目标子区域的中央位置进行展示。这样,用于用户一般会习惯于查看当前正在查看的对象附近的信息,因此,位于该目标子区域中央位置前或后的其他二级类目下的业务业务对象信息被查看的概率也会有所提升,有利于使得更多的业务业务对象信息被用户查看到。In this way, when the category information of a target secondary category in the first area is operated, the page can jump directly to the area where the business object information of the target secondary category is located for display. The business object information of the target secondary category is located in the center of the sub-area where the first-level category belongs. Therefore, it means that the page jumps to the center of the target sub-area corresponding to the target secondary category for display. In this way, users are generally accustomed to viewing information near the object they are currently viewing. Therefore, the probability of viewing business object information under other secondary categories located before or after the center of the target sub-area will also increase, which helps to ensure that more business object information is viewed by users.

如前文所述,还可以在页面中设置一个第三区域,其中可以展示各个一级类目的类目信息(例如,类目名称),并当某一级类目的类目信息被操作时,将页面跳转到第二区域该一级类目对应的子区域。当然,此时,在这种情况下,可以跳转到子区域的顶部进行展示。As mentioned above, a third area can also be set up on the page, in which the category information (for example, category name) of each first-level category can be displayed, and when the category information of a certain first-level category is operated, the page will jump to the sub-area corresponding to the first-level category in the second area. Of course, in this case, it is possible to jump to the top of the sub-area for display.

另外,为了避免某些业务对象的操作信息过低,还可以在统计各个二级类目对应的操作信息时,确定出各个一级类目下操作信息符合另一预置条件(例如点击率最低等)的至少一个二级类目,并且可以将这种二级类目的业务业务对象信息添加到各自对应的目标子区域的顶部位置。这样,可以通过第三区域的导航作用,使得顶部位置展示的业务业务对象信息获得更多的曝光以及被点击的机会。通过这种方式,可以便于页面中各个业务业务对象的被曝光以及点击情况趋向于均衡,避免出现某些业务对象操作信息过高,而其他则过低的现象,进而也可以避免出现有的服务器负载过高,而有的服务器则一直闲置等现象,可以有效地提高资源利用率。In addition, in order to avoid the operation information of some business objects being too low, when counting the operation information corresponding to each secondary category, it is also possible to determine at least one secondary category under each primary category whose operation information meets another preset condition (such as the lowest click-through rate, etc.), and the business business object information of this secondary category can be added to the top position of each corresponding target sub-area. In this way, the navigation function of the third area can be used to make the business business object information displayed at the top position gain more exposure and click opportunities. In this way, it is easy to make the exposure and click situation of each business business object on the page tend to be balanced, avoiding the phenomenon that the operation information of some business objects is too high and others are too low, and thus avoiding the phenomenon that some servers are too loaded while some servers are idle, which can effectively improve resource utilization.

另外,在实际应用中,在对各个一级类目对应的子区域进行布局时,也可以考虑各个一级类目对应的操作信息情况。例如,可以将操作信息低的一级类目添加到比较靠前的子区域进行展示。这样,普遍受欢迎的信息可以通过用户的访问习惯等因素获得较高的曝光机会,而其他普遍性没有那么高的信息则可以通过这种页面布局方式获得较高的曝光机会,从而使得整个页面内的信息的操作信息达到均衡。Furthermore, in actual applications, when laying out the sub-areas corresponding to each first-level category, the corresponding operational information of each first-level category can also be considered. For example, first-level categories with low operational information can be added to the front sub-areas for display. In this way, generally popular information can receive higher exposure opportunities due to factors such as user access habits, while other less popular information can receive higher exposure opportunities through this page layout method, thus achieving a balanced operational information of the information across the entire page.

需要说明的是,在实际应用中,关于对第二区域内信息的操作信息的统计可以是每隔一段时间就进行一次,例如,每隔一小时进行一次,并且根据每次新统计出的操作信息,还可以对页面各个区域的布局情况进行调整。例如,在8点至9点期间,第一区域展示的二级类目的信息有A、B、C等,而到了9点至10点期间,第一区域展示的二级类目的信息可能会变成了C、D、E等,相应的,对应的子区域中心区域展示的信息也可以发生相应的变化。也就是说,还可以按照一定的周期,对子区域内展示的业务对象的操作信息进行更新统计,根据更新的业务对象的操作信息的更新统计结果,确定更新后的目标业务对象的信息。然后将更新后的目标业务对象的信息加入第一区域中,并且更新后的目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当第一区域内展示的该更新后的目标业务对象的信息被操作时,跳转到被操作的目标业务对象对应的子区域的位置。通过这种不断的动态调整,可以使得页面内业务业务对象操作信息逐渐趋向于均衡。It should be noted that, in actual applications, statistics on the operation information of the information within the second area can be collected at regular intervals, for example, every hour. Based on the newly collected operation information, the layout of each area on the page can be adjusted. For example, between 8:00 and 9:00, the first area displays information of secondary categories such as A, B, and C. However, between 9:00 and 10:00, the second-level category information displayed in the first area may change to C, D, and E. Accordingly, the information displayed in the center of the corresponding sub-area can also change accordingly. In other words, statistics on the operation information of the business objects displayed within the sub-areas can be updated periodically. Based on the updated statistics of the updated business object operation information, the updated target business object information is determined. The updated target business object information is then added to the first area, and the updated target business object information is associated with the location information of its corresponding sub-area. When the updated target business object information displayed within the first area is operated on, the page jumps to the location of the sub-area corresponding to the operated target business object. Through this continuous dynamic adjustment, the operation information of the business objects within the page can be gradually balanced.

总之,通过本申请实施例,可以将页面划分出第一区域以及第二区域,其中,面积最大的第二区域内用于通过多个子区域展示具体的业务对象的信息,而第一区域内则用于展示第二区域内操作信息符合预置条件的目标业务对象信息,并在目标业务对象信息被操作时,可以进行页面内的跳转,跳转到第二区域内该目标业务信息所在子区域的位置处。因此,可以便于用户发现普遍受用户欢迎的信息,并且还可以通过这种信息带动第二区域内展示的其他业务对象信息的曝光以及点击,从而有利于均衡页面内各业务业务对象信息的曝光及操作信息,进而有利于使得服务器的负载均衡,提高资源的利用率。In summary, through the embodiment of the present application, the page can be divided into a first area and a second area, wherein the second area with the largest area is used to display specific business object information through multiple sub-areas, while the first area is used to display target business object information whose operation information in the second area meets the preset conditions. When the target business object information is operated, a jump can be performed within the page to the location of the sub-area in the second area where the target business information is located. Therefore, it is convenient for users to discover information that is generally popular with users, and this information can also drive the exposure and clicks of other business object information displayed in the second area, thereby balancing the exposure and operation information of each business object information on the page, and further balancing the load of the server and improving resource utilization.

实施例二Example 2

以上实施例一是从服务器端的角度对本申请实施例进行的介绍,在该实施例二中,则主要从客户端的角度进行介绍。具体的,该实施例二从客户端的角度提供了一种在页面中提供业务对象信息的方法。The first embodiment above describes the embodiment of the present application from the perspective of the server, while the second embodiment mainly describes the embodiment from the perspective of the client. Specifically, the second embodiment provides a method for providing business object information in a page from the perspective of the client.

在该方法中,客户端可以接收服务器端返回的页面,其中,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;In this method, the client may receive a page returned by the server, wherein the page includes at least one first area and at least one second area, the first area including information of multiple target business objects, and the second area including multiple sub-areas, each sub-area being used to display information of at least one business object;

其中,所述页面内各区域包括的内容可以是通过以下方式确定:The content of each area within the page may be determined by:

对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps:

对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area;

根据操作信息符合预置条件的业务对象确定目标业务对象的信息;Determine the target business object's information based on the business object whose operation information meets the preset conditions;

将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

其中,客户端可以是根据用户的浏览指令等,向服务器端发送获取页面数据的请求,相应的,服务器端就可以根据这种请求返回相应的页面数据,客户端进行接收后,可以进行后续的解析渲染等操作,以便在窗口中进行展示。其中,这种页面中可以分为至少一个第一区域以及至少一个第二区域,各区域内展示的信息内容及其具体的确定方式,可以参见实施例一中的介绍,这里不再赘述。The client can send a request to the server to obtain page data based on the user's browsing instructions, and the server can return the corresponding page data based on the request. After receiving the page data, the client can perform subsequent parsing and rendering operations to display it in the window. The page can be divided into at least one first area and at least one second area. The information displayed in each area and the specific determination method can be found in the introduction of Example 1 and will not be repeated here.

实施例三Example 3

以上实施例一以及实施例二分别从服务器端以及客户端的角度对本申请提供的方法进行了介绍。该实施例三中从整体的角度提供了另一种在页面中提供业务对象的信息的方法,其中:The above embodiments 1 and 2 respectively introduce the method provided by this application from the perspective of the server and the client. This embodiment 3 provides another method for providing business object information on a page from an overall perspective, wherein:

所述页面内包括至少一个第一区域以及至少一个第二区域;The page includes at least one first area and at least one second area;

所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object;

所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系;The first area includes information of a plurality of target business objects, and the information of the target business objects in the first area is associated with position information of their corresponding sub-areas;

当所述第一区域内展示的目标业务对象的信息被操作时,跳转到被操作的目标业务对象对应的子区域的位置。When the information of the target business object displayed in the first area is operated, the process jumps to the position of the sub-area corresponding to the operated target business object.

具体实现时,目标业务对象的信息可以为对应的所述子区域内选择出的,操作信息符合预置条件的业务对象的信息。In a specific implementation, the information of the target business object may be information of a business object selected from the corresponding sub-area, whose operation information meets the preset conditions.

或者,第二区域的每个子区域内可以包括同一一级类目下的业务对象的信息,并且在同一一级类目下包括多个二级类目,此时,目标业务对象的信息可以为对应的子区域内选择出的,操作信息符合预置条件的二级类目的信息。Alternatively, each sub-area of the second area may include information on business objects under the same first-level category, and include multiple second-level categories under the same first-level category. In this case, the information on the target business object may be information on the second-level category selected within the corresponding sub-area, and the operation information may meet the preset conditions.

具体的,页面内各区域包括的内容通过以下方式确定:Specifically, the content of each area on the page is determined by the following method:

对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps:

对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area;

根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the information of the target business object based on the statistical results of the business object's operation information;

将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the location information of its corresponding sub-area.

其中,具体在根据操作信息符合预置条件的业务对象确定目标业务对象的信息时,也可以有多种方式,例如,其中一种方式下,可以分别从各个子区域内选择一个操作信息符合预置条件的业务对象,将各个子区域内选择出的业务对象的信息确定为目标业务对象的信息。Specifically, when determining the information of the target business object based on the business object whose operation information meets the preset conditions, there can also be multiple methods. For example, in one method, a business object whose operation information meets the preset conditions can be selected from each sub-area, and the information of the business objects selected in each sub-area can be determined as the information of the target business object.

或者,在另一种实现方式下,如果每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,则可以对同一二级类目下的各个业务对象的操作信息进行汇总,确定各个二级类目的操作信息,将操作信息符合预置条件的目标二级类目的信息确定为目标业务对象的信息。Alternatively, in another implementation method, if each sub-area includes information on business objects under the same first-level category, and the same first-level category includes multiple second-level categories, the operation information of each business object under the same second-level category can be summarized, the operation information of each second-level category can be determined, and the information of the target second-level category whose operation information meets the preset conditions can be determined as the information of the target business object.

另外,在实际应用中,还可以包括所述目标业务对象的信息的更新步骤。具体的,可以首先对每个所述子区域内的业务对象执行以下步骤:In addition, in actual application, the step of updating the information of the target business object may also be included. Specifically, the following steps may be performed on the business objects in each sub-area:

对子区域内展示的业务对象的操作信息进行更新统计;Update statistics on the operation information of business objects displayed in the sub-area;

根据业务对象的操作信息的更新统计结果,确定更新的目标业务对象;Determine the target business object to be updated based on the updated statistical results of the business object's operation information;

然后,将更新的目标业务对象的信息加入所述第一区域中;所述更新的目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该更新的目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。Then, the information of the updated target business object is added to the first area; the information of the updated target business object is associated with the location information of its corresponding sub-area, and when the information of the updated target business object displayed in the first area is operated, it jumps to the location of the sub-area corresponding to the target business object.

需要说明的是,在具体实现时,第二区域内的多个子区域可以相互不重叠的排列,或者,也可以相互重叠的排列,等等。It should be noted that, in specific implementation, the multiple sub-areas in the second area may be arranged so as not to overlap with each other, or may be arranged so as to overlap with each other, and so on.

实施例四Example 4

该实施例四与实施例三相对应,提供了一种提供业务对象的信息的页面,其特征在于,所述页面内包括至少一个第一区域以及至少一个第二区域;This fourth embodiment corresponds to the third embodiment and provides a page for providing information about a business object, wherein the page includes at least one first area and at least one second area;

所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object;

所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The first area includes information of multiple target business objects. The information of the target business objects in the first area is associated with the position information of the corresponding sub-areas. When the information of the target business object displayed in the first area is operated, the page jumps to the position of the sub-area corresponding to the target business object.

其中,所述目标业务对象的信息可以是从对应的所述子区域内选择出的,操作信息符合预置条件的业务对象的信息。The information of the target business object may be information of a business object selected from the corresponding sub-area, whose operation information meets preset conditions.

或者,如果每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,则目标业务对象的信息可以为从对应的所述子区域内选择出的,操作信息符合预置条件的二级类目的信息。Alternatively, if each sub-area includes information on business objects under the same primary category, and the same primary category includes multiple secondary categories, the information on the target business object can be information on the secondary category selected from the corresponding sub-area, whose operation information meets the preset conditions.

需要说明的是,以上实施例三及实施例四中相关的具体实现细节,可以参见实施例一中的介绍,这里不再赘述。It should be noted that the specific implementation details related to the above embodiment 3 and embodiment 4 can be found in the introduction of embodiment 1 and will not be repeated here.

与实施例一提供的在页面中提供业务对象信息的方法相对应,本申请实施例还提供了一种在页面中提供业务对象信息的装置,该装置用于在接收到页面访问请求后,提供一页面;Corresponding to the method for providing business object information in a page provided in the first embodiment, the embodiment of the present application further provides a device for providing business object information in a page, the device being configured to provide a page after receiving a page access request;

其中,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The page includes at least one first area and at least one second area, the first area includes information of multiple target business objects, and the second area includes multiple sub-areas, each sub-area is used to display information of at least one business object;

参见图4,所述页面内各区域包括的内容可以通过以下方式确定:Referring to FIG4 , the content of each area in the page can be determined in the following manner:

信息统计单元401,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit 401 is configured to perform the following steps on the business objects in each sub-area through the following sub-units:

操作信息统计子单元4011,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics subunit 4011 is used to collect statistics on the operation information of the business objects displayed in the sub-area;

目标业务对象确定子单元4012,用于根据业务对象的操作信息统计结果,确定目标业务对象的信息;The target business object determination subunit 4012 is used to determine the information of the target business object based on the statistical results of the operation information of the business object;

布局单元402,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The layout unit 402 is used to add the information of the target business object to the first area, and associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

其中,所述目标业务对象确定子单元4012包括:The target business object determination subunit 4012 includes:

选择子单元,用于分别从各个子区域内选择一个操作信息符合预置条件的业务对象;The selection subunit is used to select a business object whose operation information meets the preset conditions from each sub-area;

第一确定子单元,用于将各个子区域内选择出的业务对象的信息确定为目标业务对象的信息。The first determining subunit is configured to determine information of the business objects selected in each sub-area as information of the target business object.

或者,如果所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,所述目标业务对象确定子单元4012可以包括:Alternatively, if each sub-area includes information of business objects under the same primary category, and the same primary category includes multiple secondary categories, the target business object determination subunit 4012 may include:

汇总子单元,用于对同一二级类目下的各个业务对象的操作信息进行汇总,确定各个二级类目的操作信息;The summary sub-unit is used to summarize the operation information of each business object under the same secondary category and determine the operation information of each secondary category;

第二确定子单元,用于将操作信息符合预置条件的目标二级类目的信息确定为目标业务对象的信息。The second determining subunit is configured to determine information of a target secondary category whose operation information meets preset conditions as information of a target business object.

其中,所述第二确定子单元包括:Wherein, the second determining subunit includes:

业务对象选择子单元,用于从所述目标二级类目下选择业务对象;A business object selection subunit, configured to select a business object from the target secondary category;

代表图片确定子单元,用于将该业务对象的图片,确定为该目标二级类目的代表图片;A representative image determination subunit is used to determine the image of the business object as the representative image of the target secondary category;

信息确定子单元,用于根据所述代表图片确定为目标业务对象的信息。The information determination subunit is configured to determine information of a target business object based on the representative image.

另外,所述布局单元402具体还可以用于:In addition, the layout unit 402 may be further configured to:

在确定所述页面内包括的内容时,在所述目标二级类目所属的一级类目所在的子区域内,将所述目标二级类目下的各业务对象的信息加入到所述目标子区域的中央位置。When determining the content included in the page, in the sub-region where the primary category to which the target secondary category belongs is located, information of each business object under the target secondary category is added to the central position of the target sub-region.

与本申请实施例二提供的在页面中提供业务对象信息的方法相对应,本申请实施例还提供了一种在页面中提供业务对象信息的装置,该装置用于接收页面,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;Corresponding to the method for providing business object information in a page provided in the second embodiment of the present application, the embodiment of the present application further provides a device for providing business object information in a page, the device being configured to receive a page, the page including at least one first area and at least one second area, the first area including information of multiple target business objects, the second area including multiple sub-areas, each sub-area being configured to display information of at least one business object;

其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by:

信息统计单元,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit is configured to perform the following steps on the business objects in each sub-area through the following sub-units:

操作信息统计子单元,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics sub-unit is used to collect statistics on the operation information of the business objects displayed in the sub-area;

目标业务对象确定子单元,用于根据业务对象的操作信息的统计结果,确定目标业务对象的信息;A target business object determination subunit is used to determine information of the target business object based on statistical results of the operation information of the business object;

布局单元,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。A layout unit is used to add the information of the target business object to the first area, and to associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.

通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本申请可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例或者实施例的某些部分所述的方法。Through the description of the above embodiments, it can be seen that those skilled in the art can clearly understand that the present application can be implemented by means of software plus a necessary general hardware platform. Based on this understanding, the technical solution of the present application, or the part that contributes to the prior art, can be embodied in the form of a software product, which can be stored in a storage medium such as ROM/RAM, a magnetic disk, an optical disk, etc., and includes a number of instructions for enabling a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods described in various embodiments of the present application or certain parts of the embodiments.

本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统或系统实施例而言,由于其基本相似于方法实施例,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。以上所描述的系统及系统实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。Each embodiment in this specification is described in a progressive manner. The same or similar parts between the embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments. In particular, for system or system embodiments, since they are basically similar to method embodiments, the description is relatively simple. For relevant parts, refer to the partial description of the method embodiment. The system and system embodiments described above are merely schematic, wherein the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. A person of ordinary skill in the art can understand and implement it without expending creative work.

以上对本申请所提供的在页面中提供业务对象信息的方法及装置,进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处。综上所述,本说明书内容不应理解为对本申请的限制。The above describes in detail the method and apparatus for providing business object information on a page provided by this application. This article uses specific examples to illustrate the principles and implementation methods of this application. The description of the above embodiments is only intended to help understand the method and core ideas of this application. At the same time, for those skilled in the art, based on the ideas of this application, there may be changes in the specific implementation methods and application scope. In summary, the contents of this specification should not be understood as limiting this application.

Claims (27)

1.一种在页面中提供业务对象信息的方法,其特征在于,1. A method for providing business object information in a page, characterized in that: 在接收到页面访问请求后,提供一页面;After receiving a page access request, providing a page; 所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The page includes at least one first area and at least one second area, the first area includes information of multiple target business objects, and the second area includes multiple sub-areas, each sub-area is used to display information of at least one business object; 其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by: 对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps: 对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area; 根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the information of the target business object based on the statistical results of the business object's operation information; 将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object. 2.根据权利要求1所述的方法,其特征在于,所述根据业务对象的操作信息的统计结果,确定目标业务对象的信息,包括:2. The method according to claim 1, wherein determining the information of the target business object based on the statistical results of the operation information of the business object comprises: 分别从各个子区域内选择至少一个操作信息符合预置条件的业务对象;Select at least one business object whose operation information meets the preset conditions from each sub-area; 将各个子区域内选择出的业务对象的信息,确定为目标业务对象的信息。The information of the business objects selected in each sub-area is determined as the information of the target business object. 3.根据权利要求1所述的方法,其特征在于,所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,所述根据操作信息符合预置条件的业务对象确定目标业务对象的信息,包括:3. The method according to claim 1, wherein each sub-area includes information about business objects under the same primary category, and the same primary category includes multiple secondary categories, and the determining of information about the target business object based on the business object whose operation information meets the preset conditions comprises: 对同一二级类目下的各个业务对象的操作信息进行汇总,确定各个二级类目的操作信息;Summarize the operation information of each business object under the same secondary category and determine the operation information of each secondary category; 将操作信息符合预置条件的目标二级类目的信息,确定为目标业务对象的信息。The information of the target secondary category whose operation information meets the preset conditions is determined as the information of the target business object. 4.根据权利要求3所述的方法,其特征在于,所述将操作信息符合预置条件的目标二级类目的信息,确定为目标业务对象的信息,包括:4. The method according to claim 3, wherein determining the target secondary category information that meets the preset conditions of the operation information as the target business object information includes: 从所述目标二级类目下选择业务对象;Select a business object from the target secondary category; 将该业务对象的图片,确定为该目标二级类目的代表图片;Determine the image of the business object as the representative image of the target secondary category; 根据所述代表图片确定为目标业务对象的信息。The target business object is determined based on the representative image. 5.根据权利要求3所述的方法,其特征在于,在确定所述页面内包括的内容时,还包括:5. The method according to claim 3, wherein when determining the content included in the page, the method further comprises: 在所述目标二级类目所属的一级类目所在的子区域内,将所述目标二级类目下的各业务对象的信息加入到所述目标子区域。In the sub-region where the primary category to which the target secondary category belongs is located, information of each business object under the target secondary category is added to the target sub-region. 6.根据权利要求1至5任一项所述的方法,其特征在于:6. The method according to any one of claims 1 to 5, characterized in that: 所述页面内的第二区域中的多个子区域相互不重叠地排列在所述页面中。The plurality of sub-regions in the second region within the page are arranged in the page without overlapping with each other. 7.根据权利要求1至5任一项所述的方法,其特征在于:7. The method according to any one of claims 1 to 5, characterized in that: 所述页面内的第二区域中的多个子区域相互重叠地排列在所述页面中。A plurality of sub-regions in the second region within the page are arranged in an overlapping manner within the page. 8.根据权利要求1至5任一项所述的方法,其特征在于:还包括所述目标业务对象的信息的更新步骤:8. The method according to any one of claims 1 to 5, further comprising the step of updating the information of the target business object: 对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps: 对子区域内展示的业务对象的操作信息进行更新统计;Update statistics on the operation information of business objects displayed in the sub-area; 根据业务对象的操作信息的更新统计结果,确定更新后的目标业务对象的信息;Determine the updated target business object information based on the updated statistical results of the business object's operation information; 将所述更新后的目标业务对象的信息加入所述第一区域中;所述更新后的目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该更新后的目标业务对象的信息被操作时,跳转到被操作的目标业务对象对应的子区域的位置。The information of the updated target business object is added to the first area; the information of the updated target business object is associated with the position information of its corresponding sub-area, and when the information of the updated target business object displayed in the first area is operated, jump to the position of the sub-area corresponding to the operated target business object. 9.一种在页面中提供业务对象信息的方法,其特征在于,9. A method for providing business object information in a page, characterized in that: 接收页面,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;Receive a page, the page including at least one first area and at least one second area, the first area including information of multiple target business objects, the second area including multiple sub-areas, each sub-area being used to display information of at least one business object; 其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by: 对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps: 对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area; 根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the information of the target business object based on the statistical results of the business object's operation information; 将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object. 10.一种在页面中提供业务对象的信息的方法,其特征在于,所述页面内包括至少一个第一区域以及至少一个第二区域;10. A method for providing information of a business object in a page, characterized in that the page includes at least one first area and at least one second area; 所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object; 所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系;The first area includes information of a plurality of target business objects, and the information of the target business objects in the first area is associated with position information of their corresponding sub-areas; 当所述第一区域内展示的目标业务对象的信息被操作时,跳转到被操作的目标业务对象对应的子区域的位置。When the information of the target business object displayed in the first area is operated, the process jumps to the position of the sub-area corresponding to the operated target business object. 11.根据权利要求10所述的方法,其特征在于,11. The method according to claim 10, characterized in that 所述目标业务对象的信息为对应的所述子区域内选择出的,操作信息符合预置条件的业务对象的信息。The target business object information is information of a business object selected in the corresponding sub-area, whose operation information meets preset conditions. 12.根据权利要求10所述的方法,其特征在于,所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目;12. The method according to claim 10, wherein each sub-area includes information on business objects under the same primary category, and the same primary category includes multiple secondary categories; 所述目标业务对象的信息为对应的所述子区域内选择出的,操作信息符合预置条件的二级类目的信息。The target business object information is information of a secondary category selected from the corresponding sub-area, and the operation information meets the preset conditions. 13.根据权利要求10所述的方法,其特征在于,所述页面内各区域包括的内容通过以下方式确定:13. The method according to claim 10, wherein the content of each area in the page is determined by: 对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps: 对子区域内展示的业务对象的操作信息进行统计;Collect statistics on the operation information of business objects displayed in the sub-area; 根据业务对象的操作信息的统计结果,确定目标业务对象的信息;Determine the information of the target business object based on the statistical results of the business object's operation information; 将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联。The information of the target business object is added to the first area, and the information of the target business object in the first area is associated with the location information of its corresponding sub-area. 14.根据权利要求13所述的方法,其特征在于,所述根据操作信息符合预置条件的业务对象确定目标业务对象的信息,包括:14. The method according to claim 13, wherein determining the target business object information based on the business object whose operation information meets the preset conditions comprises: 分别从各个子区域内选择一个操作信息符合预置条件的业务对象;Select a business object whose operation information meets the preset conditions from each sub-area; 将各个子区域内选择出的业务对象的信息确定为目标业务对象的信息。The information of the business objects selected in each sub-area is determined as the information of the target business object. 15.根据权利要求13所述的方法,其特征在于,所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,所述根据操作信息符合预置条件的业务对象确定目标业务对象的信息,包括:15. The method according to claim 13, wherein each sub-area includes information on business objects under the same primary category, and the same primary category includes multiple secondary categories, and the determining of information on the target business object based on the business object whose operation information meets preset conditions comprises: 对同一二级类目下的各个业务对象的操作信息进行汇总,确定各个二级类目的操作信息;Summarize the operation information of each business object under the same secondary category and determine the operation information of each secondary category; 将操作信息符合预置条件的目标二级类目的信息确定为目标业务对象的信息。The information of the target secondary category whose operation information meets the preset conditions is determined as the information of the target business object. 16.根据权利要求13所述的方法,其特征在于,16. The method according to claim 13, characterized in that 还包括所述目标业务对象的信息的更新步骤:It also includes the step of updating the information of the target business object: 对每个所述子区域内的业务对象执行以下步骤:For each business object in the sub-area, perform the following steps: 对子区域内展示的业务对象的操作信息进行更新统计;Update statistics on the operation information of business objects displayed in the sub-area; 根据业务对象的操作信息的更新统计结果,确定更新的目标业务对象;Determine the target business object to be updated based on the updated statistical results of the business object's operation information; 将所述更新的目标业务对象的信息加入所述第一区域中;所述更新的目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该更新的目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The information of the updated target business object is added to the first area; the information of the updated target business object is associated with the location information of its corresponding sub-area, and when the information of the updated target business object displayed in the first area is operated, it jumps to the location of the sub-area corresponding to the target business object. 17.根据权利要求10所述的方法,其特征在于,17. The method according to claim 10, wherein: 所述页面内的第二区域中的多个子区域相互不重叠地排列在所述页面中。The plurality of sub-regions in the second region within the page are arranged in the page without overlapping with each other. 18.根据权利要求10所述的方法,其特征在于,18. The method according to claim 10, wherein: 所述页面内的第二区域中的多个子区域相互重叠地排列在所述页面中。A plurality of sub-regions in the second region within the page are arranged in an overlapping manner within the page. 19.一种提供业务对象的信息的页面,其特征在于,所述页面内包括至少一个第一区域以及至少一个第二区域;19. A page for providing information about a business object, characterized in that the page includes at least one first area and at least one second area; 所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;The second area includes a plurality of sub-areas, each sub-area being used to display information of at least one business object; 所述第一区域内包括多个目标业务对象的信息,所述第一区域内目标业务对象的信息与其对应的子区域的位置信息存在关联关系,当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。The first area includes information of multiple target business objects. The information of the target business objects in the first area is associated with the position information of the corresponding sub-areas. When the information of the target business object displayed in the first area is operated, the page jumps to the position of the sub-area corresponding to the target business object. 20.根据权利要求19所述的页面,其特征在于,20. The page according to claim 19, wherein: 所述目标业务对象的信息为对应的所述子区域内选择出的,操作信息符合预置条件的业务对象的信息。The target business object information is information of a business object selected in the corresponding sub-area, whose operation information meets preset conditions. 21.根据权利要求20所述的页面,其特征在于,所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目;21. The page according to claim 20, wherein each sub-area includes information of business objects under the same primary category, and the same primary category includes multiple secondary categories; 所述目标业务对象的信息为对应的所述子区域内选择出的,操作信息符合预置条件的二级类目的信息。The target business object information is information of a secondary category selected from the corresponding sub-area, and the operation information meets the preset conditions. 22.一种在页面中提供业务对象信息的装置,其特征在于,所述装置用于在接收到页面访问请求后,提供一页面;所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;22. A device for providing business object information in a web page, characterized in that the device is configured to provide a web page upon receiving a web page access request; the web page includes at least one first area and at least one second area, the first area including information on multiple target business objects, the second area including multiple sub-areas, each sub-area being configured to display information on at least one business object; 其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by: 信息统计单元,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit is configured to perform the following steps on the business objects in each sub-area through the following sub-units: 操作信息统计子单元,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics sub-unit is used to collect statistics on the operation information of the business objects displayed in the sub-area; 目标业务对象确定子单元,用于根据业务对象的操作信息的统计结果,确定目标业务对象的信息;A target business object determination subunit is used to determine information of the target business object based on statistical results of the operation information of the business object; 布局单元,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。A layout unit is used to add the information of the target business object to the first area, and to associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object. 23.根据权利要求22所述的装置,其特征在于,所述目标业务对象确定子单元包括:23. The device according to claim 22, wherein the target business object determination subunit comprises: 选择子单元,用于分别从各个子区域内选择一个操作信息符合预置条件的业务对象;The selection subunit is used to select a business object whose operation information meets the preset conditions from each sub-area; 第一确定子单元,用于将各个子区域内选择出的业务对象的信息确定为目标业务对象的信息。The first determining subunit is configured to determine information of the business objects selected in each sub-area as information of the target business object. 24.根据权利要求22所述的装置,其特征在于,所述每个子区域内包括同一一级类目下的业务对象的信息,在同一一级类目下包括多个二级类目,所述目标业务对象确定子单元包括:24. The device according to claim 22, wherein each sub-area includes information of business objects under the same primary category, and the same primary category includes multiple secondary categories, and the target business object determination subunit includes: 汇总子单元,用于对同一二级类目下的各个业务对象的操作信息进行汇总,确定各个二级类目的操作信息;The summary sub-unit is used to summarize the operation information of each business object under the same secondary category and determine the operation information of each secondary category; 第二确定子单元,用于将操作信息符合预置条件的目标二级类目的信息确定为目标业务对象的信息。The second determining subunit is configured to determine information of a target secondary category whose operation information meets preset conditions as information of a target business object. 25.根据权利要求24所述的装置,其特征在于,所述第二确定子单元包括:25. The apparatus according to claim 24, wherein the second determining subunit comprises: 业务对象选择子单元,用于从所述目标二级类目下选择业务对象;A business object selection subunit, configured to select a business object from the target secondary category; 代表图片确定子单元,用于将该业务对象的图片,确定为该目标二级类目的代表图片;A representative image determination subunit is used to determine the image of the business object as the representative image of the target secondary category; 信息确定子单元,用于根据所述代表图片确定为目标业务对象的信息。The information determination subunit is configured to determine information of a target business object based on the representative image. 26.根据权利要求24所述的装置,其特征在于,所述布局单元还用于:26. The device according to claim 24, wherein the layout unit is further configured to: 在确定所述页面内包括的内容时,在所述目标二级类目所属的一级类目所在的子区域内,将所述目标二级类目下的各业务对象的信息加入到所述目标子区域的中央位置。When determining the content included in the page, in the sub-region where the primary category to which the target secondary category belongs is located, information of each business object under the target secondary category is added to the central position of the target sub-region. 27.一种在页面中提供业务对象信息的装置,其特征在于,所述装置用于接收页面,所述页面内包括至少一个第一区域以及至少一个第二区域,所述第一区域内包括多个目标业务对象的信息,所述第二区域包括多个子区域,各个子区域用于展示至少一个业务对象的信息;27. A device for providing business object information in a web page, characterized in that the device is used to receive a web page, the web page including at least one first area and at least one second area, the first area including information of multiple target business objects, the second area including multiple sub-areas, each sub-area for displaying information of at least one business object; 其中,所述页面内各区域包括的内容通过以下方式确定:The content of each area within the page is determined by: 信息统计单元,用于通过以下子单元对每个所述子区域内的业务对象执行以下步骤:The information statistics unit is configured to perform the following steps on the business objects in each sub-area through the following sub-units: 操作信息统计子单元,用于对子区域内展示的业务对象的操作信息进行统计;The operation information statistics sub-unit is used to collect statistics on the operation information of the business objects displayed in the sub-area; 目标业务对象确定子单元,用于根据业务对象的操作信息的统计结果,确定目标业务对象的信息;A target business object determination subunit is used to determine information of the target business object based on statistical results of the operation information of the business object; 布局单元,用于将所述目标业务对象的信息加入所述第一区域,并将第一区域内的所述目标业务对象的信息与其对应的子区域的位置信息进行关联,以便当所述第一区域内展示的该目标业务对象的信息被操作时,跳转到该目标业务对象对应的子区域的位置。A layout unit is used to add the information of the target business object to the first area, and to associate the information of the target business object in the first area with the position information of its corresponding sub-area, so that when the information of the target business object displayed in the first area is operated, it jumps to the position of the sub-area corresponding to the target business object.
HK16113781.8A 2016-12-02 Method and device for providing business object in page HK1225470B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
HK16113781.8A HK1225470B (en) 2016-12-02 Method and device for providing business object in page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
HK16113781.8A HK1225470B (en) 2016-12-02 Method and device for providing business object in page

Publications (2)

Publication Number Publication Date
HK1225470A1 HK1225470A1 (en) 2017-09-08
HK1225470B true HK1225470B (en) 2021-01-22

Family

ID=

Similar Documents

Publication Publication Date Title
CN105653545B (en) Method and device for providing service object information in page
US20200090230A1 (en) Systems and methods for suggesting creative types for online content items to an advertiser
US8706547B2 (en) Dynamic pricing for content presentations
US20190347287A1 (en) Method for screening and injection of media content based on user preferences
US9348496B2 (en) Selecting content based on performance of a content slot
US20140181634A1 (en) Selectively Replacing Displayed Content Items Based on User Interaction
US20130091270A1 (en) Page layout in a flow visualization
US9836766B1 (en) Customized landing pages
US8645199B1 (en) Using application characteristics for ad pricing
US10268663B1 (en) Displaying graphical content items based on an audio input
CA2880741A1 (en) System and method for accessing a hub
US20140214883A1 (en) Keyword trending data
WO2015020946A1 (en) Content item distribution based on user interactions
KR20100062512A (en) Method, system and computer-readable recording medium for publishing advertisement on user-preferred region
US20210217048A1 (en) Advertisement distribution system, method and computer program product using a multi-tenant on-demand database system
US20170337584A1 (en) Systems and methods for serving secondary online content based on interactions with primary online content and concierge rules
US10452772B1 (en) Increasing comment visibility
CN113228003B (en) Serving different content pages based on varying user interactions with a single content item
JP6165812B2 (en) Advertisement device, advertisement extraction method, advertisement extraction program, terminal device, and terminal control program
HK1225470B (en) Method and device for providing business object in page
JP2015103819A (en) Distribution device, terminal, distribution method, distribution program and terminal program
KR101812161B1 (en) System and method for processing advertisement targeting using advertisement storing service providing to users individually
KR101817584B1 (en) Advertisement providing system and method for providing advertisement storing service to users individually
US20160034945A1 (en) Slice competitor impression penetration by user type and ad format
HK1225470A1 (en) Method and device for providing business object in page