Documentation

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.

The 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}