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

# Integration

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

{% stepper %}
{% step %}

### 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.
  {% endstep %}

{% step %}

### Integration example

* Copy and paste the following iframe code into your site.

{% code title="Offerwall iframe" %}

```html
<iframe style="width:100%; height:800px; border:0; padding:0; margin:0;" scrolling="yes" frameborder="0" src="https://TrivonAds.com/offer/[API_KEY]/[USER_ID]"></iframe>
```

{% endcode %}

* Replace `[API_KEY]` with your API Key and `[USER_ID]` with the unique identifier code of the user viewing the offer wall.
  {% endstep %}

{% step %}

### 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.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Note: This guide was last updated 10 months ago.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://trivonads.gitbook.io/trivonads-docs/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.
