> 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/submit-and-modify-conversion-data/batch-modify-conversion-data/batch-modifications-and-reversals-for-mobile-actions.md).

# モバイルアクションの一括変更と取り消し

<a href="https://pxa.impact.com/student/activity/1117597?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=tra-350&#x26;utm_campaign=help-center" class="button primary">PXAコースを受講する</a>

impact.com を通じて、お使いのモバイルアプリで計測されているアクションは変更および/または取り消しできます。

{% hint style="info" %}
**注意：** impact.com では、1つのアクションにつき最大 1,000 件の変更が可能です。さらに変更する必要がある場合は、 [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml).
{% endhint %}

#### 必要なもの:

* impact.com の FTP 認証情報、またはアカウントに割り当てられた固有のメールアドレス
* `ActionId` 変更または取り消ししたい各アクションの値
* .CSV（カンマ区切り値）ファイルを作成するためのテキストエディタまたは表計算ソフト

#### ステップ 1: パフォーマンスデータをインポートする

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の列の下にある *トラッキング*、選択します **モバイルアプリ**.
3. モバイルアプリにカーソルを合わせ、次に選択します ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[詳細] → 表示/編集**.
4. その *返品処理* セクションで、〜であることを確認します **自動返品処理** が選択されています。
5. 選択 **一括アップロード**、次に を選択して接続を選びます ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]**.

   * 〜する方法を学ぶ [データアップロード接続を設定する](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/send-data-to-impactcom/create-a-data-upload-connection.md).

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

#### ステップ 2: ActionId の値を見つける

1. 左側のナビゲーションメニューから、次を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → 取引 → 保留中の支払い → アクション**.
2. `ActionId` 値は に表示されます *アクションID* 列。

#### ステップ 3: 変更/取り消し用の CSV ファイルを作成する

1. テキストエディタまたは表計算ソフトを使用して、3つの列を作成します:

   `ActionId,金額,理由`
2. 以下の各行について、変更および/または取り消したいアクションのデータを追加してください。詳細は以下のヘッダー定義を参照してください。
   * `ActionId`: 変更または取り消しするアクションの一意の識別子です。モバイルアクションの先頭には `M` 文字が付きます。
   * `金額`: 報酬の計算に使用される、そのアクションの新しい収益額です。送信すると `0` アクションは取り消されます。
   * `理由`: アクションの更新には、 `ORDER_UPDATE`。取り消しには、 `REJECTED`.
3. ファイルを送信してください — 確認 [FTP またはメールで一括変更および取り消しを設定して送信する](/brand/ja/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/submit-batch-modifications-and-reversals.md) 詳細を確認するには。

**CSV の例と値**

```programlisting
ActionId,金額,理由
M.8882.4808.1063415,0,REJECTED
```


---

# 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/submit-and-modify-conversion-data/batch-modify-conversion-data/batch-modifications-and-reversals-for-mobile-actions.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.
