# Integration

Our Exclusive Offerwall provides users with incentives and rewards through segmented, automatically translated ads. The adjoemedia Offerwall is responsive to any screen size, displaying offers based on the user's device and location.

**Steps to Integrate the Offerwall**

1. **Accessing Your API and Secret Keys**
   * Navigate to the "Placements" section in the left menu.
   * In the placements list, find your API Key and Secret Key.
   * For the full integration link, click on the link icon.
2. **Integration Example**
   * Copy and paste the following iframe code into your site:

     Copy

     ```
     <iframe style="width:100%; height:800px; border:0; padding:0; margin:0;" scrolling="yes" frameborder="0" src="https://Adjoemedia.com/offer/[API_KEY]/[USER_ID]"></iframe>
     ```
   * Replace `[API_KEY]` with your API Key and `[USER_ID]` with the unique identifier code of the user viewing the offer wall.
3. **Testing the Postback**
   * Once integrated, you can test the postback from the placement section.
   * Refer to the postback information in the following section for further details.

**Note:** This guide was last updated 7 months ago.


---

# 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://adjoymedia.gitbook.io/adjoemedia-documentation/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.
