> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.md).

# パートナーとしてアクションイベントデータフィードを設定する

#### アクションデータフィードを設定する

1. 上部のナビゲーションバーから、 ![](/files/f14e7c253bc641a9e37195ce69b523541aa3c520) **\[ユーザープロフィール] → 設定**.
2. 〜の下で *技術*」の下で、 [データフィード](https://app.impact.com/secure/mediapartner/accountSettings/view-edit-daily-feeds-flow.ihtml).
3. の横に *日次アクションフィード*」の下で、 ![](/files/ae027bb440eb4a537403559c556aaa52ee9e6dd9) **\[編集]**.
4. オンに切り替える ![](/files/b09ca74c716ca612ca31dcb8aa7be25e0214360f) **\[切り替え]** **データフィードを有効にする**.
5. 次を設定する **頻度** FTPファイルを生成したい頻度で。
   * 各ファイルには、データフィードファイルが最後に生成されてから発生したイベントのみが含まれます。たとえば、頻度を **1時間ごと**、各直近1時間内に発生したイベントのみが含まれます。

<details>

<summary>頻度オプション</summary>

各選択がいつファイルを生成するかは、以下の表を参照してください。時刻はすべてUTC形式です。

| 頻度オプション | 生成時刻                        |
| ------- | --------------------------- |
| 1時間ごと   | 毎日、前回の実行時刻以降の毎時。            |
| 2時間ごと   | 毎日、前回の実行時刻以降の2時間ごと。         |
| 4時間ごと   | 毎日、前回の実行時刻以降の4時間ごと。         |
| 8時間ごと   | 毎日、前回の実行時刻以降の8時間ごと。         |
| 1日2回    | 毎日 06:00:00Z と 18:00:00Z に。 |
| 毎日      | 毎日 02:00:00Z に。             |
| 毎月      | 毎月1日 03:00:00Z に。           |

</details>

6. 次を選択します **データ形式**。以下のオプションがあります:
   * XML: 人間と機械の両方が読み取れる [マークアップテキスト](https://en.wikipedia.org/wiki/XML)
   * TAB: プレーンテキスト、タブ区切り値
   * PIPE: プレーンテキスト、パイプ区切り（|）値
   * CSV: プレーンテキスト、カンマ区切り値
7. ファイルの **配信方法**.
   * FTP: impact.comのFTPサーバーからアクションフィードデータを取得します。
   * パートナーFTP: アクションフィードデータをあなたのサーバーに送信します — 必要なサーバー情報を入力してください。
   * メール: アクションデータの更新を受信したいメールアドレス。
8. 選択 **保存**.

   <div data-with-frame="true"><figure><img src="/files/b49299bb073fd7ab7925ac026467b4dd8702a04c" alt="" width="351"><figcaption></figcaption></figure></div>

#### データフィードの項目

下記のリンクされたスプレッドシートで、データフィードファイルの項目の詳細をご確認ください。データフィードファイルには、常に次のマークが付いたすべての項目が含まれます `ファイルに常に含まれる`。次のマークが付いた項目は `新しいデータが利用可能な場合に表示` 特定の行項目に新しいデータがない場合、ファイルには表示されません。

* 以下の [impact.com アクションデータフィードファイル データ項目スプレッドシート](https://docs.google.com/spreadsheets/d/1I2VPpe38vFq26Vv-gm_Aqg4mVJv4APJsL9mBSzCXZeU/edit#gid=0) すべての項目の詳細情報について。


---

# 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://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/action-management/data-feeds/set-up-an-action-event-data-feed-as-a-partner.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.
