Garmin Forerunner 265 Running Smartwatch, Colorful AMOLED Display, Training Metrics and Recovery Insights, Black and Powder Gray
From the manufacturer
{“clickstreamNexusMetricsConfig”:{“actionType”:”DISCOVERY”,”productId”:””,”eventOwner”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”producerId”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”},”clientPrefix”:”aplus-378977″,”closedCaptionsConfig”:{“captionsOnTexts”:{“en”:”English (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”}},”sushiMetricsConfig”:{“isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”weblabIds”:””,”eventSource”:”Player”,”sessionId”:”000-7266905-1382994″,”refMarkers”:”aplus-378977_ref”,”placementContext”:”AplusWidget”,”marketplaceId”:”ATVPDKIKX0DER”,”isInternal”:false,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”C2C77B89BE9B4A9BA60F”,”customerId”:”0″,”sessionType”:1},”mimeType”:”video/mp4″,”nexusMetricsConfig”:{“isInternal”:false,”widgetMetricsSchemaId”:”vse.VSECardsEvents.8″,”clientId”:”VSE-US”,”videoAsinList”:””,”weblabIds”:””,”eventSource”:”Player”,”videoAsin”:”hero-video”,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-378977_ref”,”placementContext”:”AplusWidget”,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.7″},”videoHeight”:0,”videoWidth”:0,”videoUrl”:”https://m.media-amazon.com/images/S/aplus-media/vc/967e88f3-60e3-4c4f-8e71-45a37c542e3c.mp4″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/S/aplus-media/vc/094c12e8-8bea-4e63-ad6b-35488503bad1.__CR0,0,1464,600_PT0_SX1464_V1___.jpg”,”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“actionType”:”DISCOVERY”,”productId”:””,”eventOwner”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”producerId”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”},”initialVideo”:”hero-video”,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“en”:”English (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”}},”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-378977-player-7a103eb1-bb6c-4137-b9c8-015e769dae04″,”allowCrossOrigin”:false,”requestMetadata”:{“marketplaceId”:”ATVPDKIKX0DER”,”clientId”:”VSE-US”,”method”:”AplusWidget”,”requestId”:”C2C77B89BE9B4A9BA60F”,”pageAsin”:””,”sessionId”:”000-7266905-1382994″},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:””,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”weblabIds”:””,”eventSource”:”Player”,”sessionId”:”000-7266905-1382994″,”refMarkers”:”aplus-378977_ref”,”placementContext”:”AplusWidget”,”marketplaceId”:”ATVPDKIKX0DER”,”isInternal”:false,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”C2C77B89BE9B4A9BA60F”,”customerId”:”0″,”sessionType”:1},”ospLinkCode”:””,”showPosterImage”:true,”languageCode”:”en”,”version”:””,”nexusMetricsConfig”:{“isInternal”:false,”widgetMetricsSchemaId”:”vse.VSECardsEvents.8″,”clientId”:”VSE-US”,”videoAsinList”:””,”weblabIds”:””,”eventSource”:”Player”,”videoAsin”:”hero-video”,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-378977_ref”,”placementContext”:”AplusWidget”,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.7″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”isReactFactory”:false,”enableDelphiAttribution”:false,”includeReportWidget”:false,”shouldAutoplay”:false},”needPlayerFactory”:false,”isMobile”:false}
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://images-na.ssl-images-amazon.com/images/I/51cdqJD8KPL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://images-na.ssl-images-amazon.com/images/I/21L2L4uKEUL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41Is-z3AD+L.js,11QfrzttlqL.js,91qahXPBdEL.js,01ELLYeIOkL.js_.js?AUIClients/Brila’);



if (init) {
return;
}
P.register(“premium-aplus-13-carousel-4”, function(){
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(function (A, $, framework) {
var moduleId = “4”;
var carouselName = “premium-aplus-13-carousel-4”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’);
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
// force remove focus
event.$target.blur()
}
});
});
});
}
});
});
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-5”, function(){
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(function (A, $, framework) {
var moduleId = “5”;
var carouselName = “premium-aplus-13-carousel-5”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’);
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
// force remove focus
event.$target.blur()
}
});
});
});
}
});
});
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-6”, function(){
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(function (A, $, framework) {
var moduleId = “6”;
var carouselName = “premium-aplus-13-carousel-6”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’);
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
// force remove focus
event.$target.blur()
}
});
});
});
}
});
});
Product Description
Train brilliantly with the Forerunner® 265 GPS running smartwatch. Its colorful AMOLED touchscreen display stands out while the training readiness feature — which tells you when you’re primed for a productive session — helps you crush your goals. Wake up to your morning report with HRV status to see health insights alongside an overview of sleep, recovery and training outlook (data presented is intended to be a close estimation of metrics tracked). Plan your race strategy with the race widget, which enables personalized daily suggested workouts that adapt to performance, recovery, the race you’re running and its course. Get ready to make the most of every run with wrist-based running power and multi-band GPS. And when you want to switch it up with cross training, choose from more than 30 activity profiles, including triathlons, cycling, swimming and more. Get a more complete picture of your health, not just a glimpse, from your Forerunner 265 with up to 13 days of battery life in smartwatch mode.
Reviews
There are no reviews yet.