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
2 Day Real Estate Exam Crash Course
Sat, Dec 04
| 2 Day Crash Course
Pass the real estate exam the first time. 6 hours live zoom class. Saturday and Sunday 7am-10am. 95% Pass Rate!
Time & Location
Dec 04, 2021, 8:00 AM – Dec 05, 2021, 12:00 PM
2 Day Crash Course
About the Event
$149 Package Includes:
6 hours of Live Instruction
High Pass Rate 95%
Live Instructor. Not a Video
Learn 7 Key Areas tested on State Exam
Free Exam Prep Booklet with
bottom of page