WO2017051916A1 - Notification method and notification server for sending push notifications to portable terminal - Google Patents

Notification method and notification server for sending push notifications to portable terminal Download PDF

Info

Publication number
WO2017051916A1
WO2017051916A1 PCT/JP2016/078129 JP2016078129W WO2017051916A1 WO 2017051916 A1 WO2017051916 A1 WO 2017051916A1 JP 2016078129 W JP2016078129 W JP 2016078129W WO 2017051916 A1 WO2017051916 A1 WO 2017051916A1
Authority
WO
WIPO (PCT)
Prior art keywords
notification
session
identifier
portable terminal
terminal
Prior art date
Application number
PCT/JP2016/078129
Other languages
French (fr)
Japanese (ja)
Inventor
辰雄 山岸
恭一 河本
雄柱 李
俊 笠原
Original Assignee
株式会社カタリナ
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from JP2016037379A external-priority patent/JP2017062759A/en
Application filed by 株式会社カタリナ filed Critical 株式会社カタリナ
Priority to KR1020187007306A priority Critical patent/KR20180057619A/en
Publication of WO2017051916A1 publication Critical patent/WO2017051916A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M11/00Telephonic communication systems specially adapted for combination with other electrical systems

Definitions

  • the present invention relates to a notification method and notification server for performing push notification to a mobile terminal.
  • the push notification is performed using a remote notification service (APNs in iOS, GCM in Android) that can be used by each OS such as iOS and Android.
  • APNs in iOS, GCM in Android a remote notification service
  • the remote notification service it manages the terminal that is the distribution destination of the communication and the identifier of the application installed on the terminal, respectively, and from the provider of the application or its agency, the terminal identifier, the application identifier, and the message that becomes notification content
  • the notification associated with the specified application is sent to the specified terminal.
  • the types of notification include pop-up notification called toast notification, status notification displaying an icon on the status bar, and the like.
  • Patent Document 1 discloses a system for performing promotion of a mobile game by push notification, and as a promotion message, a confirmation key capable of confirming detailed contents of game information is exemplified, and the confirmation key It has been described that the user can select to allow the mobile terminal to connect to the system and receive details, or to install or run a promoted game. As push notification, the user is only given a simple message such as a text message.
  • the inventors of the present invention have found that push notification can be realized without necessarily using a remote notification service that each OS can use as in the prior art, and has made the present invention. It is possible to design the push notification with a higher degree of freedom without being restricted by the conventional constraints.
  • the present invention has been made in view of such problems, and an object thereof is to enable push notification with a high degree of freedom in a notification method and a notification device for performing push notification to a portable terminal. is there.
  • a first aspect of the present invention is a notification server for displaying a push notification on a portable terminal, wherein the portable terminal establishes a session established with the portable terminal. And a communication unit for transmitting push notification information to the portable terminal on a session stored together with the terminal identifier of the portable terminal.
  • the communication unit transmits the push notification information without requiring a request from the portable terminal.
  • the notification unit refers to a session table storing a correspondence between a terminal identifier and a session based on the terminal identifier input to the notification server.
  • the transmission of the push notification information is performed using a session specified in the following manner.
  • the session stored in the storage unit is also associated with an application identifier of an application installed in the portable terminal, and the communication The unit is characterized in that push notification information is transmitted to the application operating on the portable terminal on the session associated with the terminal identifier and the application identifier.
  • the notification unit stores the correspondence between the terminal identifier and the application identifier and the session based on the terminal identifier and the application identifier input to the notification server.
  • the push notification information is transmitted using a session specified with reference to a session table.
  • the application is an application for browsing a web page.
  • the communication unit transmits the push notification information when the application is in a foreground state. I assume.
  • the session stored in the storage unit is also associated with a web identifier for identifying web content
  • the communication unit is Push notification information is transmitted to a display screen of an application for browsing web content operating on the portable terminal on the session associated with the terminal identifier and the web identifier.
  • the notification unit stores the correspondence between the terminal identifier and the web identifier and the session based on the terminal identifier and the web identifier input to the notification server.
  • the push notification information is transmitted using a session specified with reference to a session table.
  • transmission of the push notification information is performed when web content identified by the web identifier is displayed on the display screen. It is characterized by
  • the web identifier is a URL of a web site including the web content.
  • the twelfth aspect of the present invention is characterized in that, in any of the fourth to eleventh aspects, the session is maintained while the application is activated.
  • the thirteenth aspect of the present invention is characterized in that, in any one of the fourth to twelfth aspects, the session is established upon activation of the application.
  • the session conforms to the WebSocket standard.
  • the notification content of the push notification information includes at least one of a character, a still image and a moving image. Do.
  • the push notification by the push notification information is displayed as a pop-up on the display screen of the portable terminal.
  • a seventeenth aspect of the present invention is characterized in that, in any one of the first to sixteenth aspects, the push notification is arranged in at least a part of a display screen of the portable terminal.
  • an eighteenth aspect of the present invention is characterized in that, in the seventeenth aspect, the push notification is arranged as a wipe for a live video.
  • the communication unit does not store a session established with the portable terminal in the storage unit. Requesting a provisional push notification to the mobile terminal by transmitting a terminal identifier and an application identifier of an application installed in the mobile terminal to a remote notification service that can use an OS installed in the mobile terminal It is characterized by
  • the remote notification service is APNs or GCM.
  • the temporary push notification activates an application identified by the application identifier by being tapped or clicked
  • the storage associates a session established between the portable terminal and the management server by associating the temporary push notification with the terminal identifier of the portable terminal for which tap or click was made and the application identifier of the application activated by the tap or click. It is characterized by storing.
  • the communication unit transmits a push notification to the portable terminal on the session in response to the storage of the session in the storage unit. It is characterized by transmitting information.
  • the communication unit transmits the push notification information without requiring a request from the portable terminal.
  • a twenty-fourth aspect of the present invention is a notification method for displaying a push notification on a portable terminal, which stores a session established with the portable terminal in association with a terminal identifier of the portable terminal. And sending push notification information to the mobile terminal on a session stored together with the terminal identifier of the mobile terminal.
  • a twenty-fifth aspect of the present invention is a program for causing a computer to execute a notification method for causing a portable terminal to display a push notification, the notification method being established between the portable terminal and the portable terminal. Storing the session information in association with the terminal identifier of the portable terminal, and transmitting push notification information to the portable terminal on the session stored together with the terminal identifier of the portable terminal. It features.
  • a notification server that makes a notification and a portable terminal that is a notification destination
  • it is possible to enable flexible push notification for example, to increase the user's recognition of the push notification.
  • FIG. 5 illustrates a method for establishing a session according to one embodiment.
  • the present invention does not perform push notification using the remote notification service available to each OS of the portable terminal as in the prior art, but as shown in FIG. A session is established with the terminal 120, and on the session, push notification information is transmitted to the mobile terminal 120.
  • the notification server 110 includes a processing unit 111 such as a CPU, a storage unit 112, and a communication unit 113, and realizes a function described below by executing a predetermined program.
  • the storage unit 112 stores a session established between the notification server 110 and the portable terminal 120 in association with the terminal identifier of the portable terminal 120.
  • the terminal identifier may be, for example, an IP address.
  • the session can be compliant with the WebSocket standard. Although communication in the downward direction from the notification server 110 to the mobile terminal 120 is necessary to perform push notification on a session, bi-directional communication, in particular full-duplex communication becomes possible by using the WebSocket. That is, the notification server 110 can deliver the push notification at any timing without requiring a request from the portable terminal 120.
  • the identification of the notification destination to which the notification unit 112 performs the push notification stores the session table storing the correspondence between the terminal identifier and the session in the storage unit 113 based on the terminal identifier input to the notification server 110. This can be done by referring to the session table and identifying the session.
  • the notification server 110 may adopt a batch process in which a distribution destination list including a plurality of distribution destinations is read and push notification is performed on the identified session.
  • Each session can also be associated with the application identifier of the application installed in the portable terminal 120.
  • the communication unit 112 operates on the portable terminal 120 on the session associated with the terminal identifier and the application identifier.
  • Push notifications can be sent to the app.
  • the application identifier includes, for example, a reverse domain format (a package name is described in a reverse domain notation and a unique identification method is used).
  • the identification of the notification destination can also be performed by storing the application identifier in the session table and referring to the session table based on the terminal identifier and the application identifier input to the notification server 110.
  • the terminal identifier and the application identifier may be separate identifiers, or an identifier that identifies one set of terminal and application may be used.
  • the application can be, for example, an application for browsing a web page. Also, push notification information can be transmitted when the application is in the foreground state.
  • the notification content of the transmitted push notification information can include at least one of characters, still images, moving images, and 3D content, and is displayed as a pop-up on the display screen of the portable terminal 120.
  • the mobile terminal 120 analyzes the content binary data included in the push notification information and the structured data constituting the web page such as HTML, CSS, JS, etc. Then, the push notification is displayed by assembling the content and the structured data on the display screen of the mobile terminal 120 and reconstructing the web page as a pop-up.
  • the notification content may be created by the application provider, and may be stored in an attached content management system (CMS) (not shown) to which the notification server 110 or the notification server 110 can connect.
  • CMS attached content management system
  • the push notification can be disposed on at least a part of the display screen of the portable terminal 120, and the position, size, and shape can be adjusted according to the application.
  • the notification server 110 includes rich content such as still images and moving images at any timing on any terminal, as long as a session is established (described later).
  • Arbitrary push notifications can be delivered with a high degree of freedom. Since the request from the portable terminal 120 can be made unnecessary, energy saving of the portable terminal 120 can be achieved. Further, when notification is made in response to a request from the portable terminal 120, the waiting time of the request is delayed. According to the present invention, high-speed push notification can be realized.
  • a session is established in association with a web identifier that identifies web content, such as a web page, operating on portable terminal 120, and as shown in FIG. Send push notification information to the display screen of the application for browsing web content that operates in
  • the web identifier includes, for example, the URL of a web site including web content.
  • the notification server 110 first determines whether the URL associated with the session is viewed on the portable terminal 120 or a module establishing a full-duplex communication state with the notification server 110 read by the website. If it is viewed, send push notification information.
  • the mobile terminal 120 receives the push notification information, the mobile terminal 120 analyzes the content binary data included in the push notification information and the structured data constituting the web page such as HTML, CSS, JS, etc. Display the push notification by assembling the content and structured data on the display screen and popping up and rebuilding the web page.
  • the application identifier may be a web identifier.
  • a push notification when given to a web page, it may be expressed in a different expression such as a banner form that is not a pop-up so as not to disturb the browsing of the site (content) that the user is browsing.
  • Session management Session management according to the present invention includes several embodiments.
  • Each session when associated with an app, can be established with app launch and maintained while the app is launched.
  • the application may transmit the push notification information only in the foreground state while maintaining the session in both the foreground and background states.
  • each session when associated with a URL, it can be discarded in response to transition from the URL to another URL.
  • the method for establishing a session can be roughly classified into at least two.
  • the first method is a method of incorporating a module for session establishment in an application operating on the mobile terminal 120.
  • the module is executed to determine the presence or absence of a session with the management server 110, and if there is no session, the portable terminal 120 requests the management server 110 to establish a session.
  • the terminal identifier or the terminal identifier and the application identifier are transmitted to establish a session, and the newly established session is stored in the session table stored in the storage unit 113 of the management server 110.
  • the management server 110 can determine the received request based on the terminal identifier or the terminal identifier and the application identifier in order to establish a session, and can establish a session by returning a response if it is a target client.
  • a module for session establishment is stored in a web server accessed by an application for browsing web content operating on the portable terminal 120 and the web server is accessed from the portable terminal 120 .
  • the web content, and the module is transmitted to the portable terminal 120.
  • the application executes the module to establish a session.
  • the module may be stored in a web server, or may be stored on another server that can be connected from the web server. Placing it on another server facilitates maintenance such as module update.
  • the notification server 110 determines the presence or absence of a session with each notification destination (S301).
  • a session is established, push notification is performed (S302), but when a session is not established, a push notification (also referred to as "provisional push notification") is tentatively used using a remote notification service available to each OS. ) Can be performed (S303).
  • provisional push notification also referred to as "provisional push notification”
  • S304 When the user taps or clicks the temporary push notification, a session can be established between the notification server 110 and the portable terminal 120 according to the first or second method (S304).
  • a flag is set in the session table to hold that the session corresponding to the terminal identifier and the application identifier designated as the notification destination has not been established, and while the flag is set.
  • the notification content is acquired from the CMS or the like in the same manner as during establishment, and push notification is performed on the display screen of the application on the established session.
  • the notification server 110 can receive a user identifier such as a fingerprint from the mobile terminal 120 over the session.
  • a user identifier such as a fingerprint
  • Fingerprint means at least at least the type and version of browser, the type and version of OS, screen resolution, available fonts, plug-ins, time zone, language and font settings, hardware configuration information, etc. A combination of two or more to identify the user based on the difference.
  • the session establishment module or a separate history acquisition module is provided with a function of acquiring the user identifier and transmitting it to the notification server 110, for example, the user accessing the first web page using the portable terminal 120 , And a user action history such as access to a second web page different from the first web page from the first web page to the notification server 110 and transmitted from the storage unit 112 of the notification server 110 or the communication server 110 It may be stored in an accessible storage unit.
  • the notification server 110 receives the user identifier of the portable terminal 120 at the time of session establishment or at a predetermined timing after the session establishment, referring to the past user behavior history associated with the received user identifier, It is possible to determine the notification content of the push notification to the mobile terminal 120 on the session.
  • the user behavior history for example, referring to the information viewed from the detail page of the product which is the first web page, the product having interest in the first web page in the second web page It is possible to make a recommendation notification of
  • a push notification associated with a new web page different from the existing web page is transmitted to the user who has accessed the existing web page during a predetermined period.
  • it can be a push notification that includes the URL of the new web page in the notification content.
  • the problem brought about by the difficulty in providing an efficient connection to the newly created web page is that the top page of the website including the newly created web page is the above existing web page. Particularly remarkable effects are obtained.
  • the top page which has many headlines on articles, has many visitors, but many users transition to lower-level web pages in a short time. It is not easy to deliver, but you can capture many users by continuing to push notifications for a given period of time.
  • top page of the web site that includes the new web page In addition to the top page of the web site that includes the new web page, it is equally effective to use the top page of the web site associated with the new web page.
  • the mobile terminal 120 may send keep_alive packets to the server 110.
  • a wipe In the case where a moving picture, particularly a sports game such as an Olympics or high school baseball game, a rocket launch, a live moving picture such as a concert is targeted as notification contents of the push notification, in one aspect of the present invention, display is performed as a wipe.
  • wipe is used as a term indicating a different image by providing a smaller area at a corner of the display area or referring to the display area.
  • the live video as a wipe before a predetermined time such as 1 hour, 30 minutes, 10 minutes, 5 minutes, 1 minute, etc.
  • a predetermined time such as 1 hour, 30 minutes, 10 minutes, 5 minutes, 1 minute, etc.
  • make push notifications of The placement position of the wipe can be at the lower right, upper right, upper left, lower left, etc. corners of the display area of the application such as a web browser, and the placement position of the wipe is fixed even if the displayed page is scrolled It can be done as it is. If the user wishes, he may drag the wipe to make its position variable.
  • the event targeted for the video wipe may be an event related to the web page displayed by the web browser or the content of the website, an event related to the interest of the user determined from the user's past behavior history, etc. .
  • the notification server 110 may uniformly distribute to all or a part of notification destinations that can be notified.
  • the procedure for displaying the video wipe is as follows. First, push notification information is transmitted to the portable terminal 112. Next, the web browser of the portable terminal 112 executes a script included in the push notification information, associates it with the web browser, and generates a display area for wiping. Then, the live video is automatically reproduced in the wipe, or the reproduction is started in response to an input from the user to the wipe. Further, the wipe may be enlarged or displayed full screen in response to an input such as a tap or click from the user.
  • the animation displayed as a push notification may be a web page on which display is performed or an animation not provided on a website.
  • the remote notification service provided by each OS can not confirm the effect of push notification, and it is difficult to make an effective push notification strategy.
  • the management server 110 can acquire information such as a user action after the push notification. For example, by providing a questionnaire function in the push notification and aggregating responses from users, etc., it becomes possible to analyze for more effective push notification.
  • a push notification is performed to a second portable terminal in which a WebSocket session is not established via the first portable terminal in which a WebSocket session is established.
  • the second mobile terminal requests the notification server 110 to establish a WebSocket session.
  • the notification server 110 determines that the number of established WebSocket sessions has reached a predetermined upper limit or the number of sessions, the notification server 110 returns a notification of establishment failure to the second mobile terminal.
  • the notification server 110 also returns the IP address of the first portable terminal in which the WebSocket session has been established.
  • the second mobile terminal establishes a WebRTC session compliant with the WebRTC standard with the first mobile terminal using the WebSocket module or a separate WebRTC module.
  • the first mobile terminal receives the push notification from the notification server 110, the first mobile terminal receives the push notification from the WebSocket module stored in the storage unit of the first mobile terminal or a separate WebRTC module and the WebRTC session with the current second mobile terminal. Is forwarded to the second mobile terminal in response to the establishment of the second mobile terminal.
  • the load on the notification server 110 can be reduced.
  • push notifications incorporating game characteristics are possible, for example, push notifications of programs such as game tickets, and give benefits when the user's choice is hit Push notification is possible.
  • notification server 111 processing unit 112 storage unit 113 communication unit 120 portable terminal

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)

Abstract

Instead of sending a push notification using a remote notification service which can be used by the operating system of each portable terminal as practiced in the past, as shown in Fig. 1, a session is established between a notification server 110 sending a notification and a portable terminal 120 as the destination of the notification, and push notification information is transmitted to the portable terminal 120 in the session. Sessions established between the notification server 110 and the portable terminals 120 are stored in a storage unit 112 of the notification server 110 in association with terminal identifiers for the portable terminals 120. Consequently, the notification server 110 is able to deliver any push notification, including rich content such as still images and motion pictures, to any terminal at any time with a high degree of flexibility, provided that sessions have been established therebetween.

Description

携帯端末にプッシュ通知を行うための通知方法及び通知サーバNotification method and notification server for performing push notification to portable terminal
 本発明は、携帯端末にプッシュ通知を行うための通知方法及び通知サーバに関する。 The present invention relates to a notification method and notification server for performing push notification to a mobile terminal.
 近年、スマートフォン、タブレットなどの携帯端末の普及が急激に進んでいる。こうした携帯端末の特徴の1つは、iOS、AndroidといったOSが搭載されており、OSが提供する機能の上で各種アプリケーション(「アプリ」とも呼ぶ。)をインストールすることによってさまざまな情報処理が可能となる点である。 In recent years, the spread of portable terminals such as smartphones and tablets has been rapidly advancing. One of the features of such a mobile terminal is that an OS such as iOS or Android is installed, and various information processing can be performed by installing various applications (also referred to as "applications") on functions provided by the OS. The point is
 多くのアプリ・プロバイダーは、ユーザーのアクティブ率向上等を目的としてユーザーに対するプッシュ通知を用いる。 Many app providers use push notification to users for the purpose of improving the user's activity rate.
 プッシュ通知は、iOS、Androidといった各OSが利用可能なリモート通知サービス(iOSではAPNs、AndroidではGCM)を用いて行われている。リモート通知サービスにおいて、通信の配信先である端末及び当該端末にインストールされたアプリの識別子をそれぞれ管理し、アプリのプロバイダー又はその代行業者から、端末識別子、アプリ識別子、及び、通知内容となるメッセージを受け取ると、指定された端末に対し、指定されたアプリと関連づけられた通知を送信する。 The push notification is performed using a remote notification service (APNs in iOS, GCM in Android) that can be used by each OS such as iOS and Android. In the remote notification service, it manages the terminal that is the distribution destination of the communication and the identifier of the application installed on the terminal, respectively, and from the provider of the application or its agency, the terminal identifier, the application identifier, and the message that becomes notification content When received, the notification associated with the specified application is sent to the specified terminal.
 通知の形式には、トースト通知と呼ばれるポップアップ通知、ステータスバーにアイコンを表示するステータス通知等がある。 The types of notification include pop-up notification called toast notification, status notification displaying an icon on the status bar, and the like.
特開2015-149070号公報JP, 2015-149070, A
 従来のプッシュ通知は、いずれの形式であれ、各OSが利用可能なリモート通知サービスの制約により、含ませることのできる情報が限られている。たとえば、特許文献1には、モバイルゲームのプロモーションをプッシュ通知により行うためのシステムが開示されており、プロモーションメッセージとして、ゲーム情報の詳細内容を確認することのできる確認キーが例示され、当該確認キーをユーザーが選択すると、携帯端末機が上記システムに接続して詳細内容を受け取ることができること、あるいは、プロモーションされたゲームのインストール又は実行をできることが説明されている。プッシュ通知としてはユーザーに文字メッセージなどの簡単なメッセージを伝えるに留まっている。 Conventional push notifications, in any form, have limited information that can be included due to the limitations of the remote notification service available to each OS. For example, Patent Document 1 discloses a system for performing promotion of a mobile game by push notification, and as a promotion message, a confirmation key capable of confirming detailed contents of game information is exemplified, and the confirmation key It has been described that the user can select to allow the mobile terminal to connect to the system and receive details, or to install or run a promoted game. As push notification, the user is only given a simple message such as a text message.
 本発明の発明者らは、従来のように必ずしも各OSが利用可能なリモート通知サービスを用いずともプッシュ通知を実現可能であることを見出し、本発明をするにいたった。従来の制約に縛られずに、より高い自由度でプッシュ通知の設計が可能となるのである。 The inventors of the present invention have found that push notification can be realized without necessarily using a remote notification service that each OS can use as in the prior art, and has made the present invention. It is possible to design the push notification with a higher degree of freedom without being restricted by the conventional constraints.
 本発明は、このような問題点に鑑みてなされたものであり、その目的は、携帯端末にプッシュ通知を行うための通知方法及び通知装置において、自由度の高いプッシュ通知を可能とすることにある。 The present invention has been made in view of such problems, and an object thereof is to enable push notification with a high degree of freedom in a notification method and a notification device for performing push notification to a portable terminal. is there.
 このような目的を達成するために、本発明の第1の態様は、携帯端末にプッシュ通知を表示させるための通知サーバであって、前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶する記憶部と、前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信する通信部とを備えることを特徴とする。 In order to achieve such an object, a first aspect of the present invention is a notification server for displaying a push notification on a portable terminal, wherein the portable terminal establishes a session established with the portable terminal. And a communication unit for transmitting push notification information to the portable terminal on a session stored together with the terminal identifier of the portable terminal.
 また、本発明の第2の態様は、第1の態様において、前記通信部は、前記携帯端末からの要求を必要とすることなく、前記プッシュ通知情報を送信することを特徴とする。 Further, according to a second aspect of the present invention, in the first aspect, the communication unit transmits the push notification information without requiring a request from the portable terminal.
 また、本発明の第3の態様は、第2の態様において、前記通知部は、前記通知サーバに入力された端末識別子に基づいて端末識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする。 Further, according to a third aspect of the present invention, in the second aspect, the notification unit refers to a session table storing a correspondence between a terminal identifier and a session based on the terminal identifier input to the notification server. The transmission of the push notification information is performed using a session specified in the following manner.
 また、本発明の第4の態様は、第1から第3のいずれかの態様において、前記記憶部に記憶されるセッションは、前記携帯端末にインストールされたアプリのアプリ識別子とも関連づけられ、前記通信部は、前記端末識別子及び前記アプリ識別子と関連づけられた前記セッション上で、前記携帯端末上で動作する前記アプリに対してプッシュ通知情報を送信することを特徴とする。 Further, according to a fourth aspect of the present invention, in any one of the first to third aspects, the session stored in the storage unit is also associated with an application identifier of an application installed in the portable terminal, and the communication The unit is characterized in that push notification information is transmitted to the application operating on the portable terminal on the session associated with the terminal identifier and the application identifier.
 また、本発明の第5の態様は、第4の態様において、前記通知部は、前記通知サーバに入力された端末識別子及びアプリ識別子に基づいて端末識別子及びアプリ識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする。 Further, according to a fifth aspect of the present invention, in the fourth aspect, the notification unit stores the correspondence between the terminal identifier and the application identifier and the session based on the terminal identifier and the application identifier input to the notification server. The push notification information is transmitted using a session specified with reference to a session table.
 また、本発明の第6の態様は、第4又は第5の態様において、前記アプリは、ウェブページを閲覧するためのアプリであることを特徴とする。 Further, according to a sixth aspect of the present invention, in the fourth or fifth aspect, the application is an application for browsing a web page.
 また、本発明の第7の態様は、第4から第6のいずれかの態様において、前記通信部は、前記アプリがフォアグランドの状態であるときに、前記プッシュ通知情報を送信することを特徴とする。 Further, according to the seventh aspect of the present invention, in any of the fourth to sixth aspects, the communication unit transmits the push notification information when the application is in a foreground state. I assume.
 また、本発明の第8の態様は、第1から第3のいずれかの態様において、前記記憶部に記憶されるセッションは、ウェブコンテンツを識別するためのウェブ識別子とも関連づけられ、前記通信部は、前記端末識別子及び前記ウェブ識別子と関連づけられた前記セッション上で、前記携帯端末上で動作するウェブコンテンツを閲覧するためのアプリの表示画面に対してプッシュ通知情報を送信することを特徴とする。 In the eighth aspect of the present invention according to any one of the first to third aspects, the session stored in the storage unit is also associated with a web identifier for identifying web content, and the communication unit is Push notification information is transmitted to a display screen of an application for browsing web content operating on the portable terminal on the session associated with the terminal identifier and the web identifier.
 また、本発明の第9の態様は、第8の態様において、前記通知部は、前記通知サーバに入力された端末識別子及びウェブ識別子に基づいて端末識別子及びウェブ識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする。 Further, according to a ninth aspect of the present invention, in the eighth aspect, the notification unit stores the correspondence between the terminal identifier and the web identifier and the session based on the terminal identifier and the web identifier input to the notification server. The push notification information is transmitted using a session specified with reference to a session table.
 また、本発明の第10の態様は、第8又は第9の態様において、前記プッシュ通知情報の送信は、前記ウェブ識別子により識別されるウェブコンテンツが前記表示画面に表示されているときに行われることを特徴とする。 Further, according to a tenth aspect of the present invention, in the eighth or ninth aspect, transmission of the push notification information is performed when web content identified by the web identifier is displayed on the display screen. It is characterized by
 また、本発明の第11の態様は、第8から第10のいずれかの態様において、前記ウェブ識別子は、前記ウェブコンテンツを含むウェブサイトのURLであることを特徴とする。 Further, according to an eleventh aspect of the present invention, in any one of the eighth to tenth aspects, the web identifier is a URL of a web site including the web content.
 また、本発明の第12の態様は、第4から第11のいずれかの態様において、前記セッションは、前記アプリが起動されている間、維持されることを特徴とする。 The twelfth aspect of the present invention is characterized in that, in any of the fourth to eleventh aspects, the session is maintained while the application is activated.
 また、本発明の第13の態様は、第4から第12のいずれかの態様において、前記セッションは、前記アプリの起動に伴い確立されることを特徴とする。 The thirteenth aspect of the present invention is characterized in that, in any one of the fourth to twelfth aspects, the session is established upon activation of the application.
 また、本発明の第14の態様は、第1から第13のいずれかの態様において、前記セッションは、WebSocket規格に準拠することを特徴とする。 In a fourteenth aspect of the present invention according to any one of the first to thirteenth aspects, the session conforms to the WebSocket standard.
 また、本発明の第15の態様は、第1から第14のいずれかの態様において、前記プッシュ通知情報の通知内容は、文字、静止画及び動画のうちの少なくとも1つを含むことを特徴とする。 In the fifteenth aspect of the present invention according to any one of the first to fourteenth aspects, the notification content of the push notification information includes at least one of a character, a still image and a moving image. Do.
 また、本発明の第16の態様は、第1から第15のいずれかの態様において、前記プッシュ通知情報によるプッシュ通知は、前記携帯端末の表示画面にポップアップとして表示されることを特徴とする。 Further, according to a sixteenth aspect of the present invention, in any one of the first to fifteenth aspects, the push notification by the push notification information is displayed as a pop-up on the display screen of the portable terminal.
 また、本発明の第17の態様は、第1から第16のいずれかの態様において、前記プッシュ通知は、前記携帯端末の表示画面の少なくとも1部に配置されることを特徴とする。 A seventeenth aspect of the present invention is characterized in that, in any one of the first to sixteenth aspects, the push notification is arranged in at least a part of a display screen of the portable terminal.
 また、本発明の第18の態様は、第17の態様において、前記プッシュ通知は、実況動画のためのワイプとして配置されることを特徴とする。 In addition, an eighteenth aspect of the present invention is characterized in that, in the seventeenth aspect, the push notification is arranged as a wipe for a live video.
 また、本発明の第19の態様は、第1から第18のいずれかの態様において、前記通信部は、前記携帯端末との間に確立されたセッションが前記記憶部に記憶されていない場合、前記携帯端末に搭載されたOSが利用可能なリモート通知サービスに対して端末識別子、及び、前記携帯端末にインストールされたアプリのアプリ識別子を送信して前記携帯端末への仮プッシュ通知を要求することを特徴とする。 Further, in a nineteenth aspect of the present invention according to any one of the first to eighteenth aspects, the communication unit does not store a session established with the portable terminal in the storage unit. Requesting a provisional push notification to the mobile terminal by transmitting a terminal identifier and an application identifier of an application installed in the mobile terminal to a remote notification service that can use an OS installed in the mobile terminal It is characterized by
 また、本発明の第20の態様は、第19の態様において、前記リモート通知サービスは、APNs又はGCMであることを特徴とする。 Also, in a twentieth aspect according to the twentieth aspect of the present invention, the remote notification service is APNs or GCM.
 また、本発明の第21の態様は、第19又は20の態様において、前記仮プッシュ通知は、タップ又はクリックされることにより、前記アプリ識別子により識別されるアプリを起動するものであり、前記記憶部は、前記仮プッシュ通知がタップ又はクリックされた前記携帯端末の端末識別子及びタップ又はクリックにより起動されるアプリのアプリ識別子と関連づけて前記携帯端末と前記管理サーバとの間に確立されるセッションを記憶することを特徴とする。 In addition, according to a twenty-first aspect of the present invention, in the nineteenth or twentieth aspect, the temporary push notification activates an application identified by the application identifier by being tapped or clicked, the storage The unit associates a session established between the portable terminal and the management server by associating the temporary push notification with the terminal identifier of the portable terminal for which tap or click was made and the application identifier of the application activated by the tap or click. It is characterized by storing.
 また、本発明の第22の態様は、第21の態様において、前記通信部は、前記記憶部に前記セッションが記憶されたことに応じて、前記セッション上で、前記携帯端末に対してプッシュ通知情報を送信することを特徴とする。 Further, according to a twenty-second aspect of the present invention, in the twenty-first aspect, the communication unit transmits a push notification to the portable terminal on the session in response to the storage of the session in the storage unit. It is characterized by transmitting information.
 また、本発明の第23の態様は、第22の態様において、前記通信部は、前記携帯端末からの要求を必要とすることなく、前記プッシュ通知情報を送信することを特徴とする。 Further, in a twenty-third aspect of the present invention according to the twenty-second aspect, the communication unit transmits the push notification information without requiring a request from the portable terminal.
 また、本発明の第24の態様は、携帯端末にプッシュ通知を表示させるための通知方法であって、前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶するステップと、前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信するステップとを含むことを特徴とする。 A twenty-fourth aspect of the present invention is a notification method for displaying a push notification on a portable terminal, which stores a session established with the portable terminal in association with a terminal identifier of the portable terminal. And sending push notification information to the mobile terminal on a session stored together with the terminal identifier of the mobile terminal.
 また、本発明の第25の態様は、コンピュータに、携帯端末にプッシュ通知を表示させるための通知方法を実行させるためのプログラムであって、前記通知方法は、前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶するステップと、前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信するステップとを含むことを特徴とする。 A twenty-fifth aspect of the present invention is a program for causing a computer to execute a notification method for causing a portable terminal to display a push notification, the notification method being established between the portable terminal and the portable terminal. Storing the session information in association with the terminal identifier of the portable terminal, and transmitting push notification information to the portable terminal on the session stored together with the terminal identifier of the portable terminal. It features.
 本発明の一態様によれば、従来のように携帯端末の各OSが利用可能なリモート通知サービスを用いてプッシュ通知を行うのではなく、通知を行う通知サーバと通知先である携帯端末との間にセッションを確立し、当該セッション上で、携帯端末に対してプッシュ通知情報を送信するため、自由度の高いプッシュ通知を可能とし、たとえばユーザーによるプッシュ通知の認知を高めることができる。 According to one aspect of the present invention, instead of performing push notification using a remote notification service that each OS of the portable terminal can use as in the prior art, a notification server that makes a notification and a portable terminal that is a notification destination In order to establish a session and transmit push notification information to the mobile terminal on the session, it is possible to enable flexible push notification, for example, to increase the user's recognition of the push notification.
本発明にかかる通知サーバと携帯端末との関係を示す図である。It is a figure which shows the relationship between the notification server concerning this invention, and a portable terminal. 一実施形態にかかるウェブコンテンツへのプッシュ通知の表示例を示す図である。It is a figure which shows the example of a display of the push notification to the web content concerning one Embodiment. 一実施形態にかかるセッションの確立方法を示す図である。FIG. 5 illustrates a method for establishing a session according to one embodiment.
 以下、図面を参照して本発明の実施形態を詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
 (本発明の概要)
 本発明は、従来のように携帯端末の各OSが利用可能なリモート通知サービスを用いてプッシュ通知を行うのではなく、図1に示すように、通知を行う通知サーバ110と通知先である携帯端末120との間にセッションを確立し、当該セッション上で、携帯端末120に対してプッシュ通知情報を送信する。
(Summary of the Invention)
The present invention does not perform push notification using the remote notification service available to each OS of the portable terminal as in the prior art, but as shown in FIG. A session is established with the terminal 120, and on the session, push notification information is transmitted to the mobile terminal 120.
 通知サーバ110は、CPUなどの処理部111と、記憶部112と、通信部113とを備え、所定のプログラムを実行することで、以下で説明する各機能を実現する。記憶部112には、通知サーバ110と携帯端末120との間に確立されるセッションが、当該携帯端末120の端末識別子に関連づけて記憶される。端末識別子としては、たとえばIPアドレスが挙げられる。 The notification server 110 includes a processing unit 111 such as a CPU, a storage unit 112, and a communication unit 113, and realizes a function described below by executing a predetermined program. The storage unit 112 stores a session established between the notification server 110 and the portable terminal 120 in association with the terminal identifier of the portable terminal 120. The terminal identifier may be, for example, an IP address.
 上記セッションは、WebSocket規格に準拠するものとすることができる。セッション上でプッシュ通知を行うためには通知サーバ110から携帯端末120への下り方向の通信が必要となるが、WebSocketを用いることによって、双方向通信、特に全二重通信が可能となる。すなわち、通知サーバ110は、携帯端末120からの要求を必要とすることなく、任意のタイミングでプッシュ通知の配信を行うことができる。 The session can be compliant with the WebSocket standard. Although communication in the downward direction from the notification server 110 to the mobile terminal 120 is necessary to perform push notification on a session, bi-directional communication, in particular full-duplex communication becomes possible by using the WebSocket. That is, the notification server 110 can deliver the push notification at any timing without requiring a request from the portable terminal 120.
 通知部112がプッシュ通知を行う通知先の特定は、端末識別子とセッションとの対応づけを格納するセッションテーブルを記憶部113に記憶しておき、通知サーバ110に入力された端末識別子に基づいて当該セッションテーブルを参照してセッションを特定することによって行うことができる。通知サーバ110としては、複数の配信先を含む配信先リストを読み込み、特定されたセッションにプッシュ通知を行っていくバッチ処理を採用してもよい。 The identification of the notification destination to which the notification unit 112 performs the push notification stores the session table storing the correspondence between the terminal identifier and the session in the storage unit 113 based on the terminal identifier input to the notification server 110. This can be done by referring to the session table and identifying the session. The notification server 110 may adopt a batch process in which a distribution destination list including a plurality of distribution destinations is read and push notification is performed on the identified session.
 各セッションは、携帯端末120にインストールされたアプリのアプリ識別子とも関連づけることができ、この場合、通信部112は、端末識別子及びアプリ識別子と関連づけられたセッション上で、携帯端末120上で動作する当該アプリに対してプッシュ通知を送信することができる。アプリ識別子としては、たとえば逆ドメイン形式(パッケージ名を逆ドメイン記法で記述し一意性を持たせる識別法)が挙げられる。通知先の特定は、セッションテーブルにアプリ識別子も格納し、通知サーバ110に入力された端末識別子及びアプリ識別子に基づいて当該セッションテーブルを参照することにより可能である。端末識別子及びアプリ識別子を別個の識別子としてもよいし、1組の端末及びアプリを識別する識別子を用いてもよい。当該アプリは、たとえば、ウェブページを閲覧するためのアプリとすることができる。また、当該アプリがフォアグランドの状態であるときにプッシュ通知情報を送信するようにすることができる。 Each session can also be associated with the application identifier of the application installed in the portable terminal 120. In this case, the communication unit 112 operates on the portable terminal 120 on the session associated with the terminal identifier and the application identifier. Push notifications can be sent to the app. The application identifier includes, for example, a reverse domain format (a package name is described in a reverse domain notation and a unique identification method is used). The identification of the notification destination can also be performed by storing the application identifier in the session table and referring to the session table based on the terminal identifier and the application identifier input to the notification server 110. The terminal identifier and the application identifier may be separate identifiers, or an identifier that identifies one set of terminal and application may be used. The application can be, for example, an application for browsing a web page. Also, push notification information can be transmitted when the application is in the foreground state.
 送信されるプッシュ通知情報の通知内容には、文字、静止画及び動画、3Dコンテンツのうちの少なくとも1つを含むことができ、携帯端末120の表示画面にポップアップとして表示される。具体的には、プッシュ通知情報を携帯端末120が受信すると、携帯端末120は、当該プッシュ通知情報に含まれるコンテンツバイナリデータとHTML、CSS、JSなどのウェブページを構成する構造化データとを解析し、携帯端末120の表示画面上にコンテンツと構造化データを組み立ててポップアップとしてウェブページを再構築することによって、プッシュ通知を表示させる。 The notification content of the transmitted push notification information can include at least one of characters, still images, moving images, and 3D content, and is displayed as a pop-up on the display screen of the portable terminal 120. Specifically, when the mobile terminal 120 receives the push notification information, the mobile terminal 120 analyzes the content binary data included in the push notification information and the structured data constituting the web page such as HTML, CSS, JS, etc. Then, the push notification is displayed by assembling the content and the structured data on the display screen of the mobile terminal 120 and reconstructing the web page as a pop-up.
 通知内容は、アプリ・プロバイダーが作成し、通知サーバ110又は通知サーバ110が接続可能なコンテンツマネジメントシステム(CMS)(図示せず)にそれぞれに識別子を付して記憶しておけばよい。 The notification content may be created by the application provider, and may be stored in an attached content management system (CMS) (not shown) to which the notification server 110 or the notification server 110 can connect.
 プッシュ通知は、携帯端末120の表示画面の少なくとも1部に配置することができ、用途に応じて位置・大きさ・形状を調整可能である。 The push notification can be disposed on at least a part of the display screen of the portable terminal 120, and the position, size, and shape can be adjusted according to the application.
 このようにすることで、本発明にかかる通知サーバ110は、セッションが確立されていることを条件に(後述)、任意の端末に任意のタイミングで、静止画、動画等のリッチなコンテンツを含む任意のプッシュ通知を高い自由度で配信することができる。携帯端末120からの要求を不要とできるため、携帯端末120の省エネ化を図ることができる。また、携帯端末120からの要求に応じて通知を行うと要求の待ち時間が遅延となるところ、本発明によれば、高速なプッシュ通知が実現可能である。 By doing this, the notification server 110 according to the present invention includes rich content such as still images and moving images at any timing on any terminal, as long as a session is established (described later). Arbitrary push notifications can be delivered with a high degree of freedom. Since the request from the portable terminal 120 can be made unnecessary, energy saving of the portable terminal 120 can be achieved. Further, when notification is made in response to a request from the portable terminal 120, the waiting time of the request is delayed. According to the present invention, high-speed push notification can be realized.
 (ウェブコンテンツへのプッシュ通知)
 本発明の一実施形態では、携帯端末120上で動作するウェブページなどのウェブコンテンツを識別するウェブ識別子と関連づけてセッションを確立し、図2に示すように、当該セッション上で、携帯端末120上で動作するウェブコンテンツを閲覧するためのアプリの表示画面に対してプッシュ通知情報を送信する。
(Push notification to web content)
In one embodiment of the present invention, a session is established in association with a web identifier that identifies web content, such as a web page, operating on portable terminal 120, and as shown in FIG. Send push notification information to the display screen of the application for browsing web content that operates in
 ウェブ識別子としては、たとえば、ウェブコンテンツを含むウェブサイトのURLが挙げられる。この場合、通知サーバ110は、まずウェブサイトが読み込む通知サーバ110と全二重通信状態を確立するモジュールが当該セッションに関連づけられたURLが携帯端末120上で閲覧されているか否かを判定し、閲覧されている場合、プッシュ通知情報を送信する。プッシュ通知情報を携帯端末120が受信すると、携帯端末120は、当該プッシュ通知情報に含まれるコンテンツバイナリデータとHTML、CSS、JSなどのウェブページを構成する構造化データとを解析し、携帯端末120の表示画面上にコンテンツと構造化データを組み立ててポップアップとしウェブページを再構築することによって、プッシュ通知を表示させる。 The web identifier includes, for example, the URL of a web site including web content. In this case, the notification server 110 first determines whether the URL associated with the session is viewed on the portable terminal 120 or a module establishing a full-duplex communication state with the notification server 110 read by the website. If it is viewed, send push notification information. When the mobile terminal 120 receives the push notification information, the mobile terminal 120 analyzes the content binary data included in the push notification information and the structured data constituting the web page such as HTML, CSS, JS, etc. Display the push notification by assembling the content and structured data on the display screen and popping up and rebuilding the web page.
 このようにすることで、ウェブページなどのウェブコンテンツに対して直接的にプッシュ通知を行うことが可能となる。 By doing this, it is possible to perform push notification directly on web content such as a web page.
 なお、アプリが特定のURLにアクセスするものである場合にはアプリ識別子がウェブ識別子であることがある。 If the application accesses a specific URL, the application identifier may be a web identifier.
 また、ウェブページに対してプッシュ通知を行う場合、ユーザーが閲覧しているサイト(コンテンツ)の閲覧を邪魔しないようにポップアップではないバナー形式のような違う表現で表すこともできる。 Also, when a push notification is given to a web page, it may be expressed in a different expression such as a banner form that is not a pop-up so as not to disturb the browsing of the site (content) that the user is browsing.
 (セッション管理)
 本発明にかかるセッションの管理には、いくつかの実施形態が挙げられる。
(Session management)
Session management according to the present invention includes several embodiments.
 各セッションは、アプリに関連づけられている場合、アプリの起動に伴い確立し、アプリが起動されている間、維持することができる。 Each session, when associated with an app, can be established with app launch and maintained while the app is launched.
 アプリがフォアグランド・バックグランドのいずれの状態においてもセッションを維持しておきつつ、フォアグランドの状態においてのみプッシュ通知情報の送信を行うようにしてもよい。 The application may transmit the push notification information only in the foreground state while maintaining the session in both the foreground and background states.
 また、各セッションは、URLに関連づけられている場合、当該URLから別のURLに遷移したことに応じて破棄することができる。 In addition, when each session is associated with a URL, it can be discarded in response to transition from the URL to another URL.
 (セッションの確立方法)
 本発明にかかるセッションの確立方法には、大別して少なくとも2通りが挙げられる。第1の方法は、携帯端末120上で動作するアプリにセッション確立用モジュールを組み込む方法である。当該アプリが携帯端末120上で起動すると当該モジュールが実行されて、管理サーバ110とのセッションの有無を判定し、セッションが無ければ携帯端末120から管理サーバ110に、セッションを確立するためのリクエストと合わせて端末識別子又は端末識別子及びアプリ識別子が送信されてセッションが確立され、管理サーバ110の記憶部113に記憶されたセッションテーブルに新たに確立されたセッションが格納される。管理サーバ110は、受け取ったリクエストに対してセッション確立のために端末識別子又は端末識別子及びアプリ識別子を元に判断し、対象クライアントであればレスポンスを返すことで、セッションの確立を行うことができる。
(How to establish a session)
The method for establishing a session according to the present invention can be roughly classified into at least two. The first method is a method of incorporating a module for session establishment in an application operating on the mobile terminal 120. When the application is activated on the portable terminal 120, the module is executed to determine the presence or absence of a session with the management server 110, and if there is no session, the portable terminal 120 requests the management server 110 to establish a session. At the same time, the terminal identifier or the terminal identifier and the application identifier are transmitted to establish a session, and the newly established session is stored in the session table stored in the storage unit 113 of the management server 110. The management server 110 can determine the received request based on the terminal identifier or the terminal identifier and the application identifier in order to establish a session, and can establish a session by returning a response if it is a target client.
 第2の方法は、携帯端末120上で動作するウェブコンテンツを閲覧するためのアプリによってアクセスされるウェブサーバにセッション確立用モジュールを記憶しておき、当該ウェブサーバに携帯端末120からアクセスがあると、ウェブコンテンツとともに当該モジュールを携帯端末120に送信する。携帯端末120では上記アプリが当該モジュールを実行してセッションが確立される。上記モジュールは、ウェブサーバに記憶しておいてもよいし、当該ウェブサーバから接続可能な別のサーバ上に記憶しておいてもよい。別のサーバ上に置いておくことでモジュールのアップデートなどのメンテナンスが容易になる。 In the second method, when a module for session establishment is stored in a web server accessed by an application for browsing web content operating on the portable terminal 120 and the web server is accessed from the portable terminal 120 , The web content, and the module is transmitted to the portable terminal 120. In the mobile terminal 120, the application executes the module to establish a session. The module may be stored in a web server, or may be stored on another server that can be connected from the web server. Placing it on another server facilitates maintenance such as module update.
 通知サーバ110は、たとえばオペレータが通知サーバ110上で提供される管理画面からプッシュ通知の通知先の指定を行うと、各通知先との間でセッションの有無の判定を行う(S301)。セッションが確立されている場合にはプッシュ通知を行うが(S302)、セッションが確立されていない場合、各OSが利用可能なリモート通知サービスを用いて仮にプッシュ通知(「仮プッシュ通知」とも呼ぶ。)を行うことができる(S303)。ユーザーが仮プッシュ通知をタップ又はクリックすると、通知サーバ110と携帯端末120との間に上記第1又は第2の方法によってセッションの確立が可能となる(S304)。 For example, when the operator designates the notification destination of the push notification from the management screen provided on the notification server 110, the notification server 110 determines the presence or absence of a session with each notification destination (S301). When a session is established, push notification is performed (S302), but when a session is not established, a push notification (also referred to as "provisional push notification") is tentatively used using a remote notification service available to each OS. ) Can be performed (S303). When the user taps or clicks the temporary push notification, a session can be established between the notification server 110 and the portable terminal 120 according to the first or second method (S304).
 管理サーバ110においては、通知先として指定された端末識別子及びアプリ識別子に対応するセッションが確立していなかったことをセッションテーブルでたとえばフラグを立てて状態を保持しておき、フラグが立っている間に新たにセッションが確立されたことに応じて、確立中と同様にCMS等から通知内容を取得し、確立された当該セッション上で上記アプリの表示画面に対してプッシュ通知を行う。 In the management server 110, for example, a flag is set in the session table to hold that the session corresponding to the terminal identifier and the application identifier designated as the notification destination has not been established, and while the flag is set. In response to the newly established session, the notification content is acquired from the CMS or the like in the same manner as during establishment, and push notification is performed on the display screen of the application on the established session.
 (ユーザー行動履歴)
 通知サーバ110と携帯端末120との間にセッションが確立されている際に、通知サーバ110は、携帯端末120からフィンガープリントなどのユーザー識別子を当該セッション上で受信することができる。なお、「フィンガープリント」とは、ブラウザーの種類及びバージョン、OSの種類及びバージョン、画面解像度、利用可能なフォント、プラグイン、時間帯、言語及びフォントの設定、ハードウエア構成情報等のうちの少なくとも複数を組み合わせて、その違いに基づいてユーザーを特定するものをいう。
(User action history)
When a session is established between the notification server 110 and the mobile terminal 120, the notification server 110 can receive a user identifier such as a fingerprint from the mobile terminal 120 over the session. “Fingerprint” means at least at least the type and version of browser, the type and version of OS, screen resolution, available fonts, plug-ins, time zone, language and font settings, hardware configuration information, etc. A combination of two or more to identify the user based on the difference.
 セッション確立用モジュール、又は別途の履歴取得用モジュールにユーザー識別子を取得して通知サーバ110に送信する機能を与えておき、たとえば、ユーザーが携帯端末120を用いて第1のウェブページにアクセスしたこと、第1のウェブページから当該第1のウェブページとは異なる第2のウェブページにアクセスしたことなどのユーザー行動履歴とともに通知サーバ110に送信して通知サーバ110の記憶部112又は通信サーバ110からアクセス可能な記憶部に格納してもよい。 The session establishment module or a separate history acquisition module is provided with a function of acquiring the user identifier and transmitting it to the notification server 110, for example, the user accessing the first web page using the portable terminal 120 , And a user action history such as access to a second web page different from the first web page from the first web page to the notification server 110 and transmitted from the storage unit 112 of the notification server 110 or the communication server 110 It may be stored in an accessible storage unit.
 セッション確立時、又はセッション確立後の所定のタイミングで通知サーバ110が携帯端末120のユーザー識別子を受信するようにしておくと、受信したユーザー識別子に関連づけられた過去のユーザー行動履歴を参照して、当該セッション上での携帯端末120へのプッシュ通知の通知内容を決定することが可能となる。ユーザー行動履歴を参照した活用例としては、例えば、第1のウェブページである商品の詳細ページを見た情報を参照して、第2のウェブページで第1のウェブページで興味を持った商品のおすすめ通知をするといったことが可能になる。 When the notification server 110 receives the user identifier of the portable terminal 120 at the time of session establishment or at a predetermined timing after the session establishment, referring to the past user behavior history associated with the received user identifier, It is possible to determine the notification content of the push notification to the mobile terminal 120 on the session. As an application example referring to the user behavior history, for example, referring to the information viewed from the detail page of the product which is the first web page, the product having interest in the first web page in the second web page It is possible to make a recommendation notification of
 (ウェブページ間の誘導・連携)
 膨大な数のウェブページが存在する現在、新たに作成されたウェブページへのアクセスを効率的に集めるための手法があれば、それは強く望まれるところであるが、本発明の一態様では、単発のプッシュ通知ではなく、所定の期間の間に既存ウェブページにアクセスしたユーザーに対して当該既存ウェブページとは異なる新規ウェブページに関連づけられたプッシュ通知を送信する。たとえば、新規ウェブページのURLを通知内容に含むプッシュ通知とすることができる。
(Guide and link between web pages)
Although there is a huge number of web pages, if there is a method for efficiently collecting access to newly created web pages, it is highly desirable, but in one aspect of the present invention, it is a single shot. Instead of the push notification, a push notification associated with a new web page different from the existing web page is transmitted to the user who has accessed the existing web page during a predetermined period. For example, it can be a push notification that includes the URL of the new web page in the notification content.
 新たに作成されたウェブページへの効率的な導線を与えることの困難さがもたらすこの問題は、当該新たに作成されたウェブページを含むウェブサイトのトップページを上記既存ウェブページとすることで、特に顕著な効果が得られる。記事の見出しなどが並ぶことの多いトップページは、多くのアクセス数があるものの多くのユーザーは短時間でより下位階層のウェブページへと遷移してしまうことから、単発のプッシュ通知では多くのユーザーに配信することが容易ではないが、所定の期間にわたりプッシュ通知を継続することに多くのユーザーを捉えることができる。 The problem brought about by the difficulty in providing an efficient connection to the newly created web page is that the top page of the website including the newly created web page is the above existing web page. Particularly remarkable effects are obtained. The top page, which has many headlines on articles, has many visitors, but many users transition to lower-level web pages in a short time. It is not easy to deliver, but you can capture many users by continuing to push notifications for a given period of time.
 新規ウェブページが含まれるウェブサイトのトップページの他には、新規ウェブページに関連するウェブサイトのトップページとすることも同様に効果的である。 In addition to the top page of the web site that includes the new web page, it is equally effective to use the top page of the web site associated with the new web page.
 ユーザーが同じドメイン内に滞在中にセッションを維持することが効果的な用途もあり、そのために、携帯端末120からサーバ110にkeep_aliveパケットを送信してもよい。 It may also be useful to maintain the session while the user is in the same domain, for which purpose the mobile terminal 120 may send keep_alive packets to the server 110.
 (動画ワイプ)
 プッシュ通知の通知内容として、動画、特にオリンピック、高校野球等のスポーツの試合、ロケットの打ち上げ、コンサートなどの実況動画が対象となる場合、本発明の一態様では、ワイプとして表示を行う。本明細書では、「ワイプ」とは、表示領域の隅により小さな領域を設けて別の映像を表示したもの、又はその表示領域を指す用語として用いる。
(Video wipe)
In the case where a moving picture, particularly a sports game such as an Olympics or high school baseball game, a rocket launch, a live moving picture such as a concert is targeted as notification contents of the push notification, in one aspect of the present invention, display is performed as a wipe. In the present specification, “wipe” is used as a term indicating a different image by providing a smaller area at a corner of the display area or referring to the display area.
 プッシュ通知の性質として、場合によっては、ユーザーが表示しようとするウェブコンテンツの障害となる傾向にある。ウェブコンテンツの閲覧に優先して配信者側が表示させたいもの、たとえば広告、ウェブサイトへのログインパスワードの入力要求、パスワードの変更案内、エラー表示等についてはさほど問題とはならない可能性が高い。しかしながら、おおよその開始日時は分かっているものの正確な開始日時は必ずしも定まっていない実況動画等をユーザーのウェブブラウザにプッシュ通知として表示させることを考えると、開始までの期間はユーザーのウェブブラウザの使用、その他の作業の障害となってしまうおそれがある。 The nature of push notifications, in some cases, tends to be an obstacle to the web content that users are trying to display. There is a high possibility that the issue that the distributor side wants to display prior to the browsing of the web content, such as an advertisement, a request for entering a login password to a website, a password change guide, an error display, etc. will not be so serious. However, considering the fact that the actual start date and time is known but the exact start date and time is not necessarily determined, the period until the start is the use of the user's web browser, considering that the user's web browser is displayed as a push notification. , May be an obstacle to other work.
 本発明の一態様では、実際にイベントの開始時刻又は開始予定時刻が近づいてきたタイミングで、たとえば1時間、30分、10分、5分、1分前等の所定時間前にワイプとして実況動画のプッシュ通知を行う。ワイプの配置位置は、ウェブブラウザなどのアプリの表示領域の右下、右上、左上、左下などの隅とすることができ、また、表示されているページをスクロールしてもワイプの配置位置は固定したままとすることができる。ユーザーが望めば、ワイプをドラッグしてその位置は可変としてもよい。 In one aspect of the present invention, when the start time of the event or the scheduled start time of the event approaches, the live video as a wipe before a predetermined time such as 1 hour, 30 minutes, 10 minutes, 5 minutes, 1 minute, etc. Make push notifications of The placement position of the wipe can be at the lower right, upper right, upper left, lower left, etc. corners of the display area of the application such as a web browser, and the placement position of the wipe is fixed even if the displayed page is scrolled It can be done as it is. If the user wishes, he may drag the wipe to make its position variable.
 動画ワイプの対象となるイベントとしては、ウェブブラウザが表示しているウェブページ又はウェブサイトの内容に関連するイベント、ユーザーの過去の行動履歴から判定した当該ユーザーの興味に関連するイベントなどとしてもよい。あるいは、通知サーバ110が通知可能な通知先のすべて又は一部に対して一律に配信をしてもよい。 The event targeted for the video wipe may be an event related to the web page displayed by the web browser or the content of the website, an event related to the interest of the user determined from the user's past behavior history, etc. . Alternatively, the notification server 110 may uniformly distribute to all or a part of notification destinations that can be notified.
 動画ワイプの表示手順としては、次のようになる。まず、携帯端末112にプッシュ通知情報を送信する。次に、携帯端末112のウェブブラウザが当該プッシュ通知情報に含まれるスクリプトを実行して当該ウェブブラウザに関連づけてワイプのための表示領域を生成する。そして、当該ワイプにおいて実況動画を自動再生するか、ユーザーから当該ワイプに対する入力に応じて再生を開始する。さらにユーザーからのタップ、クリックなどの入力に応じてワイプを拡大又は全画面表示できるようにしてもよい。 The procedure for displaying the video wipe is as follows. First, push notification information is transmitted to the portable terminal 112. Next, the web browser of the portable terminal 112 executes a script included in the push notification information, associates it with the web browser, and generates a display area for wiping. Then, the live video is automatically reproduced in the wipe, or the reproduction is started in response to an input from the user to the wipe. Further, the wipe may be enlarged or displayed full screen in response to an input such as a tap or click from the user.
 プッシュ通知として表示される動画は、表示が行われるウェブページ又はウェブサイトにおいては提供されない動画とすることもできる。このようにユーザーが今閲覧しているウェブコンテンツとは関連性のない又は低いものを表示する際には、上述のようにワイプとして、ユーザーが表示しようとするウェブコンテンツの障害となるリスクを大幅に低減することができる。 The animation displayed as a push notification may be a web page on which display is performed or an animation not provided on a website. Thus, when displaying something irrelevant or low to the web content the user is currently browsing, as described above, there is a significant risk that the web content that the user is trying to display will be an obstacle as a wipe. Can be reduced to
 (効果測定)
 各OSが提供するリモート通知サービスはプッシュ通知の効果を確認することは出来ず、効果的なプッシュ通知の戦略を立てることが難しい。セッションを用いる本発明にかかるプッシュ通知では、プッシュ通知後のユーザーアクションなどの情報を管理サーバ110側で取得することができる。たとえば、プッシュ通知にアンケート機能を設け、ユーザーからの反応等を集計することで、より効果的なプッシュ通知を行うための分析が可能になる。
(Effect measurement)
The remote notification service provided by each OS can not confirm the effect of push notification, and it is difficult to make an effective push notification strategy. In the push notification according to the present invention using a session, the management server 110 can acquire information such as a user action after the push notification. For example, by providing a questionnaire function in the push notification and aggregating responses from users, etc., it becomes possible to analyze for more effective push notification.
 (負荷軽減)
 通知サーバ110が接続可能な携帯端末の数、或いは同時に確立可能なWebSocketセッション数には制約がある場合がある。そこで、本発明の一態様では、WebSocketセッションが確立された第1の携帯端末を経由してWebSocketセッションが確立されていない第2の携帯端末へのプッシュ通知を行う。
(Load reduction)
There may be restrictions on the number of portable terminals to which the notification server 110 can connect, or the number of WebSocket sessions that can be established simultaneously. Therefore, in one aspect of the present invention, a push notification is performed to a second portable terminal in which a WebSocket session is not established via the first portable terminal in which a WebSocket session is established.
 まず、第2の携帯端末が通知サーバ110にWebSocketセッションの確立リクエストを行う。次に、通知サーバ110は、確立済みのWebSocketセッション数が所定の上限又はセッション数に達していると判定したときは、確立不可の通知を第2の携帯端末に返す。ここで、通知サーバ110は、WebSocketセッションが確立中の第1の携帯端末のIPアドレスもあわせて返す。第2の携帯端末は、この場合、WebSocket用モジュール又は別途のWebRTC用モジュールによりWebRTC規格に準拠したWebRTCセッションを第1の携帯端末との間で確立する。そして、第1の携帯端末は、通知サーバ110よりプッシュ通知を受信すると、第1の携帯端末の記憶部に記憶されたWebSocket用モジュール又は別途のWebRTC用モジュールによって現在第2の携帯端末とWebRTCセッションが確立中であることに応じて当該プッシュ通知を第2の携帯端末に転送する。 First, the second mobile terminal requests the notification server 110 to establish a WebSocket session. Next, when the notification server 110 determines that the number of established WebSocket sessions has reached a predetermined upper limit or the number of sessions, the notification server 110 returns a notification of establishment failure to the second mobile terminal. Here, the notification server 110 also returns the IP address of the first portable terminal in which the WebSocket session has been established. In this case, the second mobile terminal establishes a WebRTC session compliant with the WebRTC standard with the first mobile terminal using the WebSocket module or a separate WebRTC module. Then, when the first mobile terminal receives the push notification from the notification server 110, the first mobile terminal receives the push notification from the WebSocket module stored in the storage unit of the first mobile terminal or a separate WebRTC module and the WebRTC session with the current second mobile terminal. Is forwarded to the second mobile terminal in response to the establishment of the second mobile terminal.
 このようにして、本発明の一態様では、通知サーバ110の負荷を軽減することが可能である。 In this way, in one aspect of the present invention, the load on the notification server 110 can be reduced.
 (その他)
 HTML、CSS、JSなどのウェブの表現技術を利用したリッチなプッシュ通知は自由な表現が可能である。その表現態様は、テキストをはじめ、画像、サウンド、動画、透過利用アニメーション、3Dコンテンツ、ゲームなどのプログラムが利用でき、表現の形状もポップアップに留まらない自由な形状を表現することが出来る。
(Others)
Rich push notifications using web expression technologies such as HTML, CSS, JS, etc. can be freely expressed. As the expression mode, programs such as text, images, sounds, moving images, transparent animations, 3D contents, games, etc. can be used, and the shape of the expression can also represent free shapes other than pop-ups.
 付加機能として一方的に情報を表現するプッシュ通知だけではなく、ゲーム性を取り入れたプッシュ通知が可能で、例えばあみだくじのようなプログラムをプッシュ通知し、ユーザーの選択によって当たりが出ると特典を与えるといったプッシュ通知が可能である。 In addition to push notifications that express information unilaterally as an additional function, push notifications incorporating game characteristics are possible, for example, push notifications of programs such as game tickets, and give benefits when the user's choice is hit Push notification is possible.
 付加機能としてあらかじめユーザーが取り決めたパスワードを入力しないとプッシュ通知の内容が確認出来ないプッシュ通知が可能である。 As an additional function, it is possible to perform a push notification in which the content of the push notification can not be confirmed unless the user enters a previously agreed password.
 ウェブサイレントプッシュ機能として通知サーバ110からユーザーの目には現れないプッシュ通知を送信することが可能で、表示しているウェブページの一部を書き換えて、ページの一部を更新したり、広告領域の広告コンテンツを変更したりといったことが任意のタイミングで可能になる。 It is possible to send a push notification that does not appear to the user's eyes from the notification server 110 as a web silent push function, rewrite a part of the displayed web page and update a part of the page, or an advertisement area It is possible to change the ad content of and at any time.
 110 通知サーバ
 111 処理部
 112 記憶部
 113 通信部
 120 携帯端末
110 notification server 111 processing unit 112 storage unit 113 communication unit 120 portable terminal

Claims (25)

  1.  携帯端末にプッシュ通知を表示させるための通知サーバであって、
     前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶する記憶部と、
     前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信する通信部と
    を備えることを特徴とする通知サーバ。
    A notification server for displaying a push notification on a mobile terminal,
    A storage unit that stores a session established with the portable terminal in association with a terminal identifier of the portable terminal;
    A notification server comprising: a communication unit that transmits push notification information to the mobile terminal on a session stored together with the terminal identifier of the mobile terminal.
  2.  前記通信部は、前記携帯端末からの要求を必要とすることなく、前記プッシュ通知情報を送信することを特徴とする請求項1に記載の通知サーバ。 The notification server according to claim 1, wherein the communication unit transmits the push notification information without requiring a request from the mobile terminal.
  3.  前記通知部は、前記通知サーバに入力された端末識別子に基づいて端末識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする請求項2に記載の通知サーバ。 The notification unit transmits the push notification information using a session specified with reference to a session table storing a correspondence between a terminal identifier and a session based on the terminal identifier input to the notification server. The notification server according to claim 2, characterized in that:
  4.  前記記憶部に記憶されるセッションは、前記携帯端末にインストールされたアプリのアプリ識別子とも関連づけられ、
     前記通信部は、前記端末識別子及び前記アプリ識別子と関連づけられた前記セッション上で、前記携帯端末上で動作する前記アプリに対してプッシュ通知情報を送信することを特徴とする請求項1から3のいずれかに記載の通知サーバ。
    The session stored in the storage unit is also associated with an application identifier of an application installed on the mobile terminal,
    4. The apparatus according to claim 1, wherein the communication unit transmits push notification information to the application operating on the portable terminal on the session associated with the terminal identifier and the application identifier. Notification server described in any one.
  5.  前記通知部は、前記通知サーバに入力された端末識別子及びアプリ識別子に基づいて端末識別子及びアプリ識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする請求項4に記載の通知サーバ。 The notification unit uses the session identified with reference to a session table that stores the association between the terminal identifier and the application identifier and the session based on the terminal identifier and the application identifier input to the notification server. The notification server according to claim 4, wherein the notification information is transmitted.
  6.  前記アプリは、ウェブページを閲覧するためのアプリであることを特徴とする請求項4又は5に記載の通知サーバ。 The said application is an application for browsing a web page, The notification server of Claim 4 or 5 characterized by the above-mentioned.
  7.  前記通信部は、前記アプリがフォアグランドの状態であるときに、前記プッシュ通知情報を送信することを特徴とする請求項4から6のいずれかに記載の通知サーバ。 The notification server according to any one of claims 4 to 6, wherein the communication unit transmits the push notification information when the application is in a foreground state.
  8.  前記記憶部に記憶されるセッションは、ウェブコンテンツを識別するためのウェブ識別子とも関連づけられ、
     前記通信部は、前記端末識別子及び前記ウェブ識別子と関連づけられた前記セッション上で、前記携帯端末上で動作するウェブコンテンツを閲覧するためのアプリの表示画面に対してプッシュ通知情報を送信することを特徴とする請求項1から3のいずれかに記載の通知サーバ。
    The session stored in the storage unit is also associated with a web identifier for identifying web content,
    The communication unit transmits push notification information to a display screen of an application for browsing web content operating on the portable terminal on the session associated with the terminal identifier and the web identifier. The notification server according to any one of claims 1 to 3, characterized in that:
  9.  前記通知部は、前記通知サーバに入力された端末識別子及びウェブ識別子に基づいて端末識別子及びウェブ識別子とセッションとの対応づけを格納するセッションテーブルを参照して特定されるセッションを用いて、前記プッシュ通知情報の送信を行うことを特徴とする請求項8に記載の通知サーバ。 The notification unit uses the session identified with reference to a session table storing the association between the terminal identifier and the web identifier and the session based on the terminal identifier and the web identifier input to the notification server. 9. The notification server according to claim 8, wherein transmission of notification information is performed.
  10.  前記プッシュ通知情報の送信は、前記ウェブ識別子により識別されるウェブコンテンツが前記表示画面に表示されているときに行われることを特徴とする請求項8又は9に記載の通知サーバ。 10. The notification server according to claim 8, wherein transmission of the push notification information is performed when the web content identified by the web identifier is displayed on the display screen.
  11.  前記ウェブ識別子は、前記ウェブコンテンツを含むウェブサイトのURLであることを特徴とする請求項8から10のいずれかに記載の通知サーバ。 The notification server according to any one of claims 8 to 10, wherein the web identifier is a URL of a web site including the web content.
  12.  前記セッションは、前記アプリが起動されている間、維持されることを特徴とする請求項4から11のいずれかに記載の通知サーバ。 The notification server according to any one of claims 4 to 11, wherein the session is maintained while the application is activated.
  13.  前記セッションは、前記アプリの起動に伴い確立されることを特徴とする請求項4から12のいずれかに記載の通知サーバ。 The notification server according to any one of claims 4 to 12, wherein the session is established upon activation of the application.
  14.  前記セッションは、WebSocket規格に準拠することを特徴とする請求項1から13のいずれかに記載の通知サーバ。 The notification server according to any one of claims 1 to 13, wherein the session conforms to the WebSocket standard.
  15.  前記プッシュ通知情報の通知内容は、文字、静止画及び動画のうちの少なくとも1つを含むことを特徴とする請求項1から14のいずれかに記載の通知サーバ。 The notification server according to any one of claims 1 to 14, wherein the notification content of the push notification information includes at least one of a character, a still image, and a moving image.
  16.  前記プッシュ通知情報によるプッシュ通知は、前記携帯端末の表示画面にポップアップとして表示されることを特徴とする請求項1から15のいずれかに記載の通知サーバ。 The notification server according to any one of claims 1 to 15, wherein the push notification based on the push notification information is displayed as a pop-up on a display screen of the portable terminal.
  17.  前記プッシュ通知は、前記携帯端末の表示画面の少なくとも1部に配置されることを特徴とする請求項1から16のいずれかに記載の通知サーバ。 The notification server according to any one of claims 1 to 16, wherein the push notification is arranged in at least a part of a display screen of the portable terminal.
  18.  前記プッシュ通知は、実況動画のためのワイプとして配置されることを特徴とする請求項17に記載の通知サーバ。 The notification server according to claim 17, wherein the push notification is arranged as a wipe for live video.
  19.  前記通信部は、前記携帯端末との間に確立されたセッションが前記記憶部に記憶されていない場合、前記携帯端末に搭載されたOSが利用可能なリモート通知サービスに対して端末識別子、及び、前記携帯端末にインストールされたアプリのアプリ識別子を送信して前記携帯端末への仮プッシュ通知を要求することを特徴とする請求項1から18のいずれかに記載の通知サーバ。 The communication unit is a terminal identifier for a remote notification service that can be used by the OS installed in the portable terminal, when the session established with the portable terminal is not stored in the storage unit; The notification server according to any one of claims 1 to 18, wherein an application identifier of an application installed on the portable terminal is transmitted to request a provisional push notification to the portable terminal.
  20.  前記リモート通知サービスは、APNs又はGCMであることを特徴とする請求項19に記載の通知サーバ。 The notification server according to claim 19, wherein the remote notification service is APNs or GCM.
  21.  前記仮プッシュ通知は、タップ又はクリックされることにより、前記アプリ識別子により識別されるアプリを起動するものであり、
     前記記憶部は、前記仮プッシュ通知がタップ又はクリックされた前記携帯端末の端末識別子及びタップ又はクリックにより起動されるアプリのアプリ識別子と関連づけて前記携帯端末と前記管理サーバとの間に確立されるセッションを記憶することを特徴とする請求項19又は20に記載の通知サーバ。
    The temporary push notification is to start an application identified by the application identifier by tapping or clicking.
    The storage unit is established between the portable terminal and the management server in association with a terminal identifier of the portable terminal on which the temporary push notification is tapped or clicked and an application identifier of an application activated by the tap or click. 21. The notification server according to claim 19 or 20, which stores a session.
  22.  前記通信部は、前記記憶部に前記セッションが記憶されたことに応じて、前記セッション上で、前記携帯端末に対してプッシュ通知情報を送信することを特徴とする請求項21に記載の通知サーバ。 22. The notification server according to claim 21, wherein the communication unit transmits push notification information to the portable terminal on the session in response to the session being stored in the storage unit. .
  23.  前記通信部は、前記携帯端末からの要求を必要とすることなく、前記プッシュ通知情報を送信することを特徴とする請求項22に記載の通知サーバ。 The notification server according to claim 22, wherein the communication unit transmits the push notification information without requiring a request from the portable terminal.
  24.  携帯端末にプッシュ通知を表示させるための通知方法であって、
     前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶するステップと、
     前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信するステップと
    を含むことを特徴とする通知方法。
    A notification method for displaying a push notification on a mobile terminal,
    Storing a session established with the portable terminal in association with a terminal identifier of the portable terminal;
    Transmitting push notification information to the portable terminal over the session stored together with the terminal identifier of the portable terminal.
  25.  コンピュータに、携帯端末にプッシュ通知を表示させるための通知方法を実行させるためのプログラムであって、前記通知方法は、
     前記携帯端末との間に確立されるセッションを前記携帯端末の端末識別子に関連づけて記憶するステップと、
     前記携帯端末の前記端末識別子とともに記憶されたセッション上で、前記携帯端末に対してプッシュ通知情報を送信するステップと
    を含むことを特徴とするプログラム。
    A program for causing a computer to execute a notification method for causing a mobile terminal to display a push notification, the notification method comprising
    Storing a session established with the portable terminal in association with a terminal identifier of the portable terminal;
    Transmitting push notification information to the portable terminal on a session stored together with the terminal identifier of the portable terminal.
PCT/JP2016/078129 2015-09-25 2016-09-23 Notification method and notification server for sending push notifications to portable terminal WO2017051916A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020187007306A KR20180057619A (en) 2015-09-25 2016-09-23 A notification method for performing push notification to the portable terminal and a notification server

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2015188195 2015-09-25
JP2015-188195 2015-09-25
JP2016037379A JP2017062759A (en) 2015-09-25 2016-02-29 Notification method and notification server for sending push notifications to portable terminal
JP2016-037379 2016-02-29

Publications (1)

Publication Number Publication Date
WO2017051916A1 true WO2017051916A1 (en) 2017-03-30

Family

ID=58386039

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/078129 WO2017051916A1 (en) 2015-09-25 2016-09-23 Notification method and notification server for sending push notifications to portable terminal

Country Status (1)

Country Link
WO (1) WO2017051916A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014055023A (en) * 2012-09-13 2014-03-27 Nomura Research Institute Ltd Self-fueling system, and customer service management method
WO2014093997A1 (en) * 2012-12-14 2014-06-19 Facebook, Inc. Techniques for communicating notifications to subscribers

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014055023A (en) * 2012-09-13 2014-03-27 Nomura Research Institute Ltd Self-fueling system, and customer service management method
WO2014093997A1 (en) * 2012-12-14 2014-06-19 Facebook, Inc. Techniques for communicating notifications to subscribers

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"Kessai Data de Needs o Sakiyomi", TOP PROMOTIONS HANSOKU KAIGI NO.207, 1 July 2015 (2015-07-01), pages 62 - 63 *
HIROTO KATO, UE O MEZASU PROGRAMMER NO TAMENO IPHONE APURI KAIHATSU TECHNIQUE IOS SERIES 7, 21 December 2013 (2013-12-21), pages 210 - 217 *
SHIN HAMAGUCHI: "Hoso to Tsushin no Renkei", THE JOURNAL OF THE INSTITUTE OF IMAGE INFORMATION AND TELEVISION ENGINEERS, vol. 68, no. 9, 1 September 2014 (2014-09-01), pages 721 - 725 *

Similar Documents

Publication Publication Date Title
US11032388B2 (en) Methods for prerendering and methods for managing and configuring prerendering operations
EP2901331B1 (en) Method and system for cross-terminal cloud browsing
US10754668B2 (en) Media file presentation method, client application, and plug-in
US20120304068A1 (en) Presentation format for an application tile
US20100324999A1 (en) Advertisement proxy service
US8606955B1 (en) Pause-button content rendering
US20130080560A1 (en) System and Method for Sharing Digital Data on a Presenter Device to a Plurality of Participant Devices
CN110069738B (en) Information processing method and device, terminal equipment and server
US20150046562A1 (en) Web browser orchestration
US20140280699A1 (en) Method and apparatus for enabling discovery and communications between unrelated browser sessions
US20080059584A1 (en) Method and apparatus for sharing resource addresses
CN105095220B (en) A kind of browser implementation method, terminal and virtualization agent device
JP6212240B2 (en) Notification method and notification server for performing push notification by wipe to portable terminal
JP6372868B2 (en) Reward distribution method, reward distribution system and terminal
WO2009109628A1 (en) Method of tracking usage of client computer and system for same
CN110855557A (en) Video sharing method and device and storage medium
EP2760176A1 (en) Flash video enabler for iOS devices
US20130145258A1 (en) Incremental Synchronization for Magazines
US11656746B2 (en) Intercepted loading of web applications
US9992528B2 (en) System and methods thereof for displaying video content
US11784887B1 (en) Bandwidth throttling
WO2017051916A1 (en) Notification method and notification server for sending push notifications to portable terminal
CN112035770A (en) Page display method and device, computer equipment and storage medium
JP2019098064A (en) Information processor and program
JP6185005B2 (en) How to provide video

Legal Events

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

Ref document number: 16848704

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 20187007306

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16848704

Country of ref document: EP

Kind code of ref document: A1