"Ask, Don't Assume" Neuroinclusive Event & Workplace Accessibility Audit Checklist
Operational accessibility framework and 20-point diagnostic mapping sensory zoning, written-first communication norms, and WCAG 2.2 AA standards.
GA4 & Server-Side Tagging Health Check Suite
Progress is saved locally in your browser. Complete each checkpoint to calculate your audit score and export a compliance report.
1. Property Configuration & Governance
Core GA4 data stream setup, retention limits, and BigQuery export linkage.
Default is 2 months. Change to 14 months in Admin > Data Settings > Data Retention.
Ensure raw unthresholded event tables stream to BigQuery GCP project.
Set Reporting Identity to Device-based or Blended to avoid 100% thresholding on low-volume custom dimensions.
Traffic filters set to Active to exclude office and staging hits from production views.
Domains listed in Data Stream > More Tagging Settings > Configure your domains.
2. Data Layer & Event Architecture
Timing, casing and dataLayer structure verification.
window.dataLayer = window.dataLayer || [] declared in head before gtm.js loads.
All custom event names and parameters use lowercase snake_case (no camelCase or spaces).
Single-page app route changes do not fire native and manual page_views simultaneously.
Items array contains item_id, item_name, price, quantity, and item_category as strings/numbers.
Purchase event deduplicated in sGTM and GA4 to prevent repeat counts on order confirmation refreshes.
3. Enhanced Conversions & Consent Mode v2
First-party data normalisation and DMA compliance signals.
gtag("consent", "default", { ad_storage: "denied", ... }) executes before container loads.
Consent update push verified in Tag Assistant with correct gcd parameter.
Email lowercased and trimmed, phone in E.164 (+61...) before hashing.
Meta CAPI and Google Ads match browser and server hits with identical event_id.
Operationalising Neuroinclusion in Media and Live Events
Workplaces and industry conferences often inadvertently exclude neurodivergent individuals through sensory overload, unpredictable scheduling, and ambiguous communication. This operational framework provides concrete checkpoints for meeting design, sensory quiet rooms, and multi-modal participation.
How to cite and attribute this tool
CC BY 4.0 LicenceThis resource is free, open and un-gated under the Creative Commons Attribution 4.0 (CC BY 4.0). You are encouraged to use, integrate and cite it with attribution:
@misc{geraghty_neuroinclusive_workplace_event_audit,
author = {Geraghty, Gordon},
title = {"Ask, Don't Assume" Neuroinclusive Event & Workplace Accessibility Audit Checklist},
year = {2026},
url = {https://gordongeraghty.com/resources/neurodiversity-inclusion/neuroinclusive-workplace-event-audit},
note = {Head of Performance, Empire Amplify}
}Changelog & Version History
v1.0.0Initial publication mapped to WCAG 2.2 AA and Australian Disability Discrimination Act 1992 guidance.