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);
try{
__adroll.record_user({"adroll_segments": "25c14f39"})
} catch(err) {}
top of page
Wed, Feb 17
| Real Estate Career Night
Real Estate Career Night Are you interested in a Career in Real Estate? Join Us and learn how to start a successful career in real estate.
Find our the pros and cons of taking an online course versus live real estate class. Also learn about the cost to get started and job placement opportunities.
Join us
Time & Location Feb 17, 2021, 7:00 PM
Real Estate Career Night
Tickets Ticket type
Real Estate Career Night
bottom of page