# Web Offerwall

{% hint style="info" %}
**Quick Insight - Porix Offer Wall:**&#x20;

Empower your users with tailored incentives and rewards via Porix's dynamic Offer Wall. Our offer wall effortlessly adjusts to various screens, showcasing localized, targeted ads that are translated to match the user's device and location.
{% endhint %}

## Integration

Acquire your placement identifier from the publisher's Dashboard. Identify your distinct userID, then employ the following code for seamless integration:

<br>

{% tabs %}
{% tab title="iFrame🖼️" %}

Please ensure to substitute {App\_ID} with your placement identifier and {user\_id} with your unique user ID.

{% code overflow="wrap" %}

```
<iframe src="https://porix.org/app/iframe/{App_ID}/{user_id}" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
```

{% endcode %}
{% endtab %}

{% tab title="Direct Link" %}

Please ensure to substitute {App\_ID} with your placement identifier and {user\_id} with your unique user ID.

{% code overflow="wrap" %}

```
https://porix.org/app/iframe/{App_ID}/{user_id}
```

{% endcode %}
{% endtab %}
{% endtabs %}

<figure><img src="https://354970090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO6EkHIWb0hezbPOirxPc%2Fuploads%2FuibiADLPr3hbU2jk6OnQ%2Fimage.png?alt=media&#x26;token=832e24fd-92ab-41b4-bfbc-fbb79cb7a088" alt=""><figcaption></figcaption></figure>
