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

Forum Posts

Kate Taralin
Feb 09, 2023
In General Discussion
Being a job seeker or looking for a new career can be challenging. With so many opportunities, it's easy to get lost in the sea of available jobs. That is why I checked remote hub that is a wonderful platform ever. There you can find any job that you want.
1
0
12
Kate Taralin
Feb 09, 2023
In General Discussion
How can I easily find a good job?
0
0
3
Kate Taralin

Kate Taralin

More actions
bottom of page