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
Live Real Estate Exam Prep Course Real Estate Exam Prep Course Oct 20th
Pass the real estate exam the first time!
95% of our students pass.
LIVE EVENT
Sat Oct 2
9-12
ENROLL NOW
https://www.cesrealestateschool.com/live-exam-prep-course
#realestate #exampreparation #testprep #realestateschool
#realestateagentlicense
Time & Location Oct 20, 2018, 9:00 AM – Oct 21, 2018, 12:00 PM
California, California, USA
bottom of page