> For the complete documentation index, see [llms.txt](https://docs.prodegeads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prodegeads.com/adgate-rewards-monetization/web-integration.md).

# Web Integration

## Placing your wall

### Step 1: Obtain your wall code

You can find your wall code [here](https://dash.adgatemedia.com/affiliate/vc-walls/index). It will look like the following image:&#x20;

![You can see the wall code here is nq6Upw](/files/-MPAAdVfJQI4Xq4xbfms)

### Step 2: Determine the user ID

This is a dynamic value that should be replaced with a unique identifier for each of your users. The user id may be any string up to 255 characters long. We recommend using a hashed value if possible.

### Step 3: Adding the iframe to your site

You will take both of the pieces of information obtained in Step 1 & 2 and create an iframe using the following guideline: `https://wall.adgaterewards.com/**YOUR WALL CODE (Step 1)**/** USER ID (Step 2)**`. For example:

```markup
<iframe src="https://wall.adgaterewards.com/nq6Upw/6d0007e52f7afb7d5a0650b0ffb8a4d1"></iframe>
```

It is also recommended to set the iframe height to that of the users browser. This can be done in either [CSS](http://www.tagindex.net/css/frame/width_height.html) or [inline of the iframe.](http://www.w3schools.com/tags/att_iframe_height.asp)

Alternatively, you can use the URL generated above to open the AdGate Rewards offer wall in a new tab.
