# 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 %}
