fittrack-yourhouseholdhacks.com Open in urlscan Pro
2606:4700::6812:e1e  Public Scan

URL: https://fittrack-yourhouseholdhacks.com/
Submission: On November 16 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 7 forms found in the DOM

Name: Shipping InfoPOST

<form method="post" id="shipping_info" name="Shipping Info" novalidate="novalidate">
  <div class="row">
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_email" class="form-field-label">Email</label>
        <input type="email" placeholder="Email" autocomplete="email" name="form_fields[shipping_info_email]" id="form-field-shipping_info_email">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[shipping_info_fname]" id="form-field-shipping_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[shipping_info_lname]" id="form-field-shipping_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[shipping_info_address]" id="form-field-shipping_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[shipping_info_address2]" id="form-field-shipping_info_address2">
      </div>
    </div>
    <div class="col-4 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_zip" class="form-field-label">Postal code</label>
        <input type="text" placeholder="Postal code" autocomplete="postal-code" name="form_fields[shipping_info_zip]" id="form-field-shipping_info_zip">
      </div>
    </div>
    <div class="col-8 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[shipping_info_city]" id="form-field-shipping_info_city">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper country valid-field">
        <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[shipping_info_country]" class="valid" id="form-field-shipping_info_country" autocomplete="country">
          <option value="de" selected=""> Germany</option>
          <option disabled="" value="_________________">_________________</option>
          <option value="au"> Australia</option>
          <option value="at"> Austria</option>
          <option value="be"> Belgium</option>
          <option value="br"> Brazil</option>
          <option value="ca"> Canada</option>
          <option value="hr"> Croatia</option>
          <option value="dk"> Denmark</option>
          <option value="ee"> Estonia</option>
          <option value="fi"> Finland</option>
          <option value="fr"> France</option>
          <option value="gi"> Gibraltar</option>
          <option value="gr"> Greece</option>
          <option value="hk"> Hong Kong SAR China</option>
          <option value="hu"> Hungary</option>
          <option value="ie"> Ireland</option>
          <option value="il"> Israel</option>
          <option value="it"> Italy</option>
          <option value="jp"> Japan</option>
          <option value="lv"> Latvia</option>
          <option value="lt"> Lithuania</option>
          <option value="lu"> Luxembourg</option>
          <option value="my"> Malaysia</option>
          <option value="mt"> Malta</option>
          <option value="nl"> Netherlands</option>
          <option value="nz"> New Zealand</option>
          <option value="no"> Norway</option>
          <option value="pl"> Poland</option>
          <option value="pt"> Portugal</option>
          <option value="sg"> Singapore</option>
          <option value="es"> Spain</option>
          <option value="se"> Sweden</option>
          <option value="ch"> Switzerland</option>
          <option value="gb"> United Kingdom</option>
          <option value="us"> United States</option>
        </select>
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Required</label>
        <input type="tel" placeholder="Phone" data-validate-required="true" name="form_fields[shipping_info_phone]"
          id="form-field-shipping_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getfittrack.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-0 pl-lg-1 pr-1" style="display: none;">
      <div class="wrapper">
        <label for="form-field-shipping_info_state" class="form-field-label"></label>
        <input type="text" placeholder="" autocomplete="address-level1" name="form_fields[shipping_info_state]" id="form-field-shipping_info_state">
      </div>
    </div>
  </div>
</form>

Name: PayPal Shipping MethodPOST

<form method="post" id="shipping_address" name="PayPal Shipping Method" novalidate="novalidate">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-0"></div>
    <label for="form-field-paypalShippingInfo-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-1"></div>
    <label for="form-field-paypalShippingInfo-1">Use a different shipping address</label>
  </div>
  <div id="alt-shipping_info" class="section shipping alt-paypal-shipping-address gu-hidden gu-checkout-shipping-info">
    <input name="form_fields[paypal_shipping_info_email]" type="hidden" id="form-field-paypal_shipping_info_email">
    <div class="row">
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_fname" class="form-field-label">First Name</label>
          <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[paypal_shipping_info_fname]" id="form-field-paypal_shipping_info_fname">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_lname" class="form-field-label">Last Name</label>
          <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[paypal_shipping_info_lname]" id="form-field-paypal_shipping_info_lname">
        </div>
      </div>
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address" class="form-field-label">Address</label>
          <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[paypal_shipping_info_address]" id="form-field-paypal_shipping_info_address">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
          <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[paypal_shipping_info_address2]" id="form-field-paypal_shipping_info_address2">
        </div>
      </div>
      <div class="col-12 py-1 px-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_city" class="form-field-label">City</label>
          <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[paypal_shipping_info_city]" id="form-field-paypal_shipping_info_city">
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-lg-1">
        <div class="wrapper country valid-field">
          <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
          <select name="form_fields[paypal_shipping_info_country]" class="valid" id="form-field-paypal_shipping_info_country" autocomplete="country">
            <option value="de" selected=""> Germany</option>
            <option disabled="" value="_________________">_________________</option>
            <option value="au"> Australia</option>
            <option value="at"> Austria</option>
            <option value="be"> Belgium</option>
            <option value="br"> Brazil</option>
            <option value="ca"> Canada</option>
            <option value="hr"> Croatia</option>
            <option value="dk"> Denmark</option>
            <option value="ee"> Estonia</option>
            <option value="fi"> Finland</option>
            <option value="fr"> France</option>
            <option value="gi"> Gibraltar</option>
            <option value="gr"> Greece</option>
            <option value="hk"> Hong Kong SAR China</option>
            <option value="hu"> Hungary</option>
            <option value="ie"> Ireland</option>
            <option value="il"> Israel</option>
            <option value="it"> Italy</option>
            <option value="jp"> Japan</option>
            <option value="lv"> Latvia</option>
            <option value="lt"> Lithuania</option>
            <option value="lu"> Luxembourg</option>
            <option value="my"> Malaysia</option>
            <option value="mt"> Malta</option>
            <option value="nl"> Netherlands</option>
            <option value="nz"> New Zealand</option>
            <option value="no"> Norway</option>
            <option value="pl"> Poland</option>
            <option value="pt"> Portugal</option>
            <option value="sg"> Singapore</option>
            <option value="es"> Spain</option>
            <option value="se"> Sweden</option>
            <option value="ch"> Switzerland</option>
            <option value="gb"> United Kingdom</option>
            <option value="us"> United States</option>
          </select>
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_state" class="form-field-label">State</label>
          <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[paypal_shipping_info_state]" id="form-field-paypal_shipping_info_state">
        </div>
      </div>
      <div class="col-4 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_zip" class="form-field-label">Zip code</label>
          <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[paypal_shipping_info_zip]" id="form-field-paypal_shipping_info_zip">
        </div>
      </div>
    </div>
  </div>
  <div class="section phone-number-header">
    <div class="divider"></div>
    <div class="title">
      <div class="row">
        <div class="col-1 pl-0 pr-2">
          <img width="30" height="30" data-cfsrc="https://getfittrack.io/wp-content/themes/giddyupio-prototype/images/phone.png" alt="" loading="lazy" src="https://getfittrack.io/wp-content/themes/giddyupio-prototype/images/phone.png">
        </div>
        <div class="col-11 px-0">
          <h2>Phone</h2>
        </div>
      </div>
    </div>
    <div class="row pt-2 pb-1">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" data-validate-required="true" name="form_fields[shipping_info_phone]"
          id="form-field-paypal_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getfittrack.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="shipping_method" name="Shipping Method">
  <div id="shipping_method">
    <div class="option">
      <div class="radio"><input type="radio" name="shipping-method" id="form-field-shipping_method_radio"></div>
      <label for="form-field-shipping_method_radio">Free Shipping</label>
      <p class="price shipping-rate">$0.00</p>
    </div>
  </div>
</form>

<form id="payment-form" style="display: none;">
  <div id="card-element">
  </div>
  <div style="margin-top: 10px; visibility: hidden;" id="card-errors" role="alert"></div>
</form>

Name: Payment InformationPOST

<form method="post" id="payment_info" name="Payment Information" novalidate="novalidate">
  <div class="row pt-2 pb-1">
    <div class="wrapper">
      <label for="form-field-payment_info_cc" class="form-field-label">Card Number</label>
      <input type="text" pattern="[0-9]*" placeholder="Card Number" autocomplete="cc-number" name="form_fields[payment_info_cc]" id="form-field-payment_info_cc">
    </div>
  </div>
  <div class="row py-1">
    <div class="col-6 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-payment_info_exp" class="form-field-label">MM / YY</label>
        <input type="text" pattern="[0-9]*" placeholder="MM / YY" autocomplete="cc-exp" name="form_fields[payment_info_exp]" id="form-field-payment_info_exp">
      </div>
    </div>
    <div class="col-6 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-payment_info_cvc" class="form-field-label">CVC</label>
        <input type="number" pattern="[0-9]*" placeholder="CVC" name="form_fields[payment_info_cvc]"
          id="form-field-payment_info_cvc"><a class="cvc-tip" data-title="3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front."><img src="https://getfittrack.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="billing_address" name="Shipping Method">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-0"></div>
    <label for="form-field-billing_method_radio-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-1"></div>
    <label for="form-field-billing_method_radio-1">Use a different billing address</label>
  </div>
</form>

Name: Billing AddressPOST

<form method="post" id="billing_info" name="Billing Address" novalidate="novalidate">
  <div class="row">
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[billing_info_fname]" id="form-field-billing_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[billing_info_lname]" id="form-field-billing_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[billing_info_address]" id="form-field-billing_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[billing_info_address2]" id="form-field-billing_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-billing_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[billing_info_city]" id="form-field-billing_info_city">
      </div>
    </div>
    <div class="col-12 col-lg-6 px-0 py-lg-1 pl-lg-0 pr-lg-1">
      <div class="wrapper country">
        <label for="form-field-billing_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[billing_info_country]" class="valid" id="form-field-billing_info_country" autocomplete="country">
          <option value="de" selected=""> Germany</option>
          <option disabled="" value="_________________">_________________</option>
          <option value="au"> Australia</option>
          <option value="at"> Austria</option>
          <option value="be"> Belgium</option>
          <option value="br"> Brazil</option>
          <option value="ca"> Canada</option>
          <option value="hr"> Croatia</option>
          <option value="dk"> Denmark</option>
          <option value="ee"> Estonia</option>
          <option value="fi"> Finland</option>
          <option value="fr"> France</option>
          <option value="gi"> Gibraltar</option>
          <option value="gr"> Greece</option>
          <option value="hk"> Hong Kong SAR China</option>
          <option value="hu"> Hungary</option>
          <option value="ie"> Ireland</option>
          <option value="il"> Israel</option>
          <option value="it"> Italy</option>
          <option value="jp"> Japan</option>
          <option value="lv"> Latvia</option>
          <option value="lt"> Lithuania</option>
          <option value="lu"> Luxembourg</option>
          <option value="my"> Malaysia</option>
          <option value="mt"> Malta</option>
          <option value="nl"> Netherlands</option>
          <option value="nz"> New Zealand</option>
          <option value="no"> Norway</option>
          <option value="pl"> Poland</option>
          <option value="pt"> Portugal</option>
          <option value="sg"> Singapore</option>
          <option value="es"> Spain</option>
          <option value="se"> Sweden</option>
          <option value="ch"> Switzerland</option>
          <option value="gb"> United Kingdom</option>
          <option value="us"> United States</option>
        </select>
      </div>
    </div>
    <div class="col-6 col-lg-3 pl-0 py-1 pl-lg-1 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[billing_info_state]" id="form-field-billing_info_state">
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[billing_info_zip]" id="form-field-billing_info_zip">
      </div>
    </div>
  </div>
</form>

Text Content

THE SMART SCALE THAT UNDERSTANDS YOUR BODY IN SECONDS

FitTrack puts you on the path to better health by tracking 17 key health metrics
in real-time with incredible accuracy – allowing you to finally know for sure
when you’re on the right path to improving your diet and exercise.

FitTrack gives you the data you need to achieve your goals.

Order FitTrack Now
As seen on:










30-Day
Money-Back Guarantee

1 Million
FitTracks Sold!

Apple & Android
Compatible

17 Measurements
At Your Fingertips



IS YOUR DIET REALLY WORKING? FITTRACK CAN TELL YOU!

Discover How Your Diet & Exercise Are REALLY Affecting Your Body – In Seconds

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9

Order FitTrack Now


TREND & TRACK


HOW IT WORKS

Simply step on the scale and FitTrack will do the rest!

When you step on it, FitTrack’s patented BIA technology sends a low & safe
electrical signal through your feet. The signal passes quickly through the water
in your hydrated muscle tissue, but stops when it hits fat tissue – giving you a
fast and extremely accurate calculation of 17 body composition measurements,
which you can read in real-time on the innovative FitTrack smartphone app.

FitTrack makes it easy to track changes to your health and body!


LIVE A LONGER, HAPPIER LIFE


UNDERSTAND YOUR BODY FROM HEAD TO TOE

FitTrack takes the guesswork out of improving your health. Now you can instantly
understand why your body is changing (for better or worse) – and take action!

FitTrack provides 17 health measurements right at your fingertips: weight, body
fat ratio, hydration level, subcutaneous fat, base metabolic rate, muscle rate,
bone mass, protein rate, metabolic age, standard weight, weight control, fat
mass, weight without fat, and protein mass.

More knowledge means more power to improve your health!




BUILD BETTER HABITS


KEEP YOURSELF MOTIVATED

With FitTrack, you get real-time insights on how your diet and exercise are
affecting your body.

Track your progress to follow your personal health trends, stay on track, and
shorten the gap between where you are with your health goals and where you want
to be.

Track your progress with just a tap.

Order FitTrack Now



TRANSFORM YOUR HEALTH WITH CONFIDENCE



Build Better Eating Habits

Tap into science-backed nutrition programs to reach your fat loss goal and track
your nutritional intake easily right from the app.

Great For The Whole Family

FitTrack instantly recognizes up to 8 different accounts, so you can easily
track your entire family’s health – infants included. And there’s no extra
charge!

So Easy, Anyone Can Use It

Both FitTrack and its companion smartphone app were designed to be user-friendly
and easy to use – no technical skills or knowledge required!

Order FitTrack Now


OVER 1 MILLION PEOPLE USE FITTRACK EVERY DAY!

5.0 star rating
Renee‎
Verified Buyer

STYLISH AND EFFICIENT SMART SCALE

I enjoy using this smart scale every morning to get my daily weigh-ins. The
measurements are accurate and quick. The app is top-notch, with a clean,
minimalistic interface and analytics capabilities. It allows you to set various
health goals and track your measurements over time. Some of the goals include
weight loss, weight gain, sleep, and heart health based on rate. Once the scale
is synced up to the phone, the app collects the data instantly. Overall, it’s
been very motivating to see my progress with this scale.

5.0 star rating
Kaykaybobay‎
Verified Buyer

WANT RESULTS? GET FITTRACK!

FitTrack does health data right. Step on, and in just a few seconds read all the
critical stats you need to make sense of your workouts. Nothing beats results!
Setup is easy—so is sharing. Register the device, manage family profiles and
program reminders right from the free FitTrack Pro app. It’s fun, and a great
way to keep everyone engaged. The scale seems smaller than others our family has
tried, cool and minimal. From unboxing to app download to first readout took
less than 5 minutes.

5.0 star rating
Amanda‎
Verified Buyer

I'M IN LOVE WITH THIS SCALE

I'm in love with this scale. It not only measures your weight, it also has 17
different measurements. My favorites are the metabolic age and muscle mass. All
the information is transmitted to an app on your phone, it truly is amazing!

5.0 star rating
Benen Dufresne‎
Verified Buyer

ACCURATE SCALE WITH AN EASY-TO-USE APP THAT HAS A LOT OF FEATURES.

This scale was well worth the money. It precisely measured my weight and using
the app, I could calculate my bmi, my BFR, my muscle ratio, and my body water
percentage really easily. This is a great way to monitor your health, because
the app has a way to set reminders to weight and measure yourself and tracks
your progress as you use the scale. This is very helpful and I'm going to be
using it for a long time to come.

5.0 star rating
Renee‎
Verified Buyer

STYLISH AND EFFICIENT SMART SCALE

I enjoy using this smart scale every morning to get my daily weigh-ins. The
measurements are accurate and quick. The app is top-notch, with a clean,
minimalistic interface and analytics capabilities. It allows you to set various
health goals and track your measurements over time. Some of the goals include
weight loss, weight gain, sleep, and heart health based on rate. Once the scale
is synced up to the phone, the app collects the data instantly. Overall, it’s
been very motivating to see my progress with this scale.

5.0 star rating
Kaykaybobay‎
Verified Buyer

WANT RESULTS? GET FITTRACK!

FitTrack does health data right. Step on, and in just a few seconds read all the
critical stats you need to make sense of your workouts. Nothing beats results!
Setup is easy—so is sharing. Register the device, manage family profiles and
program reminders right from the free FitTrack Pro app. It’s fun, and a great
way to keep everyone engaged. The scale seems smaller than others our family has
tried, cool and minimal. From unboxing to app download to first readout took
less than 5 minutes.

5.0 star rating
Amanda‎
Verified Buyer

I'M IN LOVE WITH THIS SCALE

I'm in love with this scale. It not only measures your weight, it also has 17
different measurements. My favorites are the metabolic age and muscle mass. All
the information is transmitted to an app on your phone, it truly is amazing!

5.0 star rating
Benen Dufresne‎
Verified Buyer

ACCURATE SCALE WITH AN EASY-TO-USE APP THAT HAS A LOT OF FEATURES.

This scale was well worth the money. It precisely measured my weight and using
the app, I could calculate my bmi, my BFR, my muscle ratio, and my body water
percentage really easily. This is a great way to monitor your health, because
the app has a way to set reminders to weight and measure yourself and tracks
your progress as you use the scale. This is very helpful and I'm going to be
using it for a long time to come.

5.0 star rating
Renee‎
Verified Buyer

STYLISH AND EFFICIENT SMART SCALE

I enjoy using this smart scale every morning to get my daily weigh-ins. The
measurements are accurate and quick. The app is top-notch, with a clean,
minimalistic interface and analytics capabilities. It allows you to set various
health goals and track your measurements over time. Some of the goals include
weight loss, weight gain, sleep, and heart health based on rate. Once the scale
is synced up to the phone, the app collects the data instantly. Overall, it’s
been very motivating to see my progress with this scale.

5.0 star rating
Kaykaybobay‎
Verified Buyer

WANT RESULTS? GET FITTRACK!

FitTrack does health data right. Step on, and in just a few seconds read all the
critical stats you need to make sense of your workouts. Nothing beats results!
Setup is easy—so is sharing. Register the device, manage family profiles and
program reminders right from the free FitTrack Pro app. It’s fun, and a great
way to keep everyone engaged. The scale seems smaller than others our family has
tried, cool and minimal. From unboxing to app download to first readout took
less than 5 minutes.

 * 1
 * 2
 * 3
 * 4

Order FitTrack Now


FITTRACK IS EASY TO USE

Simply Step on the Scale to Start Improving Your Health

step 1

Download The Free App

step 2

Step On The Scale

step 3

Look Inside Your Body!

Order FitTrack Now


KEY FEATURES


THE BEST SMART SCALE EVER MADE

Proven Accuracy – Industry-leading 97% accuracy

Free Companion App – The health app that measures it all

Doctor Recommended – Used by leading physicians and nutritionists

Personalized Programs – Programs designed to meet your personal goals




MAKING FITNESS EASY FOR EVERYONE

Growing up in a family of doctors, Jeffrey Lee has always wanted to help improve
the lives and health of all people on a global scale. After extensive research,
Jeffrey discovered that most people want to improve their health and wellness –
but they simply don’t know how!

Jeffrey knew all the quick fixes, fad diets, and unhealthy crazes in the world
of health weren’t sustainable for long-term health and wellness… so he decided
to empower people with the thing they actually needed most: Real-time feedback.

Jeffrey realized that the best way to encourage a prolonged healthy lifestyle is
by helping people make better decisions more easily. After years of development,
FitTrack was born – and it’s already helped 500,000 people live healthier lives
by making health management simple, more accessible, and sustainable!




YOUR SATISFACTION IS OUR PRIORITY

Try FitTrack risk-free and if you don’t love it, we’ll fix it.

30-Day Money Back Guarantee

If for any reason you’re not 100% satisfied with FitTrack, you can easily return
it, hassle-free!

American Owned Company

FitTrack is proud to be owned and designed in North America.

Free, Fast Shipping in the USA

We also provide fast shipping to over 30 countries. Free shipping on qualifying
offers only.

Quality Promise

We control every step of the process to ensure a safe and high-quality product.

World Class Customer Support

They’re real humans, they’re quick, and they actually like talking to you.

Mission-Driven

Our mission is to provide people with the tools and advice they need to be the
healthiest versions of themselves.

Order FitTrack Now


REACH YOUR FITNESS GOALS 8X FASTER!


FREE SHIPPING PLUS DISCOUNTED BUNDLES NOW AVAILABLE

1 – FitTrack


1 – FitTrack

+S&H
€89.24
+S&H

ORDER NOW
Most Popular
2 – FitTracks


Most Popular
2 – FitTracks

Buy 1, Get 1 50% OFF
+ FREE USA SHIPPING
Retail €178.48
€133.86
(Save €44.61)
FREE USA Shipping

ORDER NOW
Best Deal
3 – FitTracks


Best Deal
3 – FitTracks

Buy 2, Get 1 FREE
+ FREE USA SHIPPING
Retail €267.72
€178.48
(Save €89.24)
FREE USA Shipping

ORDER NOW
ORDER NOW



NEXT STEP – SELECT YOUR COLOR:

COLOR SELECTION APPLIES TO YOUR ENTIRE ORDER.

COLOR




GET 50% SAVINGS ON A LIFETIME WARRANTY NOW!

 * 

Our LIFETIME WARRANTY is now available! Extend your 30-Day Money-Back Guarantee
to a Lifetime Warranty on ALL your FitTracks for one low price! If anything ever
goes wrong with your FitTrack, send it back for a brand new one!

Retail €34.61
Special Add-on Price = €17.30!
Yes, Get My 50% Savings Now! Yes, Get My 50% Savings Now!
Remove?
No Thank You
Total:
Checkout
Total:
Next


COMPLETE YOUR ORDER

Enter Discount Code Here Incorrect promo code Apply


Or Pay With Credit Card


SHIPPING INFORMATION

Email
First Name
Last Name
Address
Apt/Suite (optional)
Postal code
City
Country Germany_________________ Australia Austria Belgium Brazil Canada Croatia
Denmark Estonia Finland France Gibraltar Greece Hong Kong SAR China Hungary
Ireland Israel Italy Japan Latvia Lithuania Luxembourg Malaysia Malta
Netherlands New Zealand Norway Poland Portugal Singapore Spain Sweden
Switzerland United Kingdom United States
Required



SHIPPING INFORMATION


Same as shipping address

Use a different shipping address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country Germany_________________ Australia Austria Belgium Brazil Canada Croatia
Denmark Estonia Finland France Gibraltar Greece Hong Kong SAR China Hungary
Ireland Israel Italy Japan Latvia Lithuania Luxembourg Malaysia Malta
Netherlands New Zealand Norway Poland Portugal Singapore Spain Sweden
Switzerland United Kingdom United States
State
Zip code


PHONE

Phone (optional)


SHIPPING METHOD


Free Shipping

$0.00




PAYMENT INFORMATION

All transactions are secure and encrypted.


Card Number
MM / YY
CVC



BILLING ADDRESS


Same as shipping address

Use a different billing address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country Germany_________________ Australia Austria Belgium Brazil Canada Croatia
Denmark Estonia Finland France Gibraltar Greece Hong Kong SAR China Hungary
Ireland Israel Italy Japan Latvia Lithuania Luxembourg Malaysia Malta
Netherlands New Zealand Norway Poland Portugal Singapore Spain Sweden
Switzerland United Kingdom United States
State
Zip code
Next


Complete Order

ORDER SUMMARY

$0.00

PROMO DISCOUNT

$0.00

TAX

$0.00

SHIPPING

— —

TOTAL

$0.00


MAIN ALERT TEXT...

Error text

Ok
×

Ok







30 DAY MONEY BACK GUARANTEE!


HAVE A QUESTION?SEE OUR FAQS

HOW DO I CONNECT TO MY FITTRACK?

If this is your first time using FitTrack, follow the New Account setup steps:

 1. Download the latest version of the FitTrack MyHealth app (available on iOS
    and Android)
 2. Register an account on FitTrack MyHealth (it’s easy and only takes a
    minute!)
 3. Make sure the Bluetooth function is on and that your device is set to
    "discoverable"
 4. Open your FitTrack MyHealth app

From here you have two options to connect:

Option 1: In the My Day Tab, select Add device (top right corner), then select
Search, then select Dara Scale, then select Connect
Option 2: Select Profile, then select Connected Devices, then select Search,
then select Dara Scale and select Connect to Device

If you’re an Existing User, simply follow the steps below:

 1. Open your FitTrack MyHealth app
 2. Log in with your credentials (or the app will keep you logged in)

If you’ve previously connected to this FitTrack scale, the scale will
automatically connect to the App (your status will read “Connected”).

If you haven’t previously connected to this FitTrack scale, connect it via one
of the methods below:

Option 1: In the My Day Tab, select Add device (top right corner), then Open
your FitTrack MyHealth app
Option 2: Open a Search, then select Dara Scale, then Connect to Device



HOW DO I SUCCESSFULLY LOG A WEIGHT MEASUREMENT OR WEIGH-IN WITH MY FITTRACK?

That’s easy!

 1. Place your scale on a hard, flat surface (Note: Do not place your scale on
    an area with carpet)
 2. Remove socks or footwear
 3. Open your FitTrack MyHealth app
 4. Tap into your Weight card and put down your phone
 5. Step on the scale. The scale will display your weight, then display flashing
    zeroes while it analyzes your body composition. The app will also show the
    following states:
    * Gathering your weight
    * Taking your body measurements
    * Success

Your weight has been logged!

Note: Remember to weigh in at the same time every day, ideally first thing in
the morning. It's okay if your weight and other metrics fluctuate a little bit
from weigh in to weigh in; this can be a result of what you ate, drank, and
other factors



HOW DO I SYNC THE FITTRACK TO MY APP?

Once a device has been connected, it should auto-sync with the app when it's
ready to take a measurement.

If not, try the following:

 1. Make sure your Bluetooth is turned on
 2. Open your FitTrack MyHealth app

Try either of these methods:

Option 1: In the My Day Tab, select Add device (top right corner), then select
Search, then select Dara Scale, then select Connect
Option 2: Select Profile, then select Connected Devices, then select Search,
then select Dara Scale and select Connect to Device



HOW DO I CONNECT MY FITTRACK TO 3RD PARTY APPS (E.G. APPLE HEALTH AND GOOGLE
FIT)?

Connecting to iOS – Apple Health:

 1. In the FitTrack MyHealth app, tap on your Profile
 2. Tap on Connected Apps
 3. Tap on Connect
 4. Allow FitTrack MyHealth to connect with Apple Health
 5. Toggle ON specific permissions

Connecting to Android – Google Fit:

 1. In the FitTrack MyHealth app, tap on your Profile
 2. Tap on Connected Apps
 3. Tap on Connect
 4. Go through the necessary steps to connect to Google Fit (Note: Your device
    may request you to download mobile device management to comply with Google
    Policy)
 5. Allow FitTrack MyHealth to connect with Google Fit



WHAT DO I DO IF I AM MISSING MEASUREMENTS FROM MY FITTRACK?

Note that your scale will only display your weight – all of your other metrics
will be shown exclusively in the FitTrack MyHealth app!

If you’re missing metrics in the app, you may need to recalibrate the scale:

 1. Make sure your scale's batteries still have power
 2. Remove and reinsert the batteries
 3. Place the scale on a hard, flat, even surface
 4. Step on and off the scale quickly.
 5. Your scale will show 0.0 lbs/kg
 6. Recalibration is successful



HOW DO I ADD MEMBERS TO THE APP AND MY PROFILE SO MY FAMILY MEMBERS CAN UTILIZE
THE FITTRACK?

Adding a New Member Profile is easy! Just follow the below steps:

 1. Tap on the Weight card from your home page
 2. Next to ‘Summary' above your Body Measurements card, you'll see your name.
 3. Select it
 4. Select Add Profile

If you haven’t created a profile yet, first create a new profile (First Name,
Gender, App Mode, Date of Birth, Height, etc.)

The new member should appear in the list of profiles. To add them, follow the
below steps:

 1. Weigh In with Member Profile
 2. In the MyHealth app, tap on the Weight card from the home page
 3. Select the correct name in the dropdown section of the Summary
 4. Select the correct Member Profile
 5. Step on your scale

Want to create a new login for a user with a distinct user & account? No problem
– here’s how to do it:

 1. Have the new user download the MyHealth app
 2. Select Sign up
 3. Create an Account

Note: Only one device can be connected to an app at one time. Please disconnect
or quit any other open FitTrack apps when you weigh in.



HOW DO I CALIBRATE THE FITTRACK?

Calibrating only takes a few seconds:

 1. Make sure batteries still have power
 2. Remove and reinsert the batteries
 3. Place the scale on a hard, flat, and even surface
 4. Quickly step on and off the scale (the scale will show 0.0 lbs/kg)
 5. The recalibration is successful!



HOW DO I VIEW PROGRESS AND COMPARE METRICS FROM PREVIOUS WEIGH-INS USING THE
FITTRACK?

This is one of the most useful features your FitTrack offers, and it’s easy for
anyone to access.

To open your Progress Report, follow the below steps:

 1. In the MyHealth app, tap on the green Body Measurement card from the home
    page
 2. Land on the Body Measurements page
 3. Select three dots (ellipse)
 4. Select Progress
 5. Select Starting Date and Ending Date (data selection requires a weight
    recording)
 6. Select Apply
 7. View Progress Report for the specified time range

Want to see your stats in a split second? That’s even easier:

 1. In the MyHealth app, Tap on your Body Measurement card (Green card) from the
    home page
 2. Land on the Body Measurements page
 3. Select Stats tab
 4. Select Week/Month/Year option
 5. View and select a specific point in time within the graph



HOW MANY POUNDS DOES IT SUPPORT?

FitTrack is designed to hold up to 400lbs.



HOW ACCURATE IS IT?

+/- 3% from DEXA scan



HOW DOES FITTRACK HELP ME IMPROVE MY HEALTH?

FitTrack offers you the unprecedented ability to “look inside your body” to see
how your diet and exercise are impacting your health. When you try to make
changes to your health, it can take some time to notice the effects… meaning
you’re basically guessing, then waiting weeks or months to see the results. With
FitTrack, you don’t have to guess – you can know for sure how your diet and
exercise are impacting your unique body!

This gives you incredible power to make healthier decisions. For example,
FitTrack may help you realize that a certain food you’re eating is causing more
weight gain than you realized. This allows you to decide to cut it out of your
diet – or reduce your consumption.

It also helps you instantly discover the impact of your exercise. Not only does
this keep you motivated because you can track the results in real-time, it also
helps you choose exercise routines that are most effective. Eventually, you’ll
know exactly what type of exercise and foods give you the best health results,
making it easy to choose healthy options that fit with your lifestyle.



WHEN CAN I EXPECT MY ORDER?

FAST! We ship all orders within 24-48 hours of receiving them. On average,
FitTrack is delivered within 3-5 business days in the United States. For orders
outside the USA, please allow 2-8 weeks for your order to arrive. Delivery times
will vary based on country.



IS THERE A MONEY BACK GUARANTEE AND/OR WARRANTY?

Yes. We offer a no-hassle, 30-Day Money-Back Guarantee. If you’re not 100%
satisfied with FitTrack, we are happy to help you with a return. We want you to
be happy!



WILL I HAVE TO PAY ANY ADDITIONAL CUSTOMS, DUTIES OR VAT FEES WHEN I RECEIVE MY
ORDER?

Depending on your country, it is possible that you will be charged one or more
of these fees at the time of checkout.


Click HERE to View FAQs >> Have a Question?See Our FAQs

Representations regarding the efficacy and safety of FitTrack have not been
evaluated by the Food and Drug Administration. These products are not intended
to diagnose, prevent, treat, or cure any disease. This information does not
constitute medical advice and should not be relied upon as such. Consult with
your doctor before modifying your regular medical regime.


 * Support
 * Returns
 * Impressum
 * Privacy
 * Terms

About This Site
Purchasing here is buying directly from FitTrack, the inventors of this
innovative solution. FitTrack has partnered with GiddyUp, a curator of
innovative products, to present a special offer that you won’t find anywhere
else. To support these inventors, please consider buying your FitTrack on this
site, rather than 3rd-Party retailers.
Copyright © 2022 GiddyUp. All Rights Reserved.
×

×

×


HAVE A QUESTION ABOUT FITTRACK?

 * Questions About Your Order
 * Product Questions
 * Technical Support
 * Returns
 * Anything else product or order-related


PLEASE CONTACT FITTRACK DIRECTLY AT:

 * fittrack@giddyup-support.com
 * FitTrack LLC.
   3422 Old Capitol Trail Suite 17
   Wilmington Delaware 19808, USA


WOULD YOU LIKE TO UNSUBSCRIBE FROM MARKETING EMAILS?

Please click the following link to be added to a global do not mail list

×


RETURN POLICY

Refunds and Returns
FitTrack Hardware At FitTrack our primary goal is to make sure our customers are
100% satisfied. If you're not pleased with your purchase, we'll make it as
painless as possible with our "30-day Satisfaction Guarantee." While we hope it
doesn't come to that, should you need to return your FitTrack product, you can
request a replacement or return here. You will need the following information to
get started:
Name
Order Number
Reason For Return
Postal Code

Please reach out to us via any of our contact methods should you need any
assistance.
To qualify for a refund, you must follow the return process below:
FitTrack Hardware:
All items must be in their original packaging.
A restocking fee may be deducted from your total refund amount
Upon receipt of the returned product, the refund will be issued using the
original payment method.
Once you've processed the return, kindly let us know so we can keep an eye on
the shipment.
Was purchased from FitTrack directly. If your FitTrack item was purchased from
an authorized reseller, please contact them for the details on their return
policy.
FitTrack Software FitTracks premium content is the ideal companion for anyone
committing to a healthier self. Should you find the product is not the best fit
for your journey, we can refund your first month subscription within the first
14 days of activating the subscription. For monthly recurring users, should you
need to cancel your subscription please make sure you do this prior to your next
billing date to avoid being charged for an additional month. If you need support
with managing your subscription, please reach out to us via any of our contact
methods and we will be happy to assist you. For fastest support please include
the following in your message to us:
Name
Email
Reason For Return

To qualify for a refund, you must follow the return process below:
FitTrack Software:
Signed up for the premium services within 14 days of contacting us for a refund
Purchased the premium service via our website
For purchased made through Google Play or the App Store, please contact them for
details on their refund policy
Refunds should be processed within 7 days of all criteria being met. Once the
refund is processed by our team it can take an additional few days for the funds
to appear back on your method of payment. Exchanges (if applicable) - Should you
have any defect or damage to your product we will replace your item and send you
a return label to send back the damaged item.
Please visit fittrackshop.happyreturns.com to begin your exchange process. You
will need your order number available to get this started.
Should the item no longer be available, we will refund your item if it is still
within the return period.
Troubleshooting - If you are experiencing technical issues with your product, we
encourage you to visit our FAQs or contact us through any of our contact
methods.

×

×

×


FREQUENTLY ASKED QUESTIONS FAQS

×

HOW DO I CONNECT TO MY FITTRACK?

If this is your first time using FitTrack, follow the New Account setup steps:

 1. Download the latest version of the FitTrack MyHealth app (available on iOS
    and Android)
 2. Register an account on FitTrack MyHealth (it’s easy and only takes a
    minute!)
 3. Make sure the Bluetooth function is on and that your device is set to
    "discoverable"
 4. Open your FitTrack MyHealth app

From here you have two options to connect:

Option 1: In the My Day Tab, select Add device (top right corner), then select
Search, then select Dara Scale, then select Connect
Option 2: Select Profile, then select Connected Devices, then select Search,
then select Dara Scale and select Connect to Device

If you’re an Existing User, simply follow the steps below:

 1. Open your FitTrack MyHealth app
 2. Log in with your credentials (or the app will keep you logged in)

If you’ve previously connected to this FitTrack scale, the scale will
automatically connect to the App (your status will read “Connected”).

If you haven’t previously connected to this FitTrack scale, connect it via one
of the methods below:

Option 1: In the My Day Tab, select Add device (top right corner), then Open
your FitTrack MyHealth app
Option 2: Open a Search, then select Dara Scale, then Connect to Device



HOW DO I SUCCESSFULLY LOG A WEIGHT MEASUREMENT OR WEIGH-IN WITH MY FITTRACK?

That’s easy!

 1. Place your scale on a hard, flat surface (Note: Do not place your scale on
    an area with carpet)
 2. Remove socks or footwear
 3. Open your FitTrack MyHealth app
 4. Tap into your Weight card and put down your phone
 5. Step on the scale. The scale will display your weight, then display flashing
    zeroes while it analyzes your body composition. The app will also show the
    following states:
    * Gathering your weight
    * Taking your body measurements
    * Success

Your weight has been logged!

Note: Remember to weigh in at the same time every day, ideally first thing in
the morning. It's okay if your weight and other metrics fluctuate a little bit
from weigh in to weigh in; this can be a result of what you ate, drank, and
other factors



HOW DO I SYNC THE FITTRACK TO MY APP?

Once a device has been connected, it should auto-sync with the app when it's
ready to take a measurement.

If not, try the following:

 1. Make sure your Bluetooth is turned on
 2. Open your FitTrack MyHealth app

Try either of these methods:

Option 1: In the My Day Tab, select Add device (top right corner), then select
Search, then select Dara Scale, then select Connect
Option 2: Select Profile, then select Connected Devices, then select Search,
then select Dara Scale and select Connect to Device



HOW DO I CONNECT MY FITTRACK TO 3RD PARTY APPS (E.G. APPLE HEALTH AND GOOGLE
FIT)?

Connecting to iOS – Apple Health:

 1. In the FitTrack MyHealth app, tap on your Profile
 2. Tap on Connected Apps
 3. Tap on Connect
 4. Allow FitTrack MyHealth to connect with Apple Health
 5. Toggle ON specific permissions

Connecting to Android – Google Fit:

 1. In the FitTrack MyHealth app, tap on your Profile
 2. Tap on Connected Apps
 3. Tap on Connect
 4. Go through the necessary steps to connect to Google Fit (Note: Your device
    may request you to download mobile device management to comply with Google
    Policy)
 5. Allow FitTrack MyHealth to connect with Google Fit



WHAT DO I DO IF I AM MISSING MEASUREMENTS FROM MY FITTRACK?

Note that your scale will only display your weight – all of your other metrics
will be shown exclusively in the FitTrack MyHealth app!

If you’re missing metrics in the app, you may need to recalibrate the scale:

 1. Make sure your scale's batteries still have power
 2. Remove and reinsert the batteries
 3. Place the scale on a hard, flat, even surface
 4. Step on and off the scale quickly.
 5. Your scale will show 0.0 lbs/kg
 6. Recalibration is successful



HOW DO I ADD MEMBERS TO THE APP AND MY PROFILE SO MY FAMILY MEMBERS CAN UTILIZE
THE FITTRACK?

Adding a New Member Profile is easy! Just follow the below steps:

 1. Tap on the Weight card from your home page
 2. Next to ‘Summary' above your Body Measurements card, you'll see your name.
 3. Select it
 4. Select Add Profile

If you haven’t created a profile yet, first create a new profile (First Name,
Gender, App Mode, Date of Birth, Height, etc.)

The new member should appear in the list of profiles. To add them, follow the
below steps:

 1. Weigh In with Member Profile
 2. In the MyHealth app, tap on the Weight card from the home page
 3. Select the correct name in the dropdown section of the Summary
 4. Select the correct Member Profile
 5. Step on your scale

Want to create a new login for a user with a distinct user & account? No problem
– here’s how to do it:

 1. Have the new user download the MyHealth app
 2. Select Sign up
 3. Create an Account

Note: Only one device can be connected to an app at one time. Please disconnect
or quit any other open FitTrack apps when you weigh in.



HOW DO I CALIBRATE THE FITTRACK?

Calibrating only takes a few seconds:

 1. Make sure batteries still have power
 2. Remove and reinsert the batteries
 3. Place the scale on a hard, flat, and even surface
 4. Quickly step on and off the scale (the scale will show 0.0 lbs/kg)
 5. The recalibration is successful!



HOW DO I VIEW PROGRESS AND COMPARE METRICS FROM PREVIOUS WEIGH-INS USING THE
FITTRACK?

This is one of the most useful features your FitTrack offers, and it’s easy for
anyone to access.

To open your Progress Report, follow the below steps:

 1. In the MyHealth app, tap on the green Body Measurement card from the home
    page
 2. Land on the Body Measurements page
 3. Select three dots (ellipse)
 4. Select Progress
 5. Select Starting Date and Ending Date (data selection requires a weight
    recording)
 6. Select Apply
 7. View Progress Report for the specified time range

Want to see your stats in a split second? That’s even easier:

 1. In the MyHealth app, Tap on your Body Measurement card (Green card) from the
    home page
 2. Land on the Body Measurements page
 3. Select Stats tab
 4. Select Week/Month/Year option
 5. View and select a specific point in time within the graph



HOW MANY POUNDS DOES IT SUPPORT?

FitTrack is designed to hold up to 400lbs.



HOW ACCURATE IS IT?

+/- 3% from DEXA scan



HOW DOES FITTRACK HELP ME IMPROVE MY HEALTH?

FitTrack offers you the unprecedented ability to “look inside your body” to see
how your diet and exercise are impacting your health. When you try to make
changes to your health, it can take some time to notice the effects… meaning
you’re basically guessing, then waiting weeks or months to see the results. With
FitTrack, you don’t have to guess – you can know for sure how your diet and
exercise are impacting your unique body!

This gives you incredible power to make healthier decisions. For example,
FitTrack may help you realize that a certain food you’re eating is causing more
weight gain than you realized. This allows you to decide to cut it out of your
diet – or reduce your consumption.

It also helps you instantly discover the impact of your exercise. Not only does
this keep you motivated because you can track the results in real-time, it also
helps you choose exercise routines that are most effective. Eventually, you’ll
know exactly what type of exercise and foods give you the best health results,
making it easy to choose healthy options that fit with your lifestyle.



WHEN CAN I EXPECT MY ORDER?

FAST! We ship all orders within 24-48 hours of receiving them. On average,
FitTrack is delivered within 3-5 business days in the United States. For orders
outside the USA, please allow 2-8 weeks for your order to arrive. Delivery times
will vary based on country.



IS THERE A MONEY BACK GUARANTEE AND/OR WARRANTY?

Yes. We offer a no-hassle, 30-Day Money-Back Guarantee. If you’re not 100%
satisfied with FitTrack, we are happy to help you with a return. We want you to
be happy!



WILL I HAVE TO PAY ANY ADDITIONAL CUSTOMS, DUTIES OR VAT FEES WHEN I RECEIVE MY
ORDER?

Depending on your country, it is possible that you will be charged one or more
of these fees at the time of checkout.