May 25, 2024
Christie Applegate
List of brands endorsing the American golfer explored Brian Harman's incredible performance at the 2023 Open Championship catapulted him to worldwide fame. The American golfer is already well-known in the golfing world, but his performance in the first two rounds of the major event made him the talk of the town.
His outstanding golf career enabled him to strike deals with some of the world's most recognizable brands. Harman announced a partnership with Zero Restrictions and B.Draddy earlier this year.
Speaking of the deal, the golfer said (via The Golf Wire):
“It’s important to find flexible, no-fuss but high-quality apparel to be able to focus on my game and not get distracted. Both Zero Restriction and B.Draddy provide just that, and the great styles and variety of luxury options are definitely an added bonus.”Brian Harman also endorses brands such as Titleist, MegaCorp, Colombia, GTL (Guaranteed Trust Life), TaylorMade and NetJets.
Brian Harman's career earnings Having turned professional in 2009, Brian Harman's highest earnings were observed in 2023. He has made more than $5 million so far.
Here are Brian Harman 's career earnings:
2023
Official payouts: $5,245,023 Unofficial payouts: $98,750 Total earnings: $5,343,773 2022
Official payouts: $3,226,838 Unofficial payouts: $90,000 Tour Championship Bonus: $600,000 Total earnings: $3,916,838 2021
Official payouts: $3,221,821 Total earnings: $3,221,821 2020
Official payouts: $1,482,583 Unofficial payouts: $85,000 Tour Championship Bonus: $179,000 Total earnings: $1,746,583 2019
Official payouts: $1,342,778 Total earnings: $1,342,778 2018
Official payouts: $2,733,463 Unofficial payouts: $155,000 Total earnings: $2,888,463 2017
Official payouts: $4,396,470 Total earnings: $4,396,470 2016
Official payouts: $1,299,801 Total earnings: $1,299,801 2015
Official payouts: $1,548,352 Total earnings: $1,548,352 2014
Official payouts: $2,414,334 Total earnings: $2,414,334 2013
Official payouts: $909,759 Total earnings: $909,759 2012
Official payouts: $1,146,448 Unofficial payouts: $102,500 Total earnings: $1,248,948 2011
Unofficial payouts: $25,000 Total earnings: $25,000 Brian Harman PGA Tour earnings Here are the PGA Tour earnings of Brian Harman for the season 2022-23:
2022 Shriners Children's Open
Result: T15 Prize money: $130,000.00 2022 THE CJ CUP in South Carolina
Result: T23 Prize money: $88,305.00 2022 World Wide Technology Championship
Result: 2 Prize money: $893,800.00 2022 The RSM Classic
Result: T2 Prize money: $612,900.00 2022 QBE Shootout
Result: T8 Prize money: $98,750.00 2023 Sentry Tournament of Champions
Result: T16 Prize money: $241,000.00 2023 Sony Open in Hawaii
Result: T32 Prize money: $41,387.22 2023 The American Express
2023 WM Phoenix Open
Result: T42 Prize money: $65,350.00 2023 The Genesis Invitational
2023 Arnold Palmer Invitational presented by Mastercard
2023 THE PLAYERS Championship
Result: T44 Prize money: $75,035.71 2023 Valspar Championship
2023 World Golf Championships-Dell Technologies Match Play
Result: T17 Prize money: $219,909.09 2023 Masters Tournament
2023 RBC Heritage
Result: T7 Prize money: $607,500.00 2023 Wells Fargo Championship
2023 PGA Championship
2023 Charles Schwab Challenge
Result: T29 Prize money: $50,104.09 2023 the Memorial Tournament presented by Workday
2023 U.S. Open
Result: T43 Prize money: $66,525.00 2023 Travelers Championship
Result: T2 Prize money: $1,780,000.00 2023 Rocket Mortgage Classic
Result: T9 Prize money: $222,200.00 2023 Genesis Scottish Open
Result: T12 Prize money: $151,007.14 " modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1597421, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1597421); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1597421) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1597421) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ%2BfobNwusSwqmaaop6ur3nHmqmmmZ5iwLG7zaymq6tdoba0wIybqZqmlKh6prrDqKmsoZ6ceqK5xKugnJmeYrSwuMWeqWadqKW5sL7EnQ%3D%3D