# Web Offerwall

{% hint style="info" %}
Provide customized incentives and rewards to your users using UP WALL adaptable Offer Wall. Our offerwall effortlessly adjusts to any screen, showcasing tailored, localized ads depending on the user's device and location.
{% endhint %}

## Integration

Get your app api key from the Dashboard, Determine your unique user id and use the following code to integrate&#x20;

## Offerwall Iframe Code

```html

<iframe src="https://offerwall.upwall.io/?app_id={api_key}&userid={user_id}"
style="position:fixed;
top:0px; left:0px;
bottom:0px; right:0px;
width:100%; height:100%;
border:none; margin:0; padding:0;
overflow:hidden; z-index:999999;">
</iframe>
```

## Direct OfferWall Link

```uri
https://offerwall.upwall.io/?app_id={api_key}&userid={user_id}
```
