# 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](https://3795619272-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MODBIQil82PY38OddYv%2F-MPA5H0aqxkk5J10DdRT%2F-MPAAdVfJQI4Xq4xbfms%2Fimage.png?alt=media\&token=c59b294c-2d06-45f2-bb11-e419b69692f8)

### 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.
