Documentation menu
Offer Wall

Offer Wall Integration

Embed the EdgeCash Offer Wall via iframe or WebView and pass your user id in subid1.

Integration is three steps: create a placement in the publisher portal, embed its URL, and pass your user identifier. You need an approved publisher account first — apply here if you don't have one yet.

/01

Create an offer wall placement

An offer wall is a placement — one wall per app, site or traffic source you monetize. The placement holds its own name, reward currency, exchange rate, dimensions and offer categories, and every click and conversion is reported against it — so keep sources separate instead of reusing one wall everywhere.

In the portal, open Offer Walls and press Create Offer Wall. Name it after the traffic source — everything else is editable later:

Publisher portal — offer wall placement settings
Placement settings: name, currency, exchange rate, dimensions and offer categories.
/02

Embed the wall

Every placement has its own URL carrying your publisher ID and the wall ID. Embed it in an iframe on your site, or load the same URL inside a WebView in your mobile app:

edgecash / offer-wall-embed
1
2
3
4
5
6
<iframe
    src="https://edgecash.ai/offer-wall/{PUBLISHER_ID}/{OFFER_WALL_ID}?subid1={YOUR_USER_ID}"
    width="100%"
    height="800"
    style="border: 0;"
></iframe>
embed.html html UTF-8 LF

Both IDs are shown on the placement's Integration tab in the portal. Prefer a native wrapper? The Android SDK is live — setup, snippets and the release version are on the same Integration tab. iOS and Flutter are in pilot. Contact your EdgeCash account manager for access.

/03

Pass your user identifier

subid1 is how you recognize your users. Set it to your own identifier of the end-user opening the wall — it comes back to you on every conversion (in postbacks as [SB1]), which is how you know whom to credit.

Parameter Required Description
subid1 Yes Your unique end-user identifier. Up to 60 characters. Never share one value across different users — it is also used to score the user and personalize the wall.
subid2subid4 No Free-form tracking slots (campaign, source, session…). Up to 60 characters each; echoed back in postbacks as [SB2][SB4].
device No Your device identifier. Up to 60 characters; echoed back as [DVC].
Test it before going live: open the wall URL with a test subid1, click an offer, and watch the click appear in portal statistics. Crediting comes next — set up postbacks so your server hears about every conversion.
/04

Track your performance

Every click and conversion is reported against the placement in real time: portal statistics break performance down by day, country, offer, placement and subid, with CSV export for your own tooling.

Publisher portal — statistics with performance trend
Portal statistics: clicks, conversions and revenue with a performance trend.

Ready to start earning?

Tell us about your app, site or traffic — and start monetizing with EdgeCash.

Apply as a publisher