# Advertiser Postback (S2S)

### When Do I Get the Postback URL?

Once your campaign is **approved**, ClickWall will generate a **unique postback URL** for your campaign.

You will find this postback URL inside your dashboard.

This URL must be added to your tracking platform.

***

### How Advertiser Postback Works

The flow is simple:

1. A user clicks your campaign through ClickWall
2. The user completes the required action (install, signup, etc.)
3. Your tracking system detects the conversion
4. Your tracking system sends a **postback request** to ClickWall
5. ClickWall records the conversion and updates campaign statistics

This process happens automatically without user interaction.

***

### Postback URL Format

After approval, you will receive a postback URL similar to the following:

```
https://clickwall.net/postback/advertiser?campaign_id=XXXX&click_id={click_id}
```

> ⚠️ The actual URL and parameters will be provided in your dashboard.

***

### Required Parameters

Your tracking system must send the following parameters exactly as provided:

| Parameter    | Description                               |
| ------------ | ----------------------------------------- |
| click\_id    | Unique identifier passed during the click |
| campaign\_id | Your ClickWall campaign ID                |

Additional parameters may be included depending on campaign type.

***

### How to Add the Postback to Your Tracking Platform

1. Copy the postback URL from your ClickWall dashboard
2. Open your tracking platform (e.g. AppsFlyer, Adjust, Voluum, custom tracker)
3. Locate the **Postback / S2S / Conversion Tracking** section
4. Paste the ClickWall postback URL
5. Save your changes

Once configured, conversions will be reported automatically.

***

### Important Notes

* Postback must be added **exactly as provided**
* Do not modify parameter names
* Missing or incorrect parameters will cause conversions to be rejected
* Postback should be triggered **only once per conversion**

***

### Testing the Postback

After setup:

* Launch a test conversion
* Verify that the conversion appears in your campaign statistics
* Confirm that the status updates correctly

If conversions are not appearing, double-check:

* Postback URL
* Parameter mapping
* Campaign status (must be approved and active)

***

### Common Issues

**Conversions not tracked**

* Postback not configured
* Incorrect parameter mapping
* Campaign not approved yet

**Duplicate conversions**

* Postback sent more than once for the same click

***

### Need Help?

If you need assistance with postback setup:

* Contact support
* Provide your campaign ID
* Share details about your tracking platform

Our team will help you verify the integration.


---

# 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://docs.clickwall.net/advertiser-postback-s2s.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.
