sandbox / local only

Traffic Gate Lab

A working model of the pattern you were looking at: a page sends a quiet background request describing the visitor, and a server answers with a destination — or with nothing. Change the visitor on the left, send the request, and read the decision. Every domain and campaign here is fictional.

1 · the visitor

How long ago the ad was clicked. Old clicks get rejected.

2 · what leaves the page

POST /gate            (background request, address bar never changes)
content-type: application/x-www-form-urlencoded

d=m&campid=demo_campaign_0001&click_age=12

--- the server also sees, without being told ---
ip        -> country US, mobile-carrier
referer   -> https://social.example/feed
user-agent-> Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) Apple…

3 · how the server decides

Send a request to see the rules run.

4 · the answer, and what the page does with it

No answer yet.

try these

  • · Switch to desktop — you get the harmless page instead.
  • · Set the connection to datacenter — that's what a scanning service looks like.
  • · Empty the campaign tag — replaying a link without its tags gets nothing.
  • · Drag the click age past 15 minutes — this is why your replayed link went blank.