---
title: "転送先 - X Ads (旧Twitter Ads) Webコンバージョン | TROCCO Docs"
slug: "data-destination-twitter-ads-web-conversion"
updated: 2025-10-15T00:46:59Z
published: 2025-10-15T00:46:59Z
canonical: "documents.trocco.io/data-destination-twitter-ads-web-conversion"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documents.trocco.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 転送先 - X Ads (旧Twitter Ads) Webコンバージョン

## 概要

X Ads (旧Twitter Ads) Webコンバージョンへデータを転送する設定に関するDocsです。

## 転送先設定項目

| 項目 | 説明 |
| --- | --- |
| X Ads (旧Twitter Ads) 接続情報 | Twitterアプリとの連携が完了した接続情報を選択します。 |
| ピクセルID | TwitterピクセルのIDを入力します。 確認方法は、後述の[ピクセルID・イベントIDの確認方法](/docs/data-destination-twitter-ads-web-conversion/%E3%83%94%E3%82%AF%E3%82%BB%E3%83%ABid%E3%83%BB%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88id%E3%81%AE%E7%A2%BA%E8%AA%8D%E6%96%B9%E6%B3%95)を参照ください。 |

## カラムマッピング

X Ads (旧Twitter Ads) Webコンバージョンにデータを転送するためには、TROCCO上でカラム名や型をマッピングする必要があります。 以下の表を参照し、TROCCOの転送設定STEP2「カラム定義」タブにて、マッピングを行ってください。 なお、各カラムの詳細については、Twitter Ads API公式ドキュメントの[Web Conversions](https://developer.twitter.com/en/docs/twitter-ads-api/measurement/api-reference/conversions)を参照ください。

| カラム名 | データ型 | 必須 | 入力例 | 備考 |
| --- | --- | --- | --- | --- |
| `conversion_time` | `timestamp` | ✓ | `2020-01-01 01:01:01.000000 +0900` |  |
| `event_id` | `string` | ✓ | `tw-o8z6j-o87ne` | - 確認方法は、後述の[ピクセルID・イベントIDの確認方法](/docs/data-destination-twitter-ads-web-conversion/%E3%83%94%E3%82%AF%E3%82%BB%E3%83%ABid%E3%83%BB%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88id%E3%81%AE%E7%A2%BA%E8%AA%8D%E6%96%B9%E6%B3%95)を参照ください。 - 左記の入力例に対して、`o87ne`と入力することもできます。 |
| `identifier_twclid` | `string` | ✓(*1) | `twclid_1` |  |
| `identifier_email` | `string` | ✓(*1) | `hoge@example.com` | 転送時に値をハッシュ化する場合に使用 |
| `identifier_hashed_email` | `string` | ✓(*1) | (*2) | すでに値がハッシュ化されている場合に使用 |
| `identifier_phone_number` | `string` | ✓(*1) | `031111xxxx` | 転送時に値をハッシュ化する場合に使用 |
| `identifier_hashed_phone_number` | `string` | ✓(*1) | (*2) | すでに値がハッシュ化されている場合に使用 |
| `price_currency` | `string` | - | `JPY` | デフォルト値は`USD` |
| `price_value` | `double` | - | `1.1` |  |
| `event_number_items` | `long` | - | `1` |  |
| `conversion_id` | `string` | - | `1` | 既存のイベントを更新したい場合の重複排除キー |
| `description` | `string` | - | `description_1` |  |
| `content_id` | `string` | - | `1` |  |
| `content_name` | `string` | - | `name_1` |  |
| `content_type` | `string` | - | `type_1` |  |
| `content_price` | `double` | - | `1.1` |  |
| `content_number_items` | `long` | - | `1` |  |
| `content_group_id` | `long` | - | `1` |  |

              *1 接頭辞に`identifier_`が付くカラム

              

転送対象のデータには、接頭辞に`identifier_`が付くカラムを**少なくとも1つ**含めてください。

              *2 接頭辞に`identifier_hashed_`が付くカラム

              

カラム名に`identifier_hashed_email`、`identifier_hashed_phone_number`を使う場合、そのカラムに含む値は以下の条件をすべて満たす必要があります。

- SHA-256でハッシュ化されていること
- 冒頭・末尾に空白文字を含めない状態でハッシュ化されていること
- 値を構成する文字はすべて小文字であること

## ピクセルID・イベントIDの確認方法

1. [Twitter広告マネージャー](https://ads.twitter.com)にログイン
2. 画面上部の**ツール**＞**イベントマネージャー**をクリック ![image](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/data-destination-twitter-ads-web-conversion-2024-08-29-21-53-0.png)

イベントマネージャーが表示されます。ピクセルIDおよび任意のイベントIDを確認できます。 ![image](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/data-destination-twitter-ads-web-conversion-2024-08-29-21-53-1.png)
