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.
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:
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:
<iframe
src="https://edgecash.ai/offer-wall/{PUBLISHER_ID}/{OFFER_WALL_ID}?subid1={YOUR_USER_ID}"
width="100%"
height="800"
style="border: 0;"
></iframe>
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.
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. |
subid2 … subid4 |
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]. |
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.
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.
Ready to start earning?
Tell us about your app, site or traffic — and start monetizing with EdgeCash.