{"id":7,"date":"2026-07-02T17:35:04","date_gmt":"2026-07-02T17:35:04","guid":{"rendered":"https:\/\/leads.curadebt.com\/ck\/?page_id=7"},"modified":"2026-07-02T17:50:30","modified_gmt":"2026-07-02T17:50:30","slug":"your-privacy-choices","status":"publish","type":"page","link":"https:\/\/leads.curadebt.com\/ck\/your-privacy-choices\/","title":{"rendered":"Your Privacy Choices"},"content":{"rendered":"\n<!--\n============================================================================\n  CuraDebt - \/your-privacy-choices\/ page (English)\n============================================================================\n  INSTALL (Juan):\n  - Create WP page at \/your-privacy-choices\/, paste this into the content.\n  - 301-redirect \/do-not-sell\/ to this URL.\n  - Banner Sections A + B must load on this page like every other page.\n  - Footer link on every template: \"Your Privacy Choices\" + blue CPRA\n    opt-out icon pointing here.\n  - VERIFY EMAIL: the live policy obfuscates addresses - confirm\n    management@curadebt.com is correct before publish.\n============================================================================\n-->\n<style>\n  .cdw { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.6; color: #1a1a1a; }\n  .cdw h1 { color: #0E7C48; font-size: 30px; margin: 0 0 8px; }\n  .cdw h2 { color: #0E7C48; font-size: 21px; margin: 28px 0 10px; }\n  .cdw .cdw-meta { color: #6b6b6b; font-size: 14px; margin: 0 0 20px; }\n  .cdw .cdw-box { background: #F4ECDF; border: 1px solid #e4d9c3; border-radius: 12px; padding: 18px 20px; margin: 18px 0; }\n  .cdw a { color: #0E7C48; }\n  .cdw ul { padding-left: 22px; }\n  .cdw li { margin-bottom: 6px; }\n<\/style>\n\n<div class=\"cdw\">\n  <h1>Your Privacy Choices<\/h1>\n  <p class=\"cdw-meta\">Last Updated: July 2, 2026<\/p>\n\n  <p>This page lets you exercise your privacy choices, including your right to opt out of the sale or sharing of your personal information under the California Consumer Privacy Act (CCPA\/CPRA) and other state privacy laws. These choices are available to all visitors regardless of state.<\/p>\n\n  <h2>Opt Out of the Sale or Sharing of Your Personal Information<\/h2>\n  <p>Use the button below to opt out on this browser and device. This turns off advertising cookies and stops the sale or sharing of personal information collected through this browser, including for cross-context behavioral advertising.<\/p>\n\n  <!-- ===== FUNCTIONAL OPT-OUT MODULE (do-not-sell-snippet.html) ===== -->\n  <div id=\"cd-dns\" style=\"max-width:560px;margin:24px 0;padding:20px;background:#F4ECDF;border:1px solid #e4d9c3;border-radius:12px;\">\n    <p id=\"cd-dns-status\" style=\"margin:0 0 14px;font-size:14px;line-height:1.5;color:#1a1a1a;\"><\/p>\n    <button type=\"button\" id=\"cd-dns-btn\" style=\"height:40px;padding:0 22px;border-radius:999px;border:1px solid #0E7C48;background:#0E7C48;color:#fff;font-size:14px;font-weight:600;cursor:pointer;\"><\/button>\n    <p style=\"margin:12px 0 0;font-size:12px;color:#6b6b6b;\">\n      <span id=\"cd-dns-note\"><\/span>\n      <a href=\"#\" id=\"cd-dns-settings\" style=\"color:#0E7C48;text-decoration:none;\"><\/a>\n    <\/p>\n  <\/div>\n  <script>\n  (function () {\n    \"use strict\";\n    var lang = \"en\";\n    var S = {\n      optedOut: \"Your opt-out of the sale or sharing of your personal information is active. Advertising cookies are off.\",\n      notOptedOut: \"You have not opted out of the sale or sharing of your personal information on this browser.\",\n      gpc: \"Your browser's Global Privacy Control signal has been honored - your opt-out is active.\",\n      btn: \"Opt Out of Sale or Sharing\",\n      btnDone: \"Opt-Out Active\",\n      note: \"This applies to this browser and device. To submit a request covering our records, email management@curadebt.com or call 1-877-850-3328 ext. 888. \",\n      settings: \"Cookie Settings\"\n    };\n    var status = document.getElementById(\"cd-dns-status\");\n    var btn = document.getElementById(\"cd-dns-btn\");\n    var settings = document.getElementById(\"cd-dns-settings\");\n    document.getElementById(\"cd-dns-note\").textContent = S.note;\n    settings.textContent = S.settings;\n    settings.addEventListener(\"click\", function (e) {\n      e.preventDefault();\n      if (window.CuraConsent) window.CuraConsent.open();\n    });\n    function render() {\n      var c = window.CuraConsent ? window.CuraConsent.get() : null;\n      var gpc = navigator.globalPrivacyControl === true;\n      var optedOut = c && !c.advertising;\n      if (optedOut && (gpc || (c && c.gpc))) { status.textContent = S.gpc; }\n      else if (optedOut) { status.textContent = S.optedOut; }\n      else { status.textContent = S.notOptedOut; }\n      btn.textContent = optedOut ? S.btnDone : S.btn;\n      btn.disabled = !!optedOut;\n      btn.style.opacity = optedOut ? \"0.65\" : \"1\";\n      btn.style.cursor = optedOut ? \"default\" : \"pointer\";\n    }\n    btn.addEventListener(\"click\", function () {\n      if (!window.CuraConsent) { return; }\n      var c = window.CuraConsent.get() || {};\n      var banner = document.getElementById(\"cd-consent\");\n      var togA = document.getElementById(\"cd-tog-analytics\");\n      var togAd = document.getElementById(\"cd-tog-ads\");\n      var save = document.getElementById(\"cd-save\");\n      if (banner && togA && togAd && save) {\n        togA.setAttribute(\"data-on\", c.analytics ? \"true\" : \"false\");\n        togAd.setAttribute(\"data-on\", \"false\");\n        save.click();\n        banner.style.display = \"none\";\n        render();\n      } else if (window.CuraConsent.open) {\n        window.CuraConsent.open();\n      }\n    });\n    \/\/ FIX: this page's content can render before Section B (footer) has\n    \/\/ defined window.CuraConsent, causing a false \"not opted out\" flash\n    \/\/ on load even when the stored cookie is correct. Poll briefly for\n    \/\/ CuraConsent instead of assuming it already exists.\n    (function waitForCuraConsent(attemptsLeft) {\n      if (window.CuraConsent || attemptsLeft <= 0) { render(); return; }\n      setTimeout(function () { waitForCuraConsent(attemptsLeft - 1); }, 50);\n    })(40); \/\/ up to 2 seconds\n  })(); \n  <\/script>\n  <!-- ===== END OPT-OUT MODULE ===== -->\n\n  <h2>Global Privacy Control<\/h2>\n  <p>CuraDebt honors Global Privacy Control (GPC) and other Universal Opt-Out Mechanisms as a valid opt-out of the sale or sharing of personal information and of targeted advertising. If your browser sends a GPC signal, your opt-out is applied automatically and the status above will confirm it. Learn more at <a href=\"https:\/\/globalprivacycontrol.org\" rel=\"noopener\">globalprivacycontrol.org<\/a>.<\/p>\n\n  <h2>Opt-Outs Covering Our Records<\/h2>\n  <p>The button above applies to this browser and device. To opt out of the sale or sharing of personal information in our records, or to exercise other rights, contact us:<\/p>\n  <div class=\"cdw-box\">\n    <p style=\"margin:0 0 8px;\"><strong>Email (primary):<\/strong> <a href=\"mailto:management@curadebt.com\">management@curadebt.com<\/a><\/p>\n    <p style=\"margin:0 0 8px;\"><strong>Phone (secondary):<\/strong> <a href=\"tel:18778503328\">1-877-850-3328 ext. 888<\/a><\/p>\n    <p style=\"margin:0;\">If you reach our voicemail, please leave: (1) your full name; (2) a call-back number and the email address you would like us to respond to; and (3) a brief description of your request (for example, \"opt out of sale\/sharing\" or \"delete my information\"). We will follow up by email and may need to verify your identity before acting on certain requests.<\/p>\n  <\/div>\n\n  <h2>Your Other Privacy Rights<\/h2>\n  <p>Depending on your state, you may also have the right to know or access the personal information we have collected, request deletion, request correction, obtain a portable copy, limit the use of sensitive personal information where applicable, and appeal a denied request. These rights, the categories of information we collect, and how we share it are described in our <a href=\"https:\/\/www.curadebt.com\/privacy-policy\/\">Privacy Policy<\/a>, including the California Privacy Notice.<\/p>\n\n  <h2>Authorized Agents<\/h2>\n  <p>You may use an authorized agent to submit a request on your behalf. We may require the agent to provide proof of authorization (such as a valid power of attorney) and may require you to verify your own identity directly with us.<\/p>\n\n  <h2>Interest-Based Advertising Industry Opt-Outs<\/h2>\n  <p>You may also opt out of certain interest-based advertising across the web at <a href=\"https:\/\/www.networkadvertising.org\" rel=\"noopener\">networkadvertising.org<\/a> or <a href=\"https:\/\/www.aboutads.info\/choices\" rel=\"noopener\">aboutads.info\/choices<\/a>.<\/p>\n\n  <p style=\"color:#6b6b6b;font-size:14px;\">We will not discriminate against you for exercising any of your privacy rights. These choices apply to data held by CuraDebt; for data held by a matched provider, contact that provider directly under its own privacy policy.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Your Privacy Choices Last Updated: July 2, 2026 This page lets you exercise your privacy choices, including your right to opt out of the sale or sharing of your personal information under the California Consumer Privacy Act (CCPA\/CPRA) and other state privacy laws. These choices are available to all visitors regardless of state. Opt Out [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":2,"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/pages\/7\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/leads.curadebt.com\/ck\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}