How to use the Unpack method with a tracking tool
In the Unpack method of The White Rabbit (TWR), the Safe Page and Offer Page fields ask for the file path on your hosting, not the URL. That is why your tracking tool has to track through a script installed on the page, and the parameters from both tools go together in your ad.
Before you start
- A domain registered and verified in TWR. If you haven't done that yet, see how to register your domain.
- Access to the file manager of a hosting account that runs PHP.
- A tracking tool with script-based tracking: RedTrack (used in the examples), Voluum, Binom, Keitaro, BeMob, ClickMagick, Utmify, ThriveTracker, AdsBridge, Peerclick and CPV Lab.
- If your campaign doesn't use Unpack, the process is simpler: see how to integrate TWR with any tracking tool.
Step by step
1. Create the campaign and enter the name, domain and traffic source
In the Campaigns menu, click New campaign. Enter the campaign name, select a domain registered in TWR and choose the traffic source.

2. Set the countries and devices
Select the countries and devices according to your ad targeting.

3. Select the Unpack method on both pages
Under Delivery method, choose Unpack on the Safe Page and on the Offer Page. The fields stop asking for the page URLs and start asking for the file path on your hosting.

4. Put the page files in the same hosting folder
Upload the Safe Page and Offer Page files to your site's public folder. Both stay in the same folder, along with the campaign's PHP file. You can name the files however you like, and those names never show up for anyone who clicks your ad.

5. Set the Safe Page and Offer Page paths
The ./ means "starting from the folder where the PHP file is installed". With everything in the same folder, just enter each page's file name:
Field | Path |
|---|---|
Safe Page |
|
Offer Page |
|
Use your own file names.

6. Enable the Unique Token (optional)
The Unique Token adds a password to the campaign URL parameters, an extra layer of protection. It isn't mandatory, but it is recommended.

7. Save the campaign, download the PHP file and copy the parameters
Click Save campaign. TWR then shows the campaign parameters and the PHP file to download. Download the file and copy the parameters to a notepad.

8. Upload the file to your hosting and rename it to index.php
Upload the PHP file to the same folder as the page files and rename it to index.php.

9. Switch your tracking tool to script-based tracking
Your tracking tool generates a redirect URL, which would be your ad URL if you weren't using TWR. Since Unpack has no URL field, switch to the mode that tracks through a script. In RedTrack, under Tracking links and parameters, switch the REDIRECT tab to NO-REDIRECT: instead of the URL, you get a script and its matching parameters.
![]()
10. Install the tracking script in the Offer Page code
Copy the script and open the Offer Page file in your hosting's file editor. Paste the script right before the closing </body> and save.

11. Concatenate the TWR parameters with your tracking tool's parameters
Put the parameters generated by TWR and the ones your tracking tool shows next to the script on a single line, with one & between them.

&, with no blank spaces, no ? and no other character. The order doesn't matter.12. Add the URL and the parameters to your ad
Your ad URL is the address where you installed index.php, always with https://. The parameters you concatenated go with it:
Scenario | How to enter it |
|---|---|
Source with a separate field for parameters | URL in the destination field and the parameters in the dedicated field |
Source without a separate field for parameters |
|
13. Test the campaign with Test Offer
On the campaign screen, click Test Offer. TWR generates a parameter you add to the URL to check the Offer Page without it counting as real traffic. Turn test mode off when you're done.

14. Follow your results
On the Charts tab you can follow the total number of requests and the split between Offer Page, Safe Page and bots. Visits that reach the Offer Page load the script installed in step 10 and also show up in your tracking tool.

Updated on: 07/08/2026
Thank you!