function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const XSRFToken = getXSRFTokenFromCookie() fetch( `${window.location.origin}/_serverless/analytics-reporter/facebook/event`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }, body: JSON.stringify({ eventName, data: eventParams }), }, ); }, ); function getXSRFTokenFromCookie() { var match = document.cookie.match(new RegExp("XSRF-TOKEN=(.+?);")); return match ? match[1] : ""; } } window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page
Nemsis | Emergency Networking

Nemsis

State Data Managers

V3 STATE MAP AND RESOURCES

These maps show the current status of NEMSIS participation in the data standard versions. As new states start submitting to the national database their color will change to green, and the national dataset will become more complete. Click on a state or territory for more information and check back often to see the country "go green".

View version 3 map
View version 3.5 map
Subscribe Our Newsletter
bottom of page