· adswds-team · Product Release · 2 min read
Adswds Platform 4.3.0: Edge decision
Keep traffic on your own site. Connect platform decisions with the official PHP pack or Cloudflare pack: allow, serve a page, or redirect.

Adswds Platform 4.3.0 release notes
What’s new
Edge decision
- Keep the domain and website on your side — no move onto our servers
- Enable the capability, configure rules, then download the official PHP pack or Cloudflare pack
- The same visitor rules (country, UA, IP, and more) decide allow, a page, or a redirect
- Pass / fail: allow, HTML, 302 (https or a site path), open a same-site path, or return a status code
- The PHP pack is for traditional hosts running PHP 8.3; use the official Cloudflare pack (Worker and Pages middleware, same runtime) when the site is already on Cloudflare
- Daily decisions follow your plan
Results
- Allow: serve the landing page
- Serve a page: output the HTML filename you named (PHP reads a local file; Cloudflare fetches it from the same origin)
- Redirect: 302 to https or a site path
- Open a same-site path: the address bar does not change
- Deny: return only an HTTP status
How to use
- Ask operations to enable edge decision and confirm the plan tier
- In Edge Decision, configure rules and what to show or where to send visitors on pass / block
- Download the official PHP pack or Cloudflare pack for your environment, deploy it, and replace placeholders with real HTML
- When visitors open the site, the script serves a page or redirects from the result
Full walkthrough: Edge decision & official scripts.



