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


---

# 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.prodegeads.com/adgate-rewards-monetization/web-integration.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.
