function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const a = 1 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

Profile

Join date: Apr 5, 2026

About

0 likes received
0 comments received
0 best answers

Blood and Bone Seminar is a physician-reviewed medical resource covering blood disorders, bone health, and hematology. Trusted by medical professionals and patients for evidence-based guides on anemia, leukemia, osteoporosis, and more. Find out more info at https://www.bloodandboneseminar.com

Blood and  Bone SeminarBlood and Bone Seminar

Blood and Bone Seminar

More actions
bottom of page