> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/ja/kefaq/topafmansu/how-can-test-postback.md).

# S2SトラッキングでポストバックURLをテストするにはどうすればよいですか？

## まず何をすればよいですか？ <a href="#what-should-i-do-first" id="what-should-i-do-first"></a>

開始する前に、以下の前提条件をご確認ください：

* Postback URL をテストするには、まず Conversion Tracking セクションで目標を作成してください。目標は、当社の [ドキュメント。](https://docs.exoclick.com/docs/conversion-tracking/#creating-a-conversion-goal)
* 次に、追跡したいキャンペーンで、固有の文字列を含むコンバージョントラッキングタグが追加されていることを確認してください。この手順の詳細は [こちら](https://docs.exoclick.com/docs/conversion-tracking/#step-1-adding-the-conversions_tracking-token-to-your-campaign-url).

## postback URL 呼び出しを再現するための手順 <a href="#step-by-step-instructions-to-replicate-a-postback-url-call" id="step-by-step-instructions-to-replicate-a-postback-url-call"></a>

**1- キャンペーンにアクセスしてテストバリエーションを使用する**

* トラッキングを設定したキャンペーンに移動し、対象のバリエーションの横にある「Test Variation」を選択します。

<figure><img src="/files/275041bebd7f1552c86c32f0fbdecfa4f18df739" alt=""><figcaption></figcaption></figure>

* この操作は、最終ユーザーが広告をクリックしてオファーの URL に遷移する際の体験をシミュレートします。

**2- コンバージョントラッキング文字列を見つける**

* 「Test Variation」をクリックすると、ランディングページにリダイレクトされます。
* URL からコンバージョン値をコピーするか、Redirect Path のようなリダイレクションツールを使用して URL を表示し、コンバージョン値を取得します。

コンバージョン文字列は通常、次のようになります：

```
ooddNHNPXHRbHNNU7TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gVml2YW11cyBub24gb2RpbyBtYXNzYS4gRG9uZWMgZGlnbmlzc2ltIGJsYW5kaXQgdmVsaXQgYXQgZWdlc3Rhcy4=
```

<figure><img src="/files/94192f9c48a72e1eea0303f7839cf55204e748e5" alt=""><figcaption></figcaption></figure>

**3- Postback URL にコンバージョン値と目標 ID を挿入する**

* 置き換え *GOAL\_ID* を目標 ID に、そして *XXXXXXXXXXX* をコンバージョン値に置き換えます。

```
http://s.magsrv.com/tag.php?goal=GOAL_ID&tag=XXXXXXXXXXX
```

**4- Postback URL をテストする**

* 完全な Postback URL（値を置き換えたもの）をコピーし、任意のウェブブラウザの検索バーに貼り付けてください。
* Postback URL が動作しているかどうかを示す応答が返されます。

***

応答とその説明についての詳細は、ドキュメントでご確認いただけます： [Postback URL の応答](https://docs.exoclick.com/docs/conversion-tracking/#postback-url-responses)

***

<figure><img src="/files/8cf29e8f7c807d0ff6408445689a592432212c60" alt=""><figcaption></figcaption></figure>

**5- コンバージョンが正常に記録されたか確認する**

* 応答に **OK**と表示されていれば、コンバージョンは正常に記録されています。管理パネルに移動して統計を確認することで検証できます。表示されるまで数分かかる場合があります。ページを更新して再度確認してください。
* コンバージョンが表示されたら、ExoClick 側でトラッキング設定が正しく機能していることが確認できます。追加のトラッカーを使用している場合は、それらの動作も確認し、必要に応じてトラッカーのサポートチームにご相談ください。

**さらにサポートが必要ですか？**

さらに सहायताが必要な場合は、遠慮なく [サポートへお問い合わせください](https://www.exoclick.com/contact/).

<br>


---

# 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://docs.exoclick.com/advertisers/ja/kefaq/topafmansu/how-can-test-postback.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.
