Landing pages with mixed traffic quality
Use richer context when paid traffic quality varies widely by source or device.
PHP + JS install combines server-side decisioning with browser-side behavior signals. Use it when you need more context than a server-only check can provide.
Use richer context when paid traffic quality varies widely by source or device.
Add browser-side evidence when server-only routing feels too thin.
Use PHP + JS when click fraud prevention needs both server and browser context.
Use browser signals to improve confidence before tightening Protected Page rules.
The request first lands on the protected PHP route.
Server-side routing still owns the first decision layer.
Browser behavior adds more confidence signals when the page allows it.
Server-side context and browser-side context are reviewed together.
Use the record to confirm the route is working before scaling traffic.
Browser-side signals help separate scripted or low-quality sessions from normal visitors. They should improve decision confidence, not replace server-side route policy.
Exact PHP + JS package files are available inside the dashboard after signup so they match the account, route, and current package version.
Start with one route, collect proof in Traffic Log, and scale only after the decisions are clear.