Synthetic Proof Pack

Sample GPC Evidence Pack

See the kind of structured decision evidence GPCGuard is designed to produce for processed GPC requests. These examples are synthetic and are not legal advice, customer data, or a guarantee of compliance.

JSON decision record

Processed request example

Synthetic
{
  "signal_id": "sig_demo_8xK2m9qL",
  "processed_at": "2026-03-12T14:22:03.441Z",
  "site": "shop.example.test",
  "signal_source": "Sec-GPC",
  "gpc_enabled": true,
  "decision_outcome": "HONORED",
  "policy": {
    "honored": true,
    "sale_opt_out": true,
    "sharing_opt_out": true,
    "targeted_advertising_opt_out": true
  },
  "compliance_standard": "2026-GPC-SPEC",
  "policy_version": "policy_demo_v2.4.1",
  "guard_results": [
    {
      "guard": "rate_limit",
      "result": "pass"
    },
    {
      "guard": "site_exists",
      "result": "pass"
    },
    {
      "guard": "origin_allowed",
      "result": "pass"
    },
    {
      "guard": "site_active",
      "result": "pass"
    },
    {
      "guard": "dpa_accepted",
      "result": "pass"
    },
    {
      "guard": "circuit_breaker",
      "result": "pass"
    }
  ],
  "downstream_handoff_note": "Customer-wiring dependent: route HONORED decisions to CMP, tag manager, CDP, server-side events, and ad partners."
}

PDF-style packet preview

Static packet outline

GPCGuard does not expose a public PDF export on this page. This preview shows a packet structure an operator could use when compiling evidence for review.

GPC Decision Evidence Packet

sig_demo_8xK2m9qL · shop.example.test

01Executive summary
02Request timeline
03Guard checks
04Policy outcome
05What this record helps show
06What this record does not prove

CSV preview

Export-shaped rows

processed_atsitesourceoutcomereason
2026-03-12T14:22:03.441Zshop.example.testSec-GPCHONOREDgpc_opt_out_honored
2026-03-12T14:22:01.887Zcheckout.example.testnavigator.globalPrivacyControlHONOREDgpc_opt_out_honored
2026-03-12T14:21:57.018Zprivacy.example.testSec-GPCDENIEDorigin_not_allowed
2026-03-12T14:21:55.602Zevents.example.testSec-GPCFAILEDrequest_failed_or_rate_limited
2026-03-12T14:21:50.113Zapp.example.testnoneNO_SIGNAL_OBSERVEDno_gpc_signal_detected

What this evidence helps show

  • A request reached the GPCGuard endpoint for a configured site.
  • Which signal source was observed by the endpoint.
  • Which guard checks passed, denied, or failed for the processed request.
  • The decision outcome and policy flags GPCGuard returned or recorded.
  • The downstream handoff expectation customers need to implement in their stack.

What this evidence does not prove

  • That a customer is legally required to honor a signal in every jurisdiction or context.
  • That a CMP, tag manager, CDP, server-side event stream, or ad partner actually suppressed data after handoff.
  • That every browser request or every network call on the customer site was intercepted.
  • That the sample is customer data, legal advice, an independent audit, or a compliance guarantee.

Ready to test with your own site?

Start with a generated snippet, then verify downstream wiring with your team.