www.azuga.com
Open in
urlscan Pro
52.49.198.28
Public Scan
Submitted URL: https://mc.azuga.com/MDAzLVhOQi05NTEAAAF900Ref0MIU0csHhu513Nnkv6Hml_oIZUMHasnzCPkkJ15mFaAdHbKT2vzePOkOtJTJ-SjQ6U=
Effective URL: https://www.azuga.com/blog/how-to-monitor-and-analyze-driver-behavior-with-safetycam?mkt_tok=MDAzLVhOQi05NTEAAAF900Ref...
Submission: On December 13 via api from SE — Scanned from DE
Effective URL: https://www.azuga.com/blog/how-to-monitor-and-analyze-driver-behavior-with-safetycam?mkt_tok=MDAzLVhOQi05NTEAAAF900Ref...
Submission: On December 13 via api from SE — Scanned from DE
Form analysis
2 forms found in the DOM/search
<form action="/search" class="search-2 w-form" cr-attached="true"><input type="search" class="search-input w-input" maxlength="256" name="query" placeholder="Search…" id="search" required=""><input type="submit" value="Search"
class="button search w-button"></form>
Name: wf-form-Sidebar-Subscribe-Form —
<form id="wf-form-Sidebar-Subscribe-Form" name="wf-form-Sidebar-Subscribe-Form" data-name="Sidebar Subscribe Form" class="subscribe-v3-form" aria-label="Sidebar Subscribe Form" cr-attached="true">
<div class="subscribe-v3-text">📬 New posts straight to your inbox</div>
<div class="w-layout-grid subscribe-v3-grid">
<div id="w-node-_3ed2267a-d245-0bd5-75ed-5816bfba25e2-b2614236" class="html-embed-25 w-embed w-iframe w-script"><iframe id="lf-iframe-embed-code-81354"
style="min-width: 100% !important;width: 100px !important;*width: 100% !important; border:none;min-height: 167px;"
src="https://app.leadformly.com/get_last_form_url/81354?mkt_tok=MDAzLVhOQi05NTEAAAF900Ref7-j58k9sde3AP2pe585N3n2vMBKeDfgxtjbvrl6Bd7WyBCLTak-iAy4y3tF49Tk9ABYEQ-w3ktr5io66pVPVBKdl3atCS2srA2gHWM" scrolling="no" frameborder="0" width="3011px"
height="207px"></iframe>
<script type="text/javascript">
var ifr = document.getElementById("lf-iframe-embed-code-81354");
if (window.location.href && window.location.href.indexOf('?') > -1) {
var get = window.location.href.substr(window.location.href.indexOf('?') + 1);
if (ifr && get.length > 0) {
var src = ifr.src;
src = src.indexOf('?') > -1 ? src + '&' + get : src + '?' + get;
ifr.src = src;
}
}
var iframePosition = function(e) {
var n = ifr.getBoundingClientRect().top + pageYOffset;
ifr.contentWindow.postMessage(JSON.stringify({
type: 'iframeTop',
value1: n
}), '*');
},
onTestScroll = function(e) {
window.pageYOffset || document.documentElement.scrollTop;
var n = ifr.getBoundingClientRect();
ifr.contentWindow.postMessage(JSON.stringify({
type: 'windowTop',
value2: n.y || n.top,
value3: window.innerHeight
}), '*');
};
window.addEventListener ? (window.addEventListener('scroll', onTestScroll, !1), window.addEventListener('load', onTestScroll, !1), window.addEventListener('scroll', iframePosition, !1), window.addEventListener('load', iframePosition, !1),
window.addEventListener('DOMContentLoaded', iframePosition, !1)) : window.attachEvent && (window.addEventListener('DOMContentLoaded', iframePosition), window.attachEvent('scroll', onTestScroll), window.addEventListener('load',
onTestScroll));
window.handleIFrameMessage = function(e) {
if (e.data.length > 0) {
try {
var args = JSON.parse(e.data);
var iframe = document.getElementById("lf-iframe-embed-code-81354");
var formIds = ["81354"];
if (formIds.indexOf(args.formID) !== -1) {
switch (args.case) {
case 'redirectTo':
window.open(decodeURI(args.redirectToURL), '_self');
ifr.src = ifr.src;
break;
case 'resizeIframe':
iframe.width = args.scrollWidth + 'px', iframe.height = args.scrollHeight + 'px';
break;
case 'stepChanged':
var elCoords = getCoords(ifr),
isFormOnScreen = isOnScreen(ifr, false);
if (!isFormOnScreen) {
window.scrollTo(0, elCoords.top);
}
break;
case 'scrollTo':
window.scrollTo({
top: args.scrollToPosition
});
break;
}
}
if ('contentWindow' in iframe && 'postMessage' in iframe.contentWindow) {
var urls = {
'docurl': encodeURIComponent(document.URL),
'referrer': encodeURIComponent(document.referrer),
};
iframe.contentWindow.postMessage(JSON.stringify({
'type': 'urls',
'value': urls
}), '*');
}
} catch (e) {}
}
};
if (window.addEventListener) {
window.addEventListener('message', handleIFrameMessage, false);
} else if (window.attachEvent) {
window.attachEvent('onmessage', handleIFrameMessage);
}
var getCoords = function(elem) {
var box = elem.getBoundingClientRect();
var body = document.body;
var docEl = document.documentElement;
var scrollTop = window.pageYOffset || docEl.scrollTop || body.scrollTop;
var scrollLeft = window.pageXOffset || docEl.scrollLeft || body.scrollLeft;
var clientTop = docEl.clientTop || body.clientTop || 0;
var clientLeft = docEl.clientLeft || body.clientLeft || 0;
var top = box.top + scrollTop - clientTop;
var left = box.left + scrollLeft - clientLeft;
return {
top: Math.round(top),
left: Math.round(left)
};
};
var isOnScreen = function(_this, partial) {
var t = _this;
var box = t.getBoundingClientRect();
var win = {
h: window.innerHeight,
w: window.innerWidth
};
var topEdgeInRange = box.top >= 0 && box.top <= win.h;
var bottomEdgeInRange = box.bottom >= 0 && box.bottom <= win.h;
var leftEdgeInRange = box.left >= 0 && box.left <= win.w;
var rightEdgeInRange = box.right >= 0 && box.right <= win.w;
var coverScreenHorizontally = (box.left <= 0 ^ box.right >= win.w);
var coverScreenVertically = (box.top <= 0 ^ box.bottom >= win.h);
var topEdgeInScreen = topEdgeInRange && (leftEdgeInRange || rightEdgeInRange || coverScreenHorizontally);
var bottomEdgeInScreen = bottomEdgeInRange && (leftEdgeInRange || rightEdgeInRange || coverScreenHorizontally);
var leftEdgeInScreen = leftEdgeInRange && (topEdgeInRange || bottomEdgeInRange || coverScreenVertically);
var rightEdgeInScreen = rightEdgeInRange && (topEdgeInRange || bottomEdgeInRange || coverScreenVertically);
var isPartiallyOnScreen = topEdgeInScreen || bottomEdgeInScreen || leftEdgeInScreen || rightEdgeInScreen;
var isEntirelyOnScreen = topEdgeInScreen && bottomEdgeInScreen && leftEdgeInScreen && rightEdgeInScreen;
return partial ? isPartiallyOnScreen : isEntirelyOnScreen;
};
</script>
</div>
</div>
<div class="form-info">No spam ever. Read our <a href="https://www.azuga.com/privacy-policy" class="text-link-dark">Privacy Policy</a></div>
</form>
Text Content
Products Fleet Tracking GPS Fleet Tracking Platform built for safety, savings, and insights Fleet Tracking App Stay connected with the Fleet Mobile App Asset Tracking Protect your high-value equipment with real-time GPS asset tracking Dashcam Protect drivers with a dual-facing commercial dash camera eLogs (ELD) Avoid fines with an ELD-compliant fleet solution Driver Safety Fleet safety and training programs for drivers Fleet Bundles Find the package that fits your business Driver Rewards Driver safety gamification. Reward your top drivers. Field Service Management Reduce operational costs by keeping track of all jobs Azuga Routes Azuga Routes is great for service, delivery and sales. Fleet Sustainability Track and offset carbon emissions across all fleet vehicles. Solutions Small Business GPS Fleet Tracking Do you have less than 100 vehicles? Enterprise Fleet Management Do you have a large fleet of over 100 vehicles? Road Usage Charging Programs State-specific mileage-based tax and fee assessments Industries Construction Fleet management software to oversee your crew and heavy equipment Electrical Optimize your technician’s daily operations with Azuga HVAC Boost productivity with a powerful GPS tracking system Landscaping Enhanced visibility into your landscaping business Pest Control Prevent unauthorized vehicle use, risky driving, and driver inefficiencies Plumbing Simplify your logistics with increased visibility and faster dispatching Telecom Optimize your fleet with an enterprise-level cloud-based solution Trucking Improve Visibility, Safety, and Cost Management Utilities Advanced telematics that reduces costs and increases safety Waste Management Routing software with real-time accuracy Towing Management Increase Productivity with the industry’s Premier Towing Software! Insurance Insurance Learn how Azuga Fleet benefits insurance companies SafetyIQ Leverage the power of connected vehicle data Marketplace Marketplace Integrations & Service Partners Reseller Partner Grow your Business with the Azuga Reseller Program Resources Blog Fleet related industry news, tips, and insights to help manage your fleet Literature Whitepapers, e-books, product data sheets and more Success Stories Azuga customer reviews and real-world use cases ROI Calculator Calculate your savings with the GPS Fleet tracking ROI calculator Glossary Learn about key terminology used in GPS fleet tracking Documentation Self-service Azuga product documentation Azuga Developer APIs Open Application Programming Interface documentation Webinars Watch Upcoming and On-demand Azuga Webinars Azuga Reviews Azuga Fleet Management Reviews Fleet Tracking Videos Detailed instructional videos about Azuga Fleet Tracking Company News Recent news articles regarding Azuga innovations About Us Learn what Azuga is all about Careers Come work with the leader in fleet management Contact Us Have questions? Get in touch with us. Login(866) 920-0641 (866) 920-0641LoginPricing X Pricing(866) 920-0641 SafetyCam HOW TO MONITOR AND ANALYZE DRIVER BEHAVIOR WITH DASH CAMS June 10, 2021 3 min read Post Share Dash cams are excellent tools that fleets all over the world are using to keep their drivers safe. Driver safety is a top priority for any fleet business, and technologies that promote safety come about all the time. It is essential for an employee’s sense of security, along with a company’s reputation and productivity, that fleets uphold safety standards on the road at all times. Of course, fleet managers can’t stay on top of drivers 24/7, which is why dash cams come in handy. Azuga’s SafetyCam is the best dash cam monitor on the market for promoting safety in fleets. HOW SAFETYCAM WORKS Azuga’s SafetyCam is a dual-facing dash cam that harnesses artificial intelligence to detect risky driving behaviors that can lead to accidents. It can track hard braking, speeding, swerving, and hard cornering like many telematics systems, as well as dangerous in-cab behaviors. SafetyCam is particularly good at noticing signs of drowsy or distracted driving. Distracted driving is one of the most significant dangers on the road. The National Highway Traffic Safety Administration (NHTSA) found that in 2019 alone, 3,142 people were killed by distracted driving. Texting and driving is probably the worst culprit; the National Safety Council reports that one out of every four accidents in the US is caused by texting while driving. Naturally, distracted driving is a significant danger that SafetyCam works to combat. It can detect an array of indicators, including:  * Eating and drinking * Using a phone * Smoking * Yawning or fatigue * Face not visible * Not focused on the road If the camera detects any of these behaviors, it will first make a noise to alert the driver. This way, he or she has a chance to correct their actions. If the driver doesn’t make sufficient changes and the behavior continues, the camera will alert the fleet manager. The fleet manager can then contact the driver right from inside the cab to provide coaching, request a stop, or follow up however they see fit. PROMOTING SAFETY Highlighting incidents when they happen is only half of the battle. Fleets need to promote a culture of safety among their drivers. This cultural shift involves setting clear expectations and providing regular coaching for mistakes, as well as tracking safety records and rewarding drivers for a job well done. SafetyCam doesn’t simply detect and alert. It tracks safety behaviors over time and can provide insight into a driver’s overall safety efforts within the fleet. Azuga also offers a driver rewards program that gamifies safety by setting drivers up to compete for gift card prizes by driving safely. The system gathers data detected by the SafetyCam and assigns each driver a safety score. The higher a driver’s safety score, the more likely they are to win a prize. Not only is it fun for drivers to engage in a little friendly competition, but it emphasizes the importance of safety and ingrains it into the fleet’s culture. OTHER SAFETY ADD-ONS AZUGA DRIVESAFE Azuga DriveSafe is another effort to combat the dangers of distracted driving. It works as a cell phone blocker in the vehicle by preventing unauthorized cell phone activity and allowing managers to monitor the use of email, texting, and other apps. Managers may choose to make exceptions for hands-free use, calls from specified numbers, and certain apps such as navigation. Callers who try to contact the driver while they are on the road receive a message that the person is driving and the caller should try again later. Even better, managers can view comprehensive reports detailing dated and time-stamped instances of phone use. Cell phones are a dangerous temptation on the road, and Azuga DriveSafe keeps drivers from being able to succumb to that temptation. AZUGA COACH Managers may already be coaching in-cab and training their drivers, but there’s never enough a company can do to prepare their drivers for what’s to come on the road. Azuga Coach provides a series of detailed and inclusive safety lessons that promote positive driving habits and reduce the rate of accidents. Lesson topics include: * The One Second Advantage * Avoiding Collisions While Backing & Parking * Preventing Rear-End Collisions * Avoiding Collisions at an Intersection * Avoiding Aggressive Driving * Driving Impaired - Not Worth the Risk * Breakdown Safety * Driving in the Rain * Tire Pressure: The Key to Mileage and Handling CONCLUSION Azuga offers many safety features that will help any business create and promote a culture of safety. Companies’ reputations and drivers’ lives depend on it, so it should always be a top priority. Find out more about Azuga’s technologies on our website, or reach out to a specialist today to discuss your options for creating a safe and productive environment for your business to thrive. Posted June 10, 2021  in SafetyCam RECENT POSTS HOW ROUTE OPTIMIZATION APPS CAN HELP YOUR FLEET 4 min read 10 ROUTE OPTIMIZATION SOFTWARE TIPS FOR 2022 3 min read DELIVERY ROUTE OPTIMIZATION STRATEGIES YOU CAN NO LONGER IGNORE 4 min read CATEGORIES GPS Fleet Tracking Fleet Management DashCam Fleet Safety Field Service Management Elog Asset Tracking Fleet Maintenance Insurance NEWSLETTER 📬 New posts straight to your inbox No spam ever. Read our Privacy Policy Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. TAGS Fleet Tracking. Fleet Management Field Service Management Safetycam Fleet Safety Asset Tracking Elog Insurance Fleet Mobile Fleet Tracking HOW ROUTE OPTIMIZATION APPS CAN HELP YOUR FLEET November 30, 2021 4 min read Fleet Tracking 10 ROUTE OPTIMIZATION SOFTWARE TIPS FOR 2022 November 26, 2021 3 min read Fleet Tracking DELIVERY ROUTE OPTIMIZATION STRATEGIES YOU CAN NO LONGER IGNORE November 25, 2021 4 min read Fleet Tracking HOW THE BEST ROUTE OPTIMIZATION SOFTWARE STREAMLINES OPERATIONS November 24, 2021 4 min read Fleet Manitenance HOW FLEET MAINTENANCE SOFTWARE CAN SUPPORT SMALL BUSINESSES November 19, 2021 5 min read Fleet Manitenance WHAT IS A FLEET VEHICLE MAINTENANCE LOG AND WHY IS IT IMPORTANT November 19, 2021 5 min read Fleet Tracking HOW DOES GPS WITH ROUTE OPTIMIZATION HELP DRIVERS SAVE TIME November 22, 2021 4 min read Fleet Tracking WHAT IS ROUTE OPTIMIZATION November 19, 2021 5 min read READY TO GET STARTED? REQUEST A DEMO PRODUCTS Fleet Tracking Fleet Tracking App Fleet Asset Tracking Dashcam eLogs (ELD) Driver Safety Fleet Bundles Small Business Fleet Tracking Enterprise Fleet Tracking Field Service Management SafetyIQ Azuga Routes INDUSTRIES Construction Electrical HVAC Landscaping Pest Control Plumbing Telecom Trucking Utilities Waste Management Towing Management PARTNERS Insurance Road Usage Charging Marketplace Reseller Partners Azuga Developer API RESOURCES Blog Literature and Guides Success Stories ROI Calculator Glossary About Us News Careers Referral Program Webinars Product Training SUPPORT (866) 920-0641 Email Customer Care Contact Us Documentation License Agreement Privacy Policy GPS Fleet Management Software that is simple to use, affordable, customizable and easy to install. © 2021 Azuga, a Bridgestone Company. All rights reserved. Â