> 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/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/action-inquiries/action-inquiries-explained.md).

# アクションに関する問い合わせの説明

一部のパートナーは送信できます *アクションに関する問い合わせ* アクションがトラッキングされていないと判断した場合。彼らは、 `注文ID` (OID) と不足している注文詳細を確認し、アクションが発生したかどうか、また支払いを受けるべきかどうかを判断できます。

{% hint style="info" %}
**注:** *アクションに関する問い合わせ* はキャッシュバック／ロイヤルティ パートナーに限定されており、impact.comサポートによってアカウントで有効化される必要があります。CSMまたは [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml?createTicket=true) この機能の有効化についてご相談ください。
{% endhint %}

#### アクション照会を確認する際の考慮事項

* あなたの *アクションのライフサイクル*、これによりアクションがいつ *保留中*、それらがいつ *ロック*、およびいつ *支払い* がロック後に送信されます。これらの期間は、選択した *取引日* 承認されたアクション照会について。
* 過去の取引日の承認済みアクション照会については、アクションのロック日と承認日は承認済みアクション照会の日付に基づきます。ただし、アクションはアクション照会が承認された日付ではなく、実際に発生した日付で報告されます。
* アクション照会が承認されると、 **impact.com にアクション照会の詳細を含む新しいアクションが作成されます**。この新しいアクションには、照会を送信したパートナーとの契約で設定された条件（例：ロック日、支払日など）が適用されます。
* 各 `注文ID` アクション照会に含まれる項目は、それぞれ自社の記録と照合して、アクションが実際に発生したかどうかを確認できます。
* アクションに無期限のロック期間を設定している場合、承認するアクション照会はすべて *保留中* 状態に入り、その後 [手動で承認する必要があります](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/payouts/approve-reverse-and-modify-pending-payouts-for-actions.md) 承認後に一致するOIDを見つけて、アクションを承認します。別の方法として、アクション承認を一括処理している場合は、承認するアクション照会がファイルまたはAPI呼び出しに含まれていることを確認してください。

#### 関連記事

解決内容を手動で一括送信する方法と、すでにトラッキングおよびクレジット済みの注文に関するパートナーのアクション照会に自動応答を送る方法を学びます。

* [アクション照会を確認](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/action-inquiries/review-action-inquiries.md)
* [アクション照会を一括処理](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/action-inquiries/bulk-process-action-inquiries.md)
* [トラッキング済み注文への自動応答を設定](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/action-inquiries/automate-action-inquiry-responses.md)


---

# 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/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/action-inquiries/action-inquiries-explained.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.
