WO2022034657A1 - 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム - Google Patents

閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム Download PDF

Info

Publication number
WO2022034657A1
WO2022034657A1 PCT/JP2020/030716 JP2020030716W WO2022034657A1 WO 2022034657 A1 WO2022034657 A1 WO 2022034657A1 JP 2020030716 W JP2020030716 W JP 2020030716W WO 2022034657 A1 WO2022034657 A1 WO 2022034657A1
Authority
WO
WIPO (PCT)
Prior art keywords
browsing
web page
withdrawal
category
probability
Prior art date
Application number
PCT/JP2020/030716
Other languages
English (en)
French (fr)
Inventor
秀貴 小川
銀河 川口
則次 恵木
和久 山岸
Original Assignee
日本電信電話株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2020/030716 priority Critical patent/WO2022034657A1/ja
Publication of WO2022034657A1 publication Critical patent/WO2022034657A1/ja

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

Definitions

  • the present invention relates to a browsing withdrawal probability estimation device, a browsing withdrawal probability estimation method, and a program.
  • Non-Patent Document 1 clarifies the relationship between network quality and HTTP response time and browsing withdrawal probability in Web browsing.
  • the present invention has been made in view of the above points, and an object of the present invention is to improve the estimation accuracy of the withdrawal probability of browsing a Web page.
  • the browsing withdrawal probability estimation device obtains the elapsed time from the start of reading a certain Web page to a predetermined timing, and the category to which the certain Web page belongs is the Web page.
  • the Web It has an estimation unit that estimates the withdrawal probability of browsing a page.
  • FIG. 2 is a diagram showing a hardware configuration example of the browsing withdrawal probability estimation device 10 according to the embodiment of the present invention.
  • the viewing / leaving probability estimation device 10 of FIG. 2 includes a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, a display device 106, an input device 107, and the like, which are connected to each other by a bus B, respectively.
  • a bus B bus B
  • the program that realizes the processing in the browsing withdrawal probability estimation device 10 is provided by a recording medium 101 such as a CD-ROM.
  • a recording medium 101 such as a CD-ROM.
  • the program is installed in the auxiliary storage device 102 from the recording medium 101 via the drive device 100.
  • the program does not necessarily have to be installed from the recording medium 101, and may be downloaded from another computer via the network.
  • the auxiliary storage device 102 stores the installed program and also stores necessary files, data, and the like.
  • the memory device 103 reads the program from the auxiliary storage device 102 and stores it when there is an instruction to start the program.
  • the CPU 104 realizes the function related to the browsing withdrawal probability estimation device 10 according to the program stored in the memory device 103.
  • the interface device 105 is used as an interface for connecting to a network.
  • the display device 106 displays a GUI (Graphical User Interface) or the like by a program.
  • the input device 107 is composed of a keyboard, a mouse, and the like, and is used for inputting various operation instructions.
  • FIG. 3 is a diagram showing a functional configuration example of the browsing withdrawal probability estimation device 10 according to the embodiment of the present invention.
  • the browsing withdrawal probability estimation device 10 includes a waiting time acquisition unit 11, a category determination unit 12, an estimator selection unit 13, a browsing withdrawal probability estimation unit 14, and the like. Each of these parts is realized by a process of causing the CPU 104 to execute one or more programs installed in the browsing withdrawal probability estimation device 10.
  • FIG. 4 is a flowchart for explaining an example of a processing procedure executed by the browsing withdrawal probability estimation device 10.
  • step S101 the waiting time acquisition unit 11 inputs a page read event occurrence time information and a reference event occurrence time, so that a certain Web page (hereinafter, "target page") for which the browsing withdrawal probability is estimated is estimated.
  • target page a certain Web page for which the browsing withdrawal probability is estimated.
  • the waiting time elapsed time
  • the waiting time can be obtained by subtracting the page read event occurrence time from the reference event occurrence time.
  • a "page” means a Web page displayed on a Web browser in response to input of one URL.
  • the reference event is an event in which the event name is specified in advance as a browser event corresponding to the timing that becomes the withdrawal judgment criterion.
  • the event name of the reference event hereinafter referred to as "reference event name"
  • a reference event name such as an onload event that occurs when the transfer is completed or an FCP (First Contentful Paint) event that occurs at the start of rendering may be specified. ..
  • the event is not limited to a specific event, and a reference event name other than the above may be specified.
  • the page load event occurrence time information it is sufficient to input the occurrence time information of the event that occurs in the page load, which can be acquired by using the Navigation Timing API which is the standard API (Application Program Interface) of the browser.
  • the information acquired by other than the Navigation Timing API may be used.
  • waiting time information estimated from observable QoS (Quality of Service) parameters such as throughput and delay may be input.
  • the QoS parameters such as throughput and delay are just examples, and any QoS parameter may be used as long as it is a QoS parameter that can estimate the waiting time information.
  • the category determination unit 12 determines the category to which the content of the page belongs based on the URL of the target page (S102). Specifically, the category determination unit 12 extracts the domain of the site to which the Web page belongs from the URL.
  • the category determination unit 12 refers to a database that stores information about which category the domain of the extracted site belongs to, acquires category information corresponding to the extracted domain, and determines the category information. And. A method other than the above may be used as long as the category information to which the Web page belongs can be acquired.
  • the estimator selection unit 13 determines the waiting time (elapsed time) from the page load event to the event for each combination of each category to which the Web page can belong and each predetermined event that occurs during Web browsing.
  • the estimator corresponding to is selected, and the estimator is output (S103).
  • the event related to the learning of the browsing withdrawal probability estimator may be fixed to the reference event.
  • the page acquired by the category determination unit 12 belongs to a plurality of browsing withdrawal probability estimators whose relationship between the waiting time for the reference event and the withdrawal probability has been learned in advance.
  • the estimator corresponding to the category may be selected.
  • the browsing withdrawal probability estimator conducts an experiment in advance to acquire a log of the user's browser operation information (return, tab transition, reload, page transition, etc.) and waiting time information at the time of Web browsing, and from the log. It is generated in advance by acquiring the withdrawal presence / absence information and the waiting time information, calculating the waiting time and the withdrawal probability for each combination of the category and the event, and learning the relationship.
  • the browsing withdrawal probability estimator may be implemented by, for example, a neural network, or may be implemented by using another machine learning technique.
  • the browsing withdrawal probability estimation unit 14 inputs the waiting time acquired by the waiting time acquisition unit 11 to the estimator output from the estimator selection unit 13 to obtain the browsing withdrawal probability of the target page. Estimate (see FIG. 5) and output the browsing withdrawal probability (S104).
  • the withdrawal probability of web page browsing is estimated in consideration of the user's browsing withdrawal characteristic for the web page category. Therefore, it is possible to improve the estimation accuracy of the withdrawal probability of browsing the Web page.
  • the waiting time acquisition unit is an example of the acquisition unit.
  • the browsing withdrawal probability estimation unit 14 is an example of the estimation unit.
  • the estimator selection unit 13 is an example of the selection unit.
  • the category determination unit 12 is an example of the determination unit.
  • Browsing withdrawal probability estimation device 11 Waiting time acquisition unit 12 Category determination unit 13 Estimator selection unit 14 Browsing withdrawal probability estimation unit 100 Drive device 101 Recording medium 102 Auxiliary storage device 103 Memory device 104 CPU 105 Interface device 106 Display device 107 Input device B Bus

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

閲覧離脱確率推定装置は、或るWebページの読み込み開始から所定のタイミングまでの経過時間を取得する取得部と、前記或るWebページが属するカテゴリについて、Webページの読み込み開始から前記所定のタイミングまでの経過時間と、Webページの閲覧の離脱確率との関係性が学習された推定器に、前記取得部が取得した経過時間を入力することで、前記或るWebページの閲覧の離脱確率を推定する推定部と、を有することで、Webページの閲覧の離脱確率の推定精度を向上させる。

Description

閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム
 本発明は、閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラムに関する。
 通信プロトコルや通信ネットワークの進化により、Webブラウジングでやり取りされるコンテンツはリッチ化が進み、ユーザによって、ショッピング、ニュースや検索など幅広いジャンルのコンテンツが利用されている。
 一方、Webブラウジングにおいては、待ち時間が伸びることにより、表示や読み込み完了を待たずに閲覧をやめてしまうユーザが存在する。
 非特許文献1では、ネットワーク品質やHTTPの応答時間とWebブラウジングにおける閲覧離脱確率との関係について明らかにしている。
H. Koto, N. Fukumoto, S. Niida, H. Yokota, S. Arakawa and M. Murata, "Users' reaction to network quality during web browsing on smartphones," 2014 26th International Teletraffic Congress (ITC), Karlskrona, 2014, pp. 1-9, doi: 10.1109/ITC.2014.6932954.
 図1に示されるように、同じ待ち時間であったとしても閲覧するサイトのカテゴリ(ビジネス、検索、旅行など)によって、ユーザの待ち時間に対する許容度合いが異なるため、カテゴリごとに待ち時間と閲覧離脱確率との関係は異なる。しかしながら、非特許文献1ではこの点が考慮されておらず、正確な閲覧離脱確率の推定が困難であると考えられる。
 本発明は、上記の点に鑑みてなされたものであって、Webページの閲覧の離脱確率の推定精度を向上させることを目的とする。
 そこで上記課題を解決するため、閲覧離脱確率推定装置は、或るWebページの読み込み開始から所定のタイミングまでの経過時間を取得する取得部と、前記或るWebページが属するカテゴリについて、Webページの読み込み開始から前記所定のタイミングまでの経過時間と、Webページの閲覧の離脱確率との関係性が学習された推定器に、前記取得部が取得した経過時間を入力することで、前記或るWebページの閲覧の離脱確率を推定する推定部と、を有する。
 Webページの閲覧の離脱確率の推定精度を向上させることができる。
カテゴリ別の待ち時間に対する離脱確率を示す図である。 本発明の実施の形態における閲覧離脱確率推定装置10のハードウェア構成例を示す図である。 本発明の実施の形態における閲覧離脱確率推定装置10の機能構成例を示す図である。 閲覧離脱確率推定装置10が実行する処理手順の一例を説明するためのフローチャートである。 閲覧離脱確率の推定イメージを示す図である。
 以下、図面に基づいて本発明の実施の形態を説明する。本実施の形態では、対象とするカテゴリ及び待ち時間に対してWebブラウジングにおける閲覧離脱確率を推定する手法について説明する。
 図2は、本発明の実施の形態における閲覧離脱確率推定装置10のハードウェア構成例を示す図である。図2の閲覧離脱確率推定装置10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、インタフェース装置105、表示装置106、及び入力装置107等を有する。
 閲覧離脱確率推定装置10での処理を実現するプログラムは、CD-ROM等の記録媒体101によって提供される。プログラムを記憶した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。
 メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従って閲覧離脱確率推定装置10に係る機能を実現する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。表示装置106はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置107はキーボード及びマウス等で構成され、様々な操作指示を入力させるために用いられる。
 図3は、本発明の実施の形態における閲覧離脱確率推定装置10の機能構成例を示す図である。図3において、閲覧離脱確率推定装置10は、待ち時間取得部11、カテゴリ判定部12、推定器選択部13及び閲覧離脱確率推定部14等を有する。これら各部は、閲覧離脱確率推定装置10にインストールされた1以上のプログラムが、CPU104に実行させる処理により実現される。
 以下、閲覧離脱確率推定装置10が実行する処理手順について説明する。図4は、閲覧離脱確率推定装置10が実行する処理手順の一例を説明するためのフローチャートである。
 ステップS101において、待ち時間取得部11は、ページ読み込みイベント発生時刻情報と基準イベントの発生時刻とを入力することで、閲覧離脱確率の推定対象とされる或るWebページ(以下、「対象ページ」という。)について、ページ読み込み開始から基準イベントが発生するまでの待ち時間(経過時間)を取得(算出)する。すなわち、当該待ち時間は、基準イベントの発生時刻からページ読込イベント発生時刻を差し引くことで取得することができる。なお、本実施の形態において、「ページ」とは、1つのURLの入力に応じてWebブラウザに表示されるWebページをいう。
 また、基準イベントとは、離脱判定基準となるタイミングに対応するブラウザイベントとして予めそのイベント名が指定されるイベントをいう。基準イベントのイベント名(以下、「基準イベント名」という。)としては、転送完了時に発生するonloadイベントやレンダリング開始時に発生するFCP(First Contentful Paint)イベント等の基準イベント名が指定されればよい。但し、当該イベントは、特定のイベントに限定されるものではなく、上記以外の基準イベント名が指定されてよい。
 ページ読み込みイベント発生時刻情報としては、ブラウザ標準のAPI(Application Program Interface)であるNavigation Timing APIを用いて取得できる、ページ読み込みで発生するイベントの発生時刻情報が入力されればよい。但し、ページ読み込みに関連するイベント発生時刻の情報が取得できれば、Navigation Timing API以外で取得された情報が用いられてもよい。例えば、ページ読み込みイベントログを直接取得することができない場合は、スループットや遅延などのネットワーク上で観測可能なQoS(Quality of Service)パラメータから推定される待ち時間情報が入力されてもよい。スループットや遅延といったQoSパラメータはあくまで一例であり、待ち時間情報を推定可能なQoSパラメータであれば、どのQoSパラメータが用いられてもよい。
 続いて、カテゴリ判定部12は、対象ページのURLに基づいて、当該ページの内容が属するカテゴリを判定する(S102)。具体的には、カテゴリ判定部12は、URLからWebページが属するサイトのドメインを抽出する。カテゴリ判定部12は、抽出されたサイトのドメインがいずれのカテゴリに属するかについての情報を記憶しているデータベースを参照し、抽出したドメインに該当するカテゴリ情報を取得し、当該カテゴリ情報を判定結果とする。なお、Webページが属するカテゴリ情報を取得できれば上記以外の方法がもちいられてもよい。
 続いて、推定器選択部13には、Webページが属しうる各カテゴリと、Webブラウジング中に発生する所定の各イベントの組み合わせごとに、ページ読み込みイベントから当該イベントまでの待ち時間(経過時間)と離脱確率との関係性が予め学習された複数の閲覧離脱確率推定器の中から、閲覧離脱判定の基準となるブラウザのイベント名と、カテゴリ判定部12によって取得されるページが属するカテゴリとの組み合わせに対応する推定器を選択し、当該推定器を出力する(S103)。但し、閲覧離脱確率推定器の学習に係るイベントは、基準イベントに固定されてもよい。すなわち、Webページが属しうるカテゴリごとに、基準イベントに対する待ち時間と離脱確率との関係性が予め学習された複数の閲覧離脱確率推定器の中から、カテゴリ判定部12によって取得されるページが属するカテゴリに対応する推定器が選択されてもよい。
 なお、閲覧離脱確率推定器は、予めWebブラウジング時におけるユーザのブラウザ操作情報(戻る、タブ遷移、再読み込み、ページ遷移など)と待ち時間情報のログを取得するような実験を行い、そのログから離脱有無情報及び待ち時間情報を取得し、カテゴリとイベントの組み合わせごとに待ち時間と離脱確率を算出し、関係性を学習しておくことで事前に生成される。なお、閲覧離脱確率推定器は、例えば、ニューラルネットワークによって実装されてもよいし、他の機械学習の技術がもちいられて実装されてもよい。
 続いて、閲覧離脱確率推定部14は、推定器選択部13から出力された推定器に対して、待ち時間取得部11によって取得された待ち時間を入力することで、対象ページの閲覧離脱確率を推定し(図5参照)、当該閲覧離脱確率を出力する(S104)。
 上述したように、本実施の形態によれば、Webページのカテゴリに対するユーザの閲覧離脱特性が考慮されてWebページ閲覧の離脱確率が推定される。したがって、Webページの閲覧の離脱確率の推定精度を向上させることができる。
 なお、本実施の形態において、待ち時間取得部は、取得部の一例である。閲覧離脱確率推定部14は、推定部の一例である。推定器選択部13は、選択部の一例である。カテゴリ判定部12は、判定部の一例である。
 以上、本発明の実施の形態について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
10     閲覧離脱確率推定装置
11     待ち時間取得部
12     カテゴリ判定部
13     推定器選択部
14     閲覧離脱確率推定部
100    ドライブ装置
101    記録媒体
102    補助記憶装置
103    メモリ装置
104    CPU
105    インタフェース装置
106    表示装置
107    入力装置
B      バス

Claims (6)

  1.  或るWebページの読み込み開始から所定のタイミングまでの経過時間を取得する取得部と、
     前記或るWebページが属するカテゴリについて、Webページの読み込み開始から前記所定のタイミングまでの経過時間と、Webページの閲覧の離脱確率との関係性が学習された推定器に、前記取得部が取得した経過時間を入力することで、前記或るWebページの閲覧の離脱確率を推定する推定部と、
    を有することを特徴とする閲覧離脱確率推定装置。
  2.  Webページが属しうるカテゴリごとに前記関係性が学習された複数の推定器の中から前記或るWebページが属するカテゴリに対応する前記推定器を選択する選択部を有し、
     前記推定部は、前記選択部が選択した推定器に、前記取得部が取得した経過時間を入力することで、前記或るWebページの閲覧の離脱確率を推定する、
    ことを特徴とする請求項1記載の閲覧離脱確率推定装置。
  3.  前記選択部は、Webページが属しうる各カテゴリとWebブラウジング中に発生するイベントとの組み合わせごとに、Webページの読み込み開始から当該イベントの発生までの経過時間と、Webページの閲覧の離脱確率との関係性が学習された複数の推定器の中から、前記或るWebページが属するカテゴリ及び前記所定のタイミングに係るイベントに対応する前記推定器を選択する、
    ことを特徴とする請求項2記載の閲覧離脱確率推定装置。
  4.  前記或るWebページのURLに基づいて、前記或るWebページが属するカテゴリを判定する判定部、
    を有することを特徴とする請求項1乃至3いずれか一項記載の閲覧離脱確率推定装置。
  5.  或るWebページの読み込み開始から所定のタイミングまでの経過時間を取得する取得手順と、
     前記或るWebページが属するカテゴリについて、Webページの読み込み開始から前記所定のタイミングまでの経過時間と、Webページの閲覧の離脱確率との関係性が学習された推定器に、前記取得手順において取得された経過時間を入力することで、前記或るWebページの閲覧の離脱確率を推定する推定手順と、
    をコンピュータが実行することを特徴とする閲覧離脱確率推定方法。
  6.  請求項1乃至4いずれか一項記載の閲覧離脱確率推定装置としてコンピュータを機能させることを特徴とするプログラム。
PCT/JP2020/030716 2020-08-12 2020-08-12 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム WO2022034657A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/030716 WO2022034657A1 (ja) 2020-08-12 2020-08-12 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/030716 WO2022034657A1 (ja) 2020-08-12 2020-08-12 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム

Publications (1)

Publication Number Publication Date
WO2022034657A1 true WO2022034657A1 (ja) 2022-02-17

Family

ID=80247049

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/030716 WO2022034657A1 (ja) 2020-08-12 2020-08-12 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム

Country Status (1)

Country Link
WO (1) WO2022034657A1 (ja)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017004272A (ja) * 2015-06-10 2017-01-05 Kddi株式会社 アクセス途中で離脱されやすいコンテンツを推定するプロキシサーバ、管理装置、端末及びプログラム
US20180276325A1 (en) * 2016-05-03 2018-09-27 Akamai Technologies, Inc. Consumer Performance Index Scoring for Websites and Web-Based Applications

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017004272A (ja) * 2015-06-10 2017-01-05 Kddi株式会社 アクセス途中で離脱されやすいコンテンツを推定するプロキシサーバ、管理装置、端末及びプログラム
US20180276325A1 (en) * 2016-05-03 2018-09-27 Akamai Technologies, Inc. Consumer Performance Index Scoring for Websites and Web-Based Applications

Similar Documents

Publication Publication Date Title
US8078691B2 (en) Web page load time prediction and simulation
US10229160B2 (en) Search results based on a search history
US20070255979A1 (en) Event trace conditional logging
US10440140B2 (en) Browser cache management
US10496696B2 (en) Search method and apparatus
US20170277622A1 (en) Web Page Automated Testing Method and Apparatus
RU2634218C2 (ru) Способ определения последовательности просмотра веб-страниц и сервер, используемый в нем
EP2423837A1 (en) Method and system for viewing web page and computer program product thereof
US11076023B1 (en) Critical path estimation for accelerated and optimal loading of web pages
US10649977B2 (en) Isolation anomaly quantification through heuristical pattern detection
CN102769625A (zh) 客户端Cookie信息获取方法和装置
JP5933487B2 (ja) QoE推定装置、QoE推定方法及びプログラム
WO2022034657A1 (ja) 閲覧離脱確率推定装置、閲覧離脱確率推定方法及びプログラム
JP4922240B2 (ja) Web検索において選択的に擬似フィードバック処理を適用する検索処理装置、方法及びプログラム
US20190089795A1 (en) Communication analysis device, communication analysis method, and program recording medium
CN110162361B (zh) 基于用户行为的智能提示方法、装置、终端及存储介质
CN108011936A (zh) 用于推送信息的方法和装置
US9922071B2 (en) Isolation anomaly quantification through heuristical pattern detection
JPWO2015079527A1 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
US20230185435A1 (en) User operation recording device and user operation recording method
CN113449212A (zh) 针对搜索结果的质量评估、优化方法和装置、设备
CN110674386B (zh) 资源推荐方法、装置及存储介质
KR20120004953A (ko) 웹 서비스의 사용자 체감 성능 모니터링 방법과 이를 위한 프로그램이 기록된 기록매체 및 컴퓨팅 장치
CN111143526A (zh) 一种咨询服务控件配置信息的生成、控制方法及装置
JP2019022187A (ja) 被疑箇所推定装置、及び被疑箇所推定方法

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: 20949519

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20949519

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP