S2S / Postback Test Panel

Fire server-to-server postbacks directly from this page.

SERVER-SIDE

Fire Postback

Current Session

click_id
RegisteredNo
Deposited
Postback URLhttps://bitcotasks.com/track/postback.php
Secret61c413d2b690...

Postback URL Format

https://bitcotasks.com/track/postback.php?click_id={click_id} &secret=YOUR_SECRET &status=approved &event=conversion &payout=2.5000
Reversal: Send same request with status=reversed to reverse a conversion and refund the advertiser's balance.

Quick Test Links

https://script.bitcotasks.com/index.php?click_id=TESTCLICK123456789012345678901234
Use a real click_id from your platform's tracking link to test end-to-end.

Pixel / JS Snippet Reference

BROWSER-SIDE
Step 1 — Landing page (save click_id)
<script> (function(){ var c = new URLSearchParams( window.location.search ).get('click_id'); if(c) localStorage.setItem( 'cpa_click_id', c ); })(); </script>
Step 2 — Success page (fire pixel)
<script> (function(){ var cid = new URLSearchParams( window.location.search ).get('click_id') || localStorage.getItem('cpa_click_id'); if(!cid) return; new Image().src = 'https://bitcotasks.com/track/pixel.php' + '?click_id=' + encodeURIComponent(cid) + '&secret=61c413d2b6909aa00084ce8e7a8f82b2fd29d666' + '&event=register'; })(); </script>
The register success page (?p=success) fires an S2S postback (event=register) automatically when you submit the registration form. The deposit page fires event=deposit with dynamic payout. Use the panel on the left to fire any custom event manually.
page: s2s click_id: session: guest deposited: reset session