Custom · Domain verification
If your shop is Generic (custom) — with no plugin to auto-inject a meta tag — domain verification happens from the Neuroon Dashboard, not through an API call you code yourself.
How it works
- In the Dashboard, go to your shop → Domain verification.
- The Dashboard shows you a TXT record to add to your domain's DNS settings:
| Field | Value |
|---|---|
| Type | TXT |
| Name | _neuroon-verification.yourdomain.com |
| Value | The verification code shown in the Dashboard |
- Add that TXT record in your DNS provider's panel (Cloudflare, Route 53, GoDaddy, etc.).
- Click Verify in the Dashboard. Neuroon performs a real DNS lookup against your domain and checks that the TXT record exists with the expected value.
- Once verified, you can sync your catalog and embed the widget.
Next steps
- Get your API Key — if you haven't created the shop yet.
- Quickstart — sync your first product after verifying.
- Custom integration · Standalone — the rest of the integration flow.