# Web Offerwall

{% hint style="info" %}
**Quick Info :**

Deliver personalized incentives and rewards to your users through ClickWAll Offers flexible Offer Wall. Our offerwall seamlessly adapts to any screen, displaying targeted, translated ads based on user device and location.
{% endhint %}

### Integration <a href="#integration" id="integration"></a>

Obtain your placement identifier from publisher Dashboard, Determine your unique userId and use the following code to integrate :

{% tabs %}
{% tab title="Iframe" %}
**Without Values :**

Make sure you replace \[**App\_ID**] with your placement identifier and \[**USER\_ID**] with your unique user id.

```html
<iframe style="width:100%; height:800px; border:0; padding:0; margin:0;" scrolling="yes" frameborder="0" src="https://clickwall.net/app/iframe/[App_ID]/[USER_ID]"></iframe>
```

{% endtab %}

{% tab title="Direct Link" %}
**Without Values :**

Make sure you replace \[App\_ID] with your placement identifier and \[USER\_ID] with your unique user id.

```
https://clickwall.net/app/iframe/[App_ID]/[USER_ID]
```

You must pass a valid user ID to return a receipt in the postback.<br>
{% endtab %}
{% endtabs %}


---

# 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/web-offerwall.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.
