> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transit-digitization/ja/google-transit-no/akauntobsunochikettinguabt/google-transit-insightsgti-deng-lu.md).

# Google Transit Insights（GTI）登録

Google Transit Insights により、Google はオープン ループをサポートする Transit イシュア システムに対して優れたデジタル体験を提供します。

これは、非接触ユーザーと深く関わり、運賃ポリシーから完全な価値を引き出す手段を提供します。

ユーザーが運賃を理解し、システムへの信頼を築き、交通機関への信頼を高めるのに役立ちます。

### ワークフロー <a href="#workflow" id="workflow"></a>

以下は GTI 登録ワークフローの大まかな手順です:

1. **検出**：オープン ループのトークン化されたカードを含む電話を使用して Transit の改札に入ると、顧客は電話上で新しいプログラムに関する通知を受け取り、後で Google ウォレットを開くとそこでも通知が表示されます。
2. **オプトイン**：顧客が通知をタップすると、GTI プログラムの情報とアクティベーション条件に遷移します。
3. **登録**：Google は既存のデバイス EMV トークンをトランジット アカウントにリンクするために、トークン化されたカードの登録要求を D1 Transit に送信します。GTI 登録が完了すると、Google はトランジット関連のメタデータを取得するリクエストを送信します。

### シーケンス図 <a href="#sequence-diagram" id="sequence-diagram"></a>

#### 登録 <a href="#registration" id="registration"></a>

Google から registerTokenizedPaymentCard を受信すると、D1 Transit は Back Office に registerCardAccount を送信し、提供されたデータを復号して、支払いゲートウェイを使用してリンクするトークンを識別できるようにします。

再登録の場合（例えば EMV トークンの更新など）、Google は既存の cardId を含む registerTokenizedPaymentCard を送信します。構成に基づき、D1 Transit は新しいカードアカウントを作成するか既存のものを使用します。

#### メタデータ <a href="#metadata" id="metadata"></a>

Google はメタデータ API を通じて D1 Transit にリクエストを送信します。D1 Transit は Transit イシュア に対して get card account metadata API を呼び出すことで、それらを Google に返します。

<figure><img src="/files/2a9c0ce78eef0bca8594f169a779a258a3b3ee58" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/transit-digitization/ja/google-transit-no/akauntobsunochikettinguabt/google-transit-insightsgti-deng-lu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
