> 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. 右側の列の下にある *Tracking*、選択します **モバイルアプリ**.
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.
