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

Upcoming Events List

Alabama Executive Development Conference

Dates

February 10, 2025

to

February 13, 2025

Booth #s

SAFE-D Conference (Texas State Assoc of Fire & Emergency Districts)

Dates

February 6, 2025

to

February 8, 2025

Booth #s

Oklahoma Volunteer Caucus

Dates

January 31, 2025

to

February 1, 2025

Booth #s

North Carolina Fire Chief

Dates

January 29, 2025

to

January 31, 2025

Booth #s

WEMSA 2025

Dates

January 22, 2025

to

January 24, 2025

bottom of page