# アクションクリアリングイベント通知を有効にする

イベント通知（イベントポストバックとも呼ばれる）は、アクション、クリック、その他のイベントが発生したときに通知する標準的なHTTP通知です。イベントポストバックは、イベントデータを内部のレポートシステムに取り込むように設定でき、イベントの最新の状況を把握できます。

アクションクリアリングイベントは、アクションがクリアされたときに指定されたURL（および含まれるパラメータ）へHTTPリクエストを送信します。詳細は [*アクションライフサイクル*](/brand/ja/nitsuitebitaidesuka/platform-features/actions-and-payouts/understand-the-action-life-cycle-and-finance.md).

#### アクションクリアリングイベント通知を設定する

1. 上部ナビゲーションバーから、次を選択します ![](/files/d5a72930acb494115f0761c5714f7896c3faf424) **\[ユーザープロフィール] → 設定**. &#x20;
2. の下に *技術*左側で を選択します **イベント通知**.
3. の横にある *アクションクリアリングイベント*を選択します ![](/files/94cdbbead4611d45ff966409250aa4f1f8a98802) **［編集］**.
4. あなたの **サーバーのURL**。これはimpact.comがポストバックを送信するURLです。
5. 希望するHTTPメソッドを選択してください。
   * を選択した場合、 **POST**、その後リクエストの本文を入力します。以下はJSON形式で各データポイントをマップする際の例です。各キーと値のペアのキーはお使いのシステムの設定に基づくべきで、値はimpact.comが提供する一致するデータポイントを選んで中括弧 { } 内に入力します。

     ```programlisting
     {"Action Life Cycle Postback",
     "campaign_id": "{CampaignId}",
     "action_tracker_id": "{ActionTrackerId}",
     "media_partner_id": "{MediaPartnerId}",
     "campaign_name": "{CampaignName}",
     "action_tracker_name": "{ActionTrackerName}",
     "media_partner_name": "{MediaPartnerName}",
     "action_type": "{ActionType}",
     "referring_type": "{ReferringType}",
     "action_id": "{ActionId}",
     "status": "{Status}",
     "status_detail": "{StatusDetail}",
     "ad_id": "{AdId}",
     "payout": "{Payout}",
     "delta_payout": "{DeltaPayout}",
     "intended_payout": "{IntendedPayout}",
     "amount": "{Amount}",
     "delta_amount": "{DeltaAmo
     unt}",
     "intended_amount": "{IntendedAmount}",
     "currency": "{Currency}",
     "original_currency": "{OriginalCurrency}",
     "original_amount": "{OriginalAmount}",
     "event_date": "{EventDate}",
     "creation_date": "{CreationDate}",
     "locking_date": "{LockingDate}",
     "cleared_date": "{ClearedDate}",
     "referring_domain": "{ReferringDomain}",
     "landing_page_url": "{LandingPageUrl}",
     "ref_customer_area": "{RefCustomerArea}",
     "ref_customer_city": "{RefCustomerCity}",
     "ref_customer_region": "{RefCustomerRegion}",
     "ref_customer_country": "{RefCustomerCountry}",
     "ref_click_id": "{RefClickId}",
     "shared_id": "{SharedId}",
     "sub_id1": "{SubId1}",
     "sub_id2": "{SubId2}",
     "sub_id3": "{SubId3}",
     "text_1": "{Text1}",
     "text_2": "{Text2}",
     "promo_code": "{PromoCode}",
     "items": [{join(items, i, 
     "\{\"sku\":\"{i.sku}\",
     \"item_price\":{i.amt},
     \"category\":\"{i.cat}\",
     \"quantity\":{i.qty},
     \"cartamt\":{i.cartamt},\"rbt\":\"{i.rbt}\",
     \"name\":\"{i.name}\",
     \"category_list\":\"{i.itemlist}\"\}")}]\}
     ```
   * 本文を入力したら、次に選択してください *ボディ形式* を選択して ![](/files/40ba179e089a686fe582399227b4737e5047b235) **\[ラジオボタン]**.
     * **クエリ文字列**
     * **JSON**
     * **XML**
   * impact.comのいくつかの [利用可能なボディパラメータ](https://docs.google.com/spreadsheets/d/1omPZ6CG0guvMPh6EdbYg7BczHqJOrtuZ2zXnTtgfhrY/edit?usp=sharing).
   * 必要な値が見つかりませんか？パブリッシャーアカウントマネージャーに連絡してください（または [サポートに連絡](https://app.impact.com/support/portal.ihtml?createTicket=true)).
6. 選択 **アクションクリアリングイベント** ![](/files/8a07a8e181842cee38544c8726265d34bac9e1b5)）。これらの設定は任意です。
   * を入力してください **HTTPヘッダー** サーバーとあなたの間で追加情報を渡す方法として。
   * を入力してください **最小遅延** （秒）イベント発生後にポストバックを送信するまで待つ時間。
   * を入力してください **最大リクエスト数** — これはシステムが1秒あたりに行うべき再送リクエストの最大数です。
   * にしたいものを入力してください **成功レスポンス** ポストバックに含めるための。
   * にしたいものを入力してください **エラーレスポンス** ポストバックに含めるための。
7. 選択 **保存**.


---

# 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://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/action-management/event-notifications-and-postbacks/enable-action-clearing-event-notifications.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.
