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

<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,000 件の変更が可能です。さらに変更が必要な場合は、 [サポートに連絡](https://app.impact.com/support/portal.ihtml).
{% endhint %}

#### 必要なもの：

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

#### 手順 1: パフォーマンスデータをインポートする

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

   * データアップロード接続の設定方法を確認する [データアップロード接続を設定する](/brand/ja/nitsuitebitaidesuka/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] → Transactions → Pending Payouts → Actions**.
2. `ActionId` の値は *Action ID* 列に表示されます。

#### 手順 3: 変更/取り消し用 CSV ファイルを作成する

1. テキストエディタまたはスプレッドシートアプリケーションを使用して、次の 3 列を作成します。

   `ActionId,Amount,Reason`
2. 以下の各行に、変更および/または取り消ししたいアクションのデータを入力してください。詳細は、以下のヘッダー定義を参照してください。
   * `ActionId`：変更または取り消しするアクションの固有識別子。モバイルアクションには先頭に `M` の文字が付きます。
   * `Amount`：ペイアウトの計算対象となる、そのアクションの新しい収益額。 `0` を送信すると、そのアクションは取り消されます。
   * `Reason`：アクションの更新には、 `ORDER_UPDATE`を送信します。取り消しには、 `REJECTED`.
3. ファイルを送信 — 確認 [FTP またはメールを介してバッチ変更および取り消しを設定して送信する](/brand/ja/nitsuitebitaidesuka/platform-features/submit-and-modify-conversion-data/batch-modify-conversion-data/submit-batch-modifications-and-reversals.md) で詳細を見る。

**CSV の例と値**

```programlisting
ActionId,Amount,Reason
M.8882.4808.1063415,0,REJECTED
```


---

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