sigil_verify_adscert
Reports whether a domain publishes ads.cert (IAB Tech Lab Authenticated Connections) DNS records — a readiness signal showing the domain supports cryptographically authenticated ad-tech connections. This is not signature verification: ads.cert is pairwise, so verifying a signed bid request requires Sigil to be a delegated participant (a future build). DNS-only and stateless.
Inputs:
domain(query, required): Domain to check.
Returns:
adscert_ready: true | false | null (DNS lookup failed).adscert_records: TXT values at_adscert.{domain}.delegation_records: TXT values at_delegated._adscert.{domain}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |