Integrate Trovewall
Everything needed to run a wall or a campaign. Short pages, complete examples, and no step left as an exercise for the reader.
Getting started
Create an account, pick a side, and get to your first conversion.
ReadOfferwall embed
Embed the hosted wall, size the iframe, and customise every colour.
ReadOffer API
The signed JSON offer feed, request signing, every response field, and an OpenAPI document.
ReadPostbacks
Getting told about conversions — inbound from advertisers, outbound to publishers.
ReadTracking links
Tracking URLs, the macros we substitute, and the click identifier.
ReadConversions
States, hold periods, deduplication, reversals and why one was rejected.
ReadPayments and payouts
SEPA top-ups, reference codes, payout requests and the ledger.
ReadThe five-minute version
A publisher embeds one iframe and gives us one URL to call. Everything after that is us doing the work.
<!-- 1. show the wall -->
<iframe src="https://trovewall.com/wall/pk_live_xxx
?user_id=USER_ID"></iframe>
# 2. we call you when it converts
GET https://you.example/tw?user_id={user_id}
&amount={amount}&trans_id={trans_id}
&sig={signature}