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

Learn

Welcome to our Learning Hub, where knowledge meets action. Dive into a rich collection of tools, manuals, and best practices tailored to empower communities and organizations. Discover upcoming events, engage in advocacy initiatives, and equip yourself with the resources needed to drive meaningful change and build a more resilient future.

Civil Society

Local Government

Local Government

Community

Village Aerial

Toolkits and Manuals

Discover our range of toolkits, manuals, and other resources!

bottom of page