overview
Rent. Solutions
Improve your advertising, renter communications and leasing with solutions that work as hard as you do.
All SolutionsStart leasing smarter
—
not harder.
Reach out to our team and we’ll guide you through the right solutions to achieve your leasing goals and supercharge your results.
(function() {
var params = new Proxy(new URLSearchParams(window.location.search), {
get: function(searchParams, prop) {
return searchParams.get(prop);
}
});
var utm_source = params.utm_source;
if (utm_source) {
setCookie('utm_source', utm_source, 30);
}
var utm_medium = params.utm_medium;
if (utm_medium) {
setCookie('utm_medium', utm_medium, 30);
}
var utm_campaign = params.utm_campaign;
if (utm_campaign) {
setCookie('utm_campaign', utm_campaign, 30);
}
var utm_content = params.utm_content;
if (utm_content) {
setCookie('utm_campaign', utm_content, 30); // typo fixed (campaign -> content)
}
var utm_term = params.utm_term;
if (utm_term) {
setCookie('utm_term', utm_term, 30);
}
var gclid = params.gclid;
if (gclid) {
setCookie('gclid', gclid, 30);
}
function setCookie(key, value, days) {
var expires = new Date();
expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000));
document.cookie = key + '=' + value + ';path=/' + ';expires=' + expires.toUTCString();
}
})();