www.augustapreciousmetals.com Open in urlscan Pro
35.208.25.9  Public Scan

Submitted URL: https://storage.googleapis.com/thopinall/link6k.html#c12949hEXDP11LjOW15102OdD1367eIkM1120
Effective URL: https://www.augustapreciousmetals.com/apm-lp/gold-ira-jm-arrow-expedited-4/?apmtrkr_cid=1636&utm_campaign=MW&apmtrkr_cph=800-946-6626&...
Submission: On September 17 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

POST /scripts/velocify-submit-lead/velocify-submit-lead.php

<form autocomplete="off" method="POST" class="af-form-wrapper " accept-charset="UTF-8" action="/scripts/velocify-submit-lead/velocify-submit-lead.php">
  <input type="hidden" name="form_id" value="in-page">
  <input type="hidden" name="email_creative" value="">
  <input type="hidden" name="campaign_id" value="1636">
  <input type="hidden" name="headline" value="">
  <input type="hidden" name="redirect_url" value="/thank-you-hsgi">
  <input type="hidden" name="requested_guides" value="">
  <input type="hidden" name="transaction_id" value="">
  <input type="hidden" name="keyword" value="">
  <input type="hidden" name="hit_id" value="341205809">
  <input type="hidden" name="agent_id" value="">
  <input type="hidden" name="sub_id" value="">
  <input type="hidden" name="vcid" value="">
  <div style="display:none;">
    <input type="text" name="hpot">
  </div> <input type="hidden" name="vallev" value="Advanced">
  <div style="margin: 0 auto; position: relative; max-width: 356px;">
    <div class="progress-wrap">
      <div class="progress"></div>
    </div>
    <div class="questionholder" id="question1" style="display:block">
      <label for="first_name" class="visually-hidden">First Name</label>
      <input type="text" id="answer1" placeholder="First Name*" required="" name="first_name" class="inputbox">
      <br>
      <a class="button vcenter" onclick="displayquestion(2)">Continue <img src="images/button-arrow.png" style="margin-left:10px;" alt="" role="presentation"></a>
    </div>
    <div class="questionholder" id="question2" style="display:none">
      <label for="last_name" class="visually-hidden">Last Name</label>
      <input type="text" id="answer2" placeholder="Last Name*" required="" name="last_name" class="inputbox">
      <br>
      <a class="button vcenter" onclick="displayquestion(3)">Continue &gt;</a>
    </div>
    <div class="questionholder" id="question3" style="display:none">
      <label for="email" class="visually-hidden">Email</label>
      <input name="email" id="answer3" type="text" class="inputbox" placeholder="Email*" required="">
      <br>
      <a class="button vcenter" onclick="displayquestion(4)">Continue &gt;</a>
    </div>
    <div class="questionholder" id="question4" style="display:none">
      <label for="phone" class="visually-hidden">Telephone</label>
      <input name="phone" id="answer4" type="text" class="inputbox" placeholder="Phone*" required="">
      <input name="submit" style="cursor: pointer" type="submit" onclick="KW.send_click();" class="button" value="Send My FREE Guide!">
    </div>
  </div>
  <style>
    .button-phone {
      position: absolute;
      bottom: 5px;
      right: -3px;
      font-size: 26px;
      font-weight: bold;
      color: #fff;
    }

    .form {
      margin-top: -96px;
    }

    @media screen and (max-width: 1125px) {
      .button-phone {
        font-size: 25px;
      }

      .form {
        margin-top: 0;
      }
    }

    @media screen and (max-width: 375px) {
      .button-phone {
        font-size: 23px;
      }
    }

    @media screen and (max-width: 359px) {
      .button-phone {
        font-size: 21px;
      }
    }
  </style>
  <script>
    // Form validation for TCPA checkbox 
    $(document).ready(function() {
      $('.optin-val-checkbox').submit(function(e) {
        $('#errorcheck').hide();
        if ($('#agree_to_terms').prop('checked') < 1) {
          $("input[type='text'][name='phone']").stop().after('<span class="form-field-error">Please agree by checking the box</span>');
          e.preventDefault();
        }
      });
    });

    function isValidEmailAddress(emailAddress) {
      var pattern =
        /^([a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+(\.[a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+)*|"((([ \t]*\r\n)?[ \t]+)?([\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*(([ \t]*\r\n)?[ \t]+)?")@(([a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.)+([a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.?$/i;
      return pattern.test(emailAddress);
    }

    function displayquestion(a) {
      $(".optin-error-arrow").remove();
      $(".form-field-error").remove();
      var currentquestion = a - 1;
      var progress = 4;
      console.log(currentquestion);
      var val = $("#answer" + currentquestion).val();
      console.log("field val: " + val);
      if (currentquestion == 3) {
        if (!isValidEmailAddress(val)) {
          $("input[type='text'][name='email']").stop().after('<div class="optin-error-arrow"></div><span class="form-field-error">Please enter your email address</span>');
        } else {
          $(".questionholder").stop().hide();
          $("#question" + a).stop().show();
          $("#error" + currentquestion).stop().hide();
          var progress = currentquestion * 33.4;
          $(".progress").css("width", progress + "%");
          $("#answer" + a).focus();
        }
      } else {
        if (val == "") {
          $("#error" + currentquestion).stop().after('<div class="optin-error-arrow"></div><span class="form-field-error">You must complete this field</span>');
        } else {
          $(".questionholder").stop().hide();
          $("#question" + a).stop().show();
          $("#error" + currentquestion).stop().hide();
          var progress = currentquestion * 33.3;
          $(".progress").css("width", progress + "%");
          $("#answer" + a).focus();
        }
      }
    }

    function clear_errors() {
      $(".optin-error-arrow").remove();
      $(".form-field-error").remove();
    }

    function test_mr_ms(field, value, errormessage) {
      if (value == 'mr' || value == 'ms') {
        clear_errors();
        field.after('<div class="optin-error-arrow"></div><span class="form-field-error">' + errormessage + '</span>');
        field.val('');
      }
    }

    function test_chars(field, value, errormessage) {
      if (!/^[a-zA-Z\-\ ]+$/.test(value) || /(.)\1\1/.test(value) || /( )\1/.test(value) || /(-)\1/.test(value)) {
        clear_errors();
        field.after('<div class="optin-error-arrow"></div><span class="form-field-error">' + errormessage + '</span>');
        var inputvalue = value;
        var inputvaluefixed = inputvalue.slice(0, -1);
        field.val(inputvaluefixed.replace(/\d+/g, ''));
      }
    }

    function test_first_char(field, value, errormessage) {
      var firstchar = value.charAt(0);
      if (!/^[a-zA-Z]+$/.test(firstchar)) {
        clear_errors();
        field.after('<div class="optin-error-arrow"></div><span class="form-field-error">' + errormessage + '</span>');
        var inputvalue = value;
        var inputvaluefixed = inputvalue.slice(0, -1);
        field.val(inputvaluefixed.replace(/\d+/g, ''));
      }
    }

    function test_area_code(field, value, errormessage) {
      var validAreaCodes = ["205", "251", "256", "334", "938", "907", "480", "520", "602", "623", "928", "479", "501", "870", "209", "213", "279", "310", "323", "408", "415", "424", "442", "510", "530", "559", "562", "619", "626", "628", "650",
        "657", "661", "669", "707", "714", "747", "760", "805", "818", "820", "831", "858", "909", "916", "925", "949", "951", "303", "719", "720", "970", "203", "475", "860", "959", "302", "239", "305", "321", "352", "386", "407", "561", "727",
        "754", "772", "786", "813", "850", "863", "904", "941", "954", "229", "404", "470", "478", "678", "706", "762", "770", "912", "808", "208", "986", "217", "224", "309", "312", "331", "618", "630", "708", "773", "779", "815", "847", "872",
        "219", "260", "317", "463", "574", "765", "812", "930", "319", "515", "563", "641", "712", "316", "620", "785", "913", "270", "364", "502", "606", "859", "225", "318", "337", "504", "985", "207", "240", "301", "410", "443", "667", "339",
        "351", "413", "508", "617", "774", "781", "857", "978", "231", "248", "269", "313", "517", "586", "616", "734", "810", "906", "947", "989", "218", "320", "507", "612", "651", "763", "952", "228", "601", "662", "769", "314", "417", "573",
        "636", "660", "816", "406", "308", "402", "531", "702", "725", "775", "603", "201", "551", "609", "640", "732", "848", "856", "862", "908", "973", "505", "575", "212", "315", "332", "347", "516", "518", "585", "607", "631", "646", "680",
        "716", "718", "838", "845", "914", "917", "929", "934", "252", "336", "704", "743", "828", "910", "919", "980", "984", "701", "216", "220", "234", "330", "380", "419", "440", "513", "567", "614", "740", "937", "405", "539", "580", "918",
        "458", "503", "541", "971", "215", "223", "267", "272", "412", "445", "484", "570", "610", "717", "724", "814", "878", "401", "803", "843", "854", "864", "605", "423", "615", "629", "731", "865", "901", "931", "210", "214", "254", "281",
        "325", "346", "361", "409", "430", "432", "469", "512", "682", "713", "726", "737", "806", "817", "830", "832", "903", "915", "936", "940", "956", "972", "979", "385", "435", "801", "802", "276", "434", "540", "571", "703", "757", "804",
        "206", "253", "360", "425", "509", "564", "202", "304", "681", "262", "414", "534", "608", "715", "920", "307"
      ];
      if ($.inArray(value, validAreaCodes) === -1) {
        field.after('<div class="optin-error-arrow"></div><span class="form-field-error">' + errormessage + '</span>');
        field.val('');
      }
    }
    $(document).on("keyup", "input[type='text'][name='phone']", function(e) {
      clear_errors();
      var fieldvalue = $(this).val();
      if (fieldvalue.length == 6) {
        var fieldvalue = fieldvalue.substring(1, 4);
        test_area_code($(this), fieldvalue, "Please enter a valid area code");
      }
      var first_after_after_area_code_value = fieldvalue.charAt(6);
      if (first_after_after_area_code_value == "1") {
        var inputvaluefixed = fieldvalue.slice(0, -1);
        $(this).val(inputvaluefixed);
        $(this).after('<div class="optin-error-arrow"></div><span class="form-field-error">Invalid telephone number</span>');
      }
    });
    $(document).on("keyup", "input[type='text'][name='first_name']", function(e) {
      clear_errors();
      var fieldvalue = $(this).val();
      test_mr_ms($(this), fieldvalue, "Name cannot contain Mr, Ms, Mrs");
      test_chars($(this), fieldvalue, "Please enter your first name only");
      test_first_char($(this), fieldvalue, "Please enter your first name only");
    });
    $(document).on("keyup", "input[type='text'][name='last_name']", function(e) {
      clear_errors();
      var fieldvalue = $(this).val();
      test_mr_ms($(this), fieldvalue, "Name cannot contain Mr, Ms, Mrs");
      test_chars($(this), fieldvalue, "Please enter your last name only");
      test_first_char($(this), fieldvalue, "Please enter your last name only");
    });
  </script>
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Search the online dictionary..."
    aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>

Text Content

Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER


GOLD IRA: GET THIS GUIDE TO LEARN ALL ABOUT IT

Request the gold IRA guide that persuaded Hall of Fame quarterback Joe Montana
to diversify and balance his retirement with gold.*

This guide opened my eyes! My gold IRA gives me peace of mind Diversify your
savings with a gold IRA
Hall of Fame Quarterback
Joe Montana



FREE
Gold IRA Guide
Enter Your Details Below To
Get Your Free Guide
First Name
Continue
Last Name
Continue >
Email
Continue >
Telephone


TOP 3 AUGUSTA GOLD IRA PERKS:

Fast. Only 15 minutes to get started. Easy. Just 3 simple steps. We do most of
the gold IRA paperwork for you. Reliable. Lifetime customer support. Voted best
gold IRA company.


REQUEST YOUR FREE GOLD IRA GUIDE HERE


Highest Rating


A+
Highest Rating


AAA
Highest Honor


Best Of
Very High Rating


4.8
Out of 5
Highest Rating


5
Out of 5
Member


✓
Highest Honor


Most Trusted
Very High Rating


4.9
Out of 5



REQUEST YOUR FREE GOLD IRA GUIDE HERE

Get Your Gold IRA Guide

AUGUSTA OFFERS A QUICK, EASY, COST-EFFICIENT GOLD IRA PROCESS.

*Joe Montana is a paid ambassador for Augusta.

Copyright 2021 Augusta Precious Metals. All Rights Reserved. Privacy Notice

For more information about Augusta Precious Metals and the physical silver or
gold IRA to help diversify and protect your retirement savings, visit us at
Augustapreciousmetals.com. Or call us at 800-700-1008 to speak with someone
right away.

Any opinions offered by Augusta are Augusta's opinions and not to be relied on
by anyone for any purpose. Seek your own legal, tax, investment, and financial
advice before opening an account with Augusta. Augusta’s content may contain
errors; Augusta is not qualified to offer legal, tax, investment, or financial
advice. You should not base any purchasing decisions on the content Augusta
provides. All decisions regarding the purchase or sale of precious metals,
including the decision of which precious metals to purchase or sell, are your
decisions alone.


×
Privacy Notice
Augusta Precious Metals Privacy Notice

Last Updated: July 11, 2018

Augusta Precious Metals ("Company" or "We") respect your privacy and are
committed to protecting it through our compliance with this notice. This notice
describes the types of information we may collect from you or that you may
provide when you visit the website augustapreciousmetals.com (our "Website") or
when you opt into receiving text or email messages from us (Electronic
Messaging) and our practices for collecting, using, maintaining, protecting, and
disclosing that information. The Website and Electronic Messaging are
collectively referred to in this notice as the Services. This notice applies to
information we collect (i) on this Website; (ii) in email, text, and other
electronic messages between you and us; and (iii) when you interact with our
advertising on other Augusta websites or third-party websites and services.
Please read this notice carefully to understand our policies and practices
regarding your information and how we will treat it. If you do not agree with
our policies and practices, your choice is not to use the Services. By using the
Services, you agree to this privacy notice. This notice may change from time to
time. Your continued use of the Services after we make changes is deemed to be
acceptance of those changes, so please check the notice periodically for
updates.

1. Personal and Other Information We Collect

We collect several types of information from and about users of our Services,
including information: (i) by which you may be personally identified, such as
name, address, email address, telephone number, and, if you make a purchase, we
may collect your social security number and financial/banking and/or billing and
credit card information (collectively, Personal Information); (ii) that is about
you but individually does not identify you, such as your age or gender; (iii)
about your internet connection, the equipment you use to access the Services,
and usage details. We collect this information: (i) directly from you when you
provide it to us; and (ii) automatically as you navigate through the Services.
Information collected automatically may include usage details, IP addresses, and
information collected through cookies and other tracking technologies. The
information we collect on or through our Website may include: (i) information
that you provide by filling in forms on our Website; (ii) records and copies of
your correspondence; and (iii) details of transactions you carry out with us or
the fulfillment of your orders. As you navigate through and interact with our
Services, we may use automatic data collection technologies to collect certain
information about your equipment, browsing actions, and patterns, including: (i)
details of your visits to our Website, including traffic data, location data,
logs, and other communication data and the resources that you access and use on
the Website; and (ii) information about your computer and internet connection,
including your IP address, operating system, and browser type. We also may use
these technologies to collect information about your online activities over time
and across third-party websites or other online services (behavioral tracking).
We currently do not respond to web browser signals and other mechanisms that
enable consumers to exercise choice about behavioral tracking.

2. How We Use and Share Information

We use and share the Personal Information and other information collected
(unless otherwise restricted by applicable law):

- to operate, provide, and enhance the Services and to provide the products,
information and services you request or sign up for through the Services or that
may be of interest to you. For example, we will use your Personal Information to
contact you with respect to information you requested or with respect to
offering or providing the Services, for any administrative, maintenance and
customer service purposes, to facilitate a third party’s provision of services
you request, such as third-party LLC set-up services or third-part custodian
services, and to address issues such as intellectual property infringement,
rights of privacy, or defamation claims;

- to track and analyze your usage trends and preferences in order to improve the
Website and Services;

- to personalize our Services and to monitor the operation and effectiveness of
the Services;

- to analyze aggregate Website usage metrics;

- to provide you with customized third party content, and information;

- to send you messages, including to notify you about changes to our Services or
any products or services we offer or provide through the Services and
promotional messages related to the Services and of third parties we work with.
You will have the ability to opt-out of receiving any such communications,
through links provided in the messages;

- to engage in transactions with you and to carry out our obligations and
enforce our rights arising from any contracts entered into between you and us;

- to respond to your requests;

- we may share your Personal Information with other selected third parties,
affiliates and subsidiaries that offer complementary products or services. In
such an event, please review that company’s privacy notice regarding any further
interactions with them.

- to obtain third party services from those who provide services to us, such as
analytics, web site management, payment processing, information technology and
related infrastructure, customer service, e-mail delivery, auditing, and other
similar services. When we share Personal Information with third party service
providers, we require that they use your Personal Information only for the
purpose of providing services to us and subject to terms consistent with this
notice.

- to work with third party companies to help us tailor advertising that we think
may be of interest to you based on your use of the Website and to otherwise
collect and use data about your use of the Website. These companies may deliver
ads that might also place cookies and otherwise track user behavior. These
companies may use information about user behavior in order to provide customized
advertisements across various websites, services and products. In the course of
providing these websites, services, products or placing advertisements, these
third party companies may place or recognize a unique cookie on your computer,
and may record information to these cookies based upon your activities on our
Website and on third party websites. Each of these companies use this cookie
information according to their own privacy and security policies. If you do not
wish to have this information used for the purpose of serving you targeted ads,
you may opt-out as indicated in below. Please note this does not opt you out of
being delivered advertising. You will continue to receive generic ads.

- as we believe to be necessary or appropriate to protect the health and safety
of our employees and operations or the employees or operations of any of our
third party service providers.

- as we believe to be necessary or appropriate: (a) under applicable law,
including laws outside your country of residence; (b) to comply with legal
process; (c) to respond to requests from public and government authorities,
including public and government authorities outside your country of residence,
for national security and/or law enforcement purposes; (d) to enforce our terms
and conditions; and (e) to allow us to pursue available remedies or limit the
damages that we may sustain. Additionally, in the event of a reorganization,
merger, sale, joint venture, assignment, transfer or other disposition of all or
any portion of our business, assets or stock (including in connection with any
bankruptcy or similar proceedings), we may transfer the Personal Information we
have collected to the relevant third party.

We may use, transfer, and disclose other information we collect for any purpose,
except where applicable law requires otherwise. If we are required to treat
other information as Personal Information under applicable law, then we will
only use it in the same way that we are permitted to use and disclose Personal
Information.

3. How We Collect Information

Direct Interactions: From your use of and interaction with us through the
Services and other activities such as submission of forms.

Electronic Communications Protocols: We  may automatically receive information
from you as part of the communication connection itself, which often consists of
network routing information (where you came from), equipment information
(browser type or device type), your IP address (which may identify your general
geographic location or company), and date and time.

We may also automatically receive and record information about your interaction
with the Services, such as how often you access the Services, performance data,
aggregate usage, or general geo-location data.

Cookies: We may use cookies. A cookie is a small piece of information sent by a
web server to store on a web browser so it can later be read back from that
browser. Cookies may collect information, including a unique identifier, user
preferences, profile information, membership information, and general usage and
volume statistical information. Cookies may also be used to collect
individualized web site use data, provide Website personalization, or conduct
and measure the effectiveness of advertising in accordance with this notice.
Some cookies may remain on users' computers after they leave the Website. While
many are set to expire within 1-24 months of your last visit to the website that
set the cookie, others may not expire because of their nature, like cookies that
remember opt-out preferences.

Your browser may provide you with information and control over cookies. You can
set your browser to alert you when a cookie is being used, and accept or reject
the cookie. You can also set your browser to refuse all cookies or accept only
cookies returned to the originating servers. Users can generally disable the
cookie feature on their browser. Cookies, however, are important to the proper
functioning of a site, and disabling them may degrade your experience and
interfere with Website features and customizations.

We may engage one or more third party service providers to track and analyze
both individualized usage and volume statistical information from interactions
with the Website. The service provider(s) may set cookies on our behalf. We may
also use third party cookies to provide advertising and personalization services
in accordance with this notice, and to track the performance of our
advertisements and emails.

Managing Cookie Preferences: Your browser should allow you to access or change
your cookie preferences at any time.

Flash Cookies: We may use Flash cookies, also known as "local shared objects,"
on our Website that employ Flash technology. Flash cookies are used to remember
the Website’s settings to personalize the look and feel of the Website. Like
normal cookies, Flash cookies are represented as small files on your computer.
You may be able to prevent Flash cookies from being placed by adjusting your
browser’s settings.

Embedded URLs: We may use a tracking technique that employs embedded URLs to
allow use of the Website without cookies. Embedded URLs allow limited
information to follow you as you navigate the Website, but are not associated
with Personal Information and are not used beyond the session.

Embedded Pixels and Similar Technologies: We may use embedded pixel technologies
for the purposes of identifying unique user visits (as opposed to aggregate
hits), and for advertising purposes. In addition, embedded pixels or other
technologies may be used in e-mails and our online display advertising to
provide information on when the e-mail or ad was opened to track marketing
campaign responsiveness; information collected using these technologies may be
associated with your e-mail address.

Physical Location: We may collect and share the physical location of your device
for purposes consistent with this notice, such as to provide you with
personalized location-based services or content. In some instances, you may be
permitted to allow or deny such use of your device's location, but if you choose
to deny such use, we may not be able to provide you with the applicable
personalized services or content.

4. Preferences and Opt-Out.

You may opt out of e-mail marketing by using our general unsubscribe automated
link that is included in our marketing e-mails. If you have any problems using
any of these opt-out mechanisms, please contact us.

Some non-marketing communications are not subject to general opt-out, such as
communications related to customer services and disclosures to comply with legal
requirements.

If you do not want us to use your Personal Information to notify you of products
or services of interest to you or if you do not want us to share your Personal
Information with selected third parties, affiliates and subsidiaries, please opt
out by contacting us via the contact information provided in this privacy
notice. If you have consented to receiving text messages or auto-dialed
telephone calls from us, you may revoke that consent by writing, emailing, or
calling us at the contact information provided in this privacy notice or by any
other reasonable means.

Cookies and Do Not Track Preferences. You may opt out of cookies by using your
browser settings. We do not process or recognize any Do Not Track signals.

Information-Sharing Choices. We may only share Personal Information with
selected companies after providing you the ability to make choices about the
sharing, or as otherwise described in this notice. There are limitations to
opting out of such sharing in the case of: (1) where you have previously
requested the sharing of your Personal Information with these companies; (2)
where third parties are required to perform a service in connection with our
provision of Services to you; and (3) where required by law.

For California Residents. Under California Civil Code Section 1798.83 (also
known as S.B. 27), if you are a California resident and your business
relationship with us is primarily for personal, family, or household purposes,
you may request certain data regarding our disclosure, if any, of Personal
Information to third parties for the third-parties' direct marketing purposes.
To make such a request, please contact us at
customer-care@augustapreciousmetals.com. You may make such a request up to once
per calendar year. If applicable, we will provide you, by e-mail, a list of the
categories of Personal Information disclosed to third parties for their direct
marketing purposes during the immediately preceding calendar year, along with
the third parties' names and addresses. Please note that not all Personal
Information sharing is covered by S.B. 27's requirements.

5. Access, Correction, and Updates

You may request to review, correct, update, suppress, remove, or otherwise
modify any of your Personal Information that you have previously provided to us
through the Website. You have the ability to update your Personal Information by
contacting customer-care@augustapreciousmetals.com. You have the right to data
portability for the information you provide to us. You can request to obtain a
copy of your Personal Information in a commonly used electronic format so that
you can manage and move it.

In certain circumstances, you have the right:
– To access and receive a copy of the Personal Information we hold about you;
– To rectify any Personal Information held about you that is inaccurate;
– To request the deletion of Personal Information held about you.

Please note that you may be asked to verify your identity before receiving a
response to such requests. Please be aware that if you delete your Personal
Information, you may not be able to continue to use our Services. Please note
that if you request that we delete your Personal Information, we may in our sole
discretion retain certain information, including your Personal Information, to
satisfy our legal, audit and/or dispute resolution requirements. We may also
retain your non-Personal Information indefinitely. If you have privacy concerns
regarding access to or the correction of your Personal Information, please
contact us at customer-care@augustapreciousmetals.com

In your request, please make clear what Personal Information you would like to
have changed, whether you would like to have your Personal Information that you
have provided to us suppressed from our database or otherwise let us know what
limitations you would like to put on our use of your Personal Information that
you have provided to us.

While the majority of questions and issues related to access can be handled
quickly, complex requests may take more research and time. In such cases, issues
will be addressed, or you will be contacted regarding the nature of the problem
and appropriate next steps, within thirty days.

6. Retention and Deletion

We will retain your Personal Information for as long as your account is active;
as needed to provide you the Services; as needed for the purposes outlined in
this notice or at the time of collection; as necessary to comply with our legal
obligations (e.g., to honor opt-outs), resolve disputes, and enforce our
agreements; or to the extent permitted by law.

At the end of the retention period, we will delete your Personal Information in
a manner designed to ensure that it cannot be reconstructed or read.

7. Advertising and Third Party Websites

The Services may contain links to websites and services provided by third
parties. Any personally identifiable information you provide on third party
sites or services is provided directly to that third party and is subject to
that third party’s policies, if any, governing privacy and security. We are not
responsible for the content or privacy and security practices and policies of
third party sites or services. You should read the third parties’ privacy
policies before providing them with your personally identifiable information.

8. Security

The security of your Personal Information is very important to us. We use
commercially reasonable physical, electronic, and administrative safeguards that
are designed to protect your Personal Information from loss, misuse and
unauthorized access, disclosure, alteration and destruction. We cannot, however,
ensure or warrant the security of any information you transmit to us, and your
transfer of your Personal Information to us is at your own risk.

In the event that your Personal Information is acquired, or is reasonably
believed to have been acquired, by an unauthorized person and applicable law
requires notification, we will notify you by e-mail, fax, or U.S. mail. We will
give you notice promptly, consistent with the reasonable needs of law
enforcement and our company to determine the scope of the breach and to
investigate and restore the integrity of the data system.

9. Cross Border Transfer and International Users

This notice is intended to cover only customers and other users residing in the
United States. If you are outside of the United States, by visiting our Website
and by providing us with your Personal Information or data, you acknowledge and
agree that we may use the Personal Information or data collected in the course
of our relationship for the purposes identified in this Privacy notice or in our
other communications with you, including the transmission of information outside
your resident jurisdiction. In addition, please understand that such Personal
Information and data may be stored on servers located in the United States. By
providing us with your Personal Information or data, you consent to the transfer
of your Personal Information and other data to our servers, which may be located
anywhere in the world. Personal Information may be transferred, accessed and
stored globally as necessary in accordance with this notice.

10. Dispute Resolution

You have the right to lodge complaints about the data processing activities
carried out by us before the competent data protection authorities. If you have
any complaints regarding our compliance with this notice, you should first
contact us at customer-care@augustapreciousmetals.com. We will investigate and
attempt to resolve complaints and disputes regarding use and disclosure of
Personal Information in accordance with this notice.

11. Children's Privacy

Our Website is not directed to minors, we do not market to minors, and we do not
knowingly collect Personal Information from anyone under the age of 18. If you
believe that we have mistakenly or unintentionally collected Personal
Information of a minor without appropriate consent, please notify us so that we
may immediately delete the information from our servers and make any other
necessary corrections.

12. Contact Us

If you believe your Personal Information has been used in a way that is not
consistent with this notice or your specified preferences, or if you have
further questions  or comments related to this notice, please contact us at
customer-care@augustapreciousmetals.com

13. notice Updates

We may update this notice from time to time. In the event we make material
changes that reduces your rights or our obligations under this notice, we will
post a prominent notice to the Website notifying users when it is updated.





English
Accessibility Adjustments
Reset Settings Statement Hide Interface
Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Eliminates flashes and reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances the website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
Cognitive Disability Profile Assists with reading and focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
ADHD Friendly Profile More focus and fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Blind Users (Screen-reader) Use the website with your screen-reader
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
OFF ON
Keyboard Navigation (Motor) Use the website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
Monochrome
High Saturation
Adjust Text Colors
Cancel
High Contrast
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility Solution By accessiBe
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語



Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...