Privacy Policy

Last updated: May 20, 2025

Advisory San Diego ("we," "our," or "us"), operated by Jon Granston and affiliated agents at Compass California Inc. (DRE #01527365), is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit AdvisorySanDiego.com or contact us through any of our channels.

Please read this policy carefully. By using our website or contacting us, you agree to the terms described here.

Information We Collect

We collect information you voluntarily provide to us, including:

  • Name, email address, phone number, and mailing address
  • Property address and details when requesting a home valuation
  • Real estate preferences, search criteria, and transaction details
  • Messages and communications you send to us

We also collect certain information automatically when you visit our website, including IP address, browser type, pages viewed, time spent on pages, and referring URL. This is collected through cookies and similar tracking technologies.

How We Use Your Information

We use the information we collect to:

  • Respond to your inquiries and provide real estate services
  • Send you property listings, market updates, and information you request
  • Contact you via phone, email, or text message regarding real estate services (with your consent)
  • Improve our website and marketing efforts
  • Comply with applicable laws and regulations
  • Prevent fraud and protect the security of our site and services

Text Message Communications

If you provide your phone number and consent to text communications, we may contact you via SMS regarding your real estate inquiry. Message and data rates may apply. Message frequency varies. You may opt out at any time by replying STOP. Reply HELP for assistance. For more information, contact us at jon.granston@compass.com.

Sharing of Information

We do not sell, trade, or rent your personal information to third parties. We may share your information with:

  • Compass California Inc. and affiliated Compass agents, in connection with providing real estate services
  • Service providers who assist us in operating our website and business (such as email providers, CRM platforms, and analytics services) — these parties are contractually obligated to keep your information confidential
  • Legal or regulatory authorities when required by law
  • Other parties with your explicit consent

California Privacy Rights (CCPA/CPRA)

If you are a California resident, you have the following rights under the California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA):

  • Right to Know: You may request information about the personal data we collect, use, and disclose
  • Right to Delete: You may request deletion of your personal information, subject to certain exceptions
  • Right to Correct: You may request correction of inaccurate personal information
  • Right to Opt-Out: You have the right to opt out of the sale of your personal information (we do not sell personal information)
  • Right to Non-Discrimination: We will not discriminate against you for exercising your privacy rights

To exercise these rights, contact us at jon.granston@compass.com or call (858) 252-0307.

Cookies

We use cookies and similar tracking technologies to enhance your experience on our website. You can control cookie settings through your browser preferences. Note that disabling cookies may affect certain features of our website.

Third-Party Links

Our website may contain links to third-party websites, including Compass.com, Zillow, and other real estate platforms. We are not responsible for the privacy practices of these sites and encourage you to review their privacy policies.

Data Security

We implement reasonable administrative, technical, and physical security measures to protect your personal information. However, no method of transmission over the internet is 100% secure, and we cannot guarantee absolute security.

Children's Privacy

Our website is not directed to children under the age of 13. We do not knowingly collect personal information from children. If you believe we have inadvertently collected information from a child, please contact us immediately.

Changes to This Policy

We may update this Privacy Policy from time to time. We will post the updated policy on this page with a revised "Last updated" date. Your continued use of our website after any changes constitutes your acceptance of the updated policy.

Contact Us

If you have questions or concerns about this Privacy Policy or our data practices, please contact us:

Advisory San Diego
Jon Granston
1953 San Elijo Ave Suite 100
Cardiff, CA 92007
(858) 252-0307
jon.granston@compass.com

Advisory San Diego is a team of real estate agents affiliated with Compass. Compass is a real estate broker licensed by the State of California, DRE #01527235, and abides by Equal Housing Opportunity laws.

OR Set window.SITE_ROOT = '../' for subdirectory pages, '' for root pages */ (function() { const ROOT = window.SITE_ROOT || ''; const ACTIVE_PAGE = window.ACTIVE_PAGE || ''; function navLink(href, label) { const fullHref = ROOT + href; const isActive = ACTIVE_PAGE === href; return `${label}`; } /* ── NAV HTML ── */ const navLight = window.NAV_LIGHT || false; const navHTML = ` `; /* ── FOOTER HTML ── */ const footerHTML = ` `; /* ── MODAL HTML ── */ const modalHTML = ` `; /* ── INJECT ── */ document.body.insertAdjacentHTML('afterbegin', navHTML); document.body.insertAdjacentHTML('beforeend', footerHTML + modalHTML); /* ── WORDMARK STYLE ── */ const style = document.createElement('style'); style.textContent = ` .nav__wordmark { font-family:'Cormorant Garamond',Georgia,serif; font-size:1.25rem;font-weight:300; letter-spacing:0.15em;text-transform:uppercase; color:${navLight ? 'var(--black)' : '#fff'}; transition:color 0.3s; } .nav--scrolled .nav__wordmark { color:${navLight ? 'var(--black)' : '#fff'}; } .nav__right { display:flex;align-items:center;gap:20px; } .nav__phone { font-size:0.65rem;font-weight:600;letter-spacing:0.1em;color:var(--gold); } .footer__wordmark { font-family:'Cormorant Garamond',Georgia,serif; font-size:1.2rem;font-weight:300;letter-spacing:0.15em; color:rgba(255,255,255,0.8);text-transform:uppercase;margin-bottom:16px; } .fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease} .fade-in.visible{opacity:1;transform:translateY(0)} `; document.head.appendChild(style); })();