# Adjust連携

[サポートサイト](https://support.karte.io/post/4O30l9HsHCzknlbhMoxwkk)

***

[Adjust](https://help.adjust.com/ja/partner-setup/karte)とデータ連携が可能です。

## セットアップ

以下の手順に従って、それぞれセットアップを行ってください。

## Adjust のセットアップ

[こちら](https://help.adjust.com/ja/integrated-partners/karte)を参考に、Adjustダッシュボード上でセットアップを行ってください。

## KARTE のセットアップ

1. Adjustプラグインの有効化
2. In-Appイベントの連携が必要な場合は、プラグイン設定からIn-App Eventをカンマ区切りで指定してください

![](/files/DzvEB4PWFgfrJg6ZgsvH)

## AdjustのイベントをKARTEに送信

[サポートサイト](https://support.karte.io/post/4O30l9HsHCzknlbhMoxwkk#2-1) をご確認ください

## KARTEのイベントをAdjustに送信

KARTEで発生したイベントをAdjustに連携するには、KARTEのWebhookプラグインを利用します。\
Webhookプラグインを利用した、KARTEのイベントをAdjustに送信する方法については、[こちら](https://support.karte.io/post/34lT7pxT56jfT0M32tJqVt)を参考に、設定してください。

## イベント名とパラメータの対応表

KARTE に連携される Adjust イベントと、KARTEで発生するイベント名 および パラメータの対応表を以下に記載します。

| Adjustイベント              | KARTEで発生するイベント名                    | KARTEイベントに設定されるパラメータ                                     | 備考                                                                                                        |
| ----------------------- | ---------------------------------- | -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| Install                 | \_adjust\_install                  | ※別紙記載のパラメータ                                              | -                                                                                                         |
| In-app event            | *adjust*`{event_name}`             | ※別紙記載のパラメータ + Adjust SDK でイベント送信時に設定した Partner Parameter | ・`{event_name}` には Adjust ダッシュボードで設定したKARTEに送信するイベント名が入ります。・In-app Event の種類に応じて異なる `{event_name}` が入ります。 |
| Reattribution           | \_adjust\_reattribution            | ※別紙記載のパラメータ                                              | -                                                                                                         |
| Reinstall               | \_adjust\_reinstall                | ※別紙記載のパラメータ                                              | -                                                                                                         |
| Reattribution Reinstall | \_adjust\_reattribution\_reinstall | ※別紙記載のパラメータ                                              | -                                                                                                         |

※ 別紙: [KARTE に送信されるAdjustイベントのパラメータ一覧（Module Partnerを選択ください）](https://help.adjust.com/ja/partner/placeholders)

## パラメータについての補足

Adjust イベントで定義されている一部のパラメータは、 KARTE イベントでは異なる名前で連携されます。（KARTE 上で日付型のパラメータとして利用できるようにするため）

| Adjust イベントでのパラメータ名      | KARTEイベントでのパラメータ名          |
| ------------------------ | -------------------------- |
| click\_time              | click\_date                |
| impression\_time         | impression\_date           |
| engagement\_time         | engagement\_date           |
| installed\_at            | installed\_date            |
| install\_finish\_time    | install\_finish\_date      |
| install\_begin\_time     | install\_begin\_date       |
| refferal\_time           | refferal\_date             |
| created\_at              | created\_date              |
| reattributed\_at         | reattributed\_date         |
| attribution\_updated\_at | attribution\_updated\_date |
| uninstalled\_at          | reinstalled\_date          |
| last\_session\_at        | last\_session\_date        |

{% hint style="warning" %}
**広告IDについて**

Adjust連携で、広告ID（IDFA/AAID）はKARTEに連携されません。広告IDをKARTEに連携したい場合には、[広告ID（IDFA/AAID）の送信について](https://support.karte.io/post/13v6pgNyNKtrxyIvYZcnAs)をご確認ください。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://app.developers.karte.io/app-external-connection/adjust.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
