\r\n
\r\nThese new offerings included Carrot Ads, which provided monetization capabilities for advertising, Carrot Warehouses, which offered more flexibility to local fulfillment models, including 15-minute delivery, new nano-fulfillment centers, and automation services, and Carrot Insights, a data gathering service giving retailers real-time visibility into their operations by leveraging key performance and operational metrics.
Building out seamless capabilities is a critical strategic priority for the grocery delivery company. Speaking at the recent RIS and Progressive Grocer Grocery Tech event in Cincinnati, David McIntosh, VP and general manager of connected stores at Instacart explained that, “The perfect experience blends the online and in-store experience. We believe in a five-year horizon – it will be one single mode that works really well together. Then you peel back the layers, and it is a seamless experience – it’s frictionless.”
\r\n","imageSrcset":{"src":"https://assets1.risnews.com/styles/max_width_320/s3/2023-08/instacart_platform_interior.jpg?itok=KZADrC0E 320w, https://assets1.risnews.com/styles/max_width_480/s3/2023-08/instacart_platform_interior.jpg?itok=z7o4fGxX 480w, https://assets1.risnews.com/styles/max_width_640/s3/2023-08/instacart_platform_interior.jpg?itok=dq466jSf 640w, https://assets1.risnews.com/styles/max_width_800/s3/2023-08/instacart_platform_interior.jpg?itok=eTw8V4RG 800w","sizes":"(min-width: 1300px) 245px, (min-width: 920px) 19vw, (min-width: 720px) 32vw, 100vw"},"imageCaption":null,"imagePosition":"right","imageAdvertisement":false,"imageSize":"medium","imageLink":"","imageExpandable":false,"fullSizeImage":{"id":48807,"alt":"instacart","width":960,"url":"https://assets1.risnews.com/styles/max_width_800/s3/2023-08/instacart_platform_interior.jpg?itok=eTw8V4RG","height":643}},{"id":37266,"bundle":"topic_content","heading":"More Like This","terms":[{"id":443,"name":"Customer Engagement"}],"items":[{"id":24175,"bundle":"article","title":"Starbucks’ Reinvention Gets ‘Caffeine’ Boost, Looks to Reset IT Architecture","url":"/starbucks-reinvention-gets-caffeine-boost-looks-reset-it-architecture","summary":"The refreshed strategy, named “Triple Shot Reinvention With Two Pumps,” lays out a more clear, comprehensive roadmap, focusing on scaling digital capabilities, elevating experiences via store initiatives and product innovation, growing the brand globally, and incentivizing workforce loyalty. \r\n","teaserImage":{"url":"https://assets1.risnews.com/styles/secondary_articles_short/s3/2023-11/starbucks.jpg?h=6de1a23c&itok=mguQ8i5S","width":960,"height":636,"alt":"Starbucks"}},{"id":24185,"bundle":"article","title":"How AI Is Transforming Retail This Holiday Season and Beyond","url":"/how-ai-transforming-retail-holiday-season-and-beyond","summary":"Here are a few key AI use cases and trends we’ll see in 2023 and beyond that will impact how retailers staff their stores, plan for inventory, and even how consumers engage during the buying process.\r\n","teaserImage":{"url":"https://assets1.risnews.com/styles/secondary_articles_short/s3/2023-11/artificial_intelligence_chatgpt.jpg?h=322f33a8&itok=Zb-R2IfO","width":960,"height":578,"alt":"Artificial Intelligence ChatGPT"}},{"id":24179,"bundle":"article","title":"Amazon Pulling Back on Physical Style Stores","url":"/amazon-pulling-back-physical-style-stores","summary":"Less than two years following its opening, Amazon Style is shuttering its doors. The two physical apparel retail locations from Amazon will close by November 9. \r\n","teaserImage":{"url":"https://assets1.risnews.com/styles/secondary_articles_short/s3/2023-11/amazon_style.jpg?h=b3660f0d&itok=gcilGb_X","width":960,"height":640,"alt":"Amazon Style"}}]}]}}; const country = "HK"; const language = "en, *"; const SITE_LANGUAGE = "en"; const siteName = "RIS News"; const userRoles = ["anonymous"]; const userUid = 0; const indexName = "risnews"; window.dataLayer = window.dataLayer || []; const data = {}; data.entityTaxonomy = {}; const contentTypes = [ "article", "blog", "bulletin", "embed_page", "landing_page", "event", "image", "page", "product", "whitepaper", "video", "tags", ]; if ( routeInfo && "bundle" in routeInfo && contentTypes.includes(routeInfo["bundle"]) ) { data.entityBundle = routeInfo.bundle; data.entityTitle = `${routeInfo.title} | ${siteName}`; data.entityId = routeInfo.id; data.entityName = routeInfo.author?.uname; data.entityCreated = routeInfo.created; data.sponsored = routeInfo.sponsored; data.sponsor = routeInfo.sponsoringCompany; data.entityType = "node"; data.entityLangcode = SITE_LANGUAGE; data.siteName = siteName; data.drupalLanguage = language; data.drupalCountry = country; data.userRoles = userRoles; data.userUid = userUid; data.entityTaxonomyKeys = {}; data.entityTaxonomyHierarchies = {}; data.parentNaicsCode = {}; data.isPro = false; data.algoliaIndexName = indexName; // Add toxonomy data const taxonomies = { businessTopic: "business_topic", contentType: "content_type", company: "company", marketSegment: "market_segment", }; const getHierarchy = (term, terms = []) => { terms.push({ id: term.id, name: term.name }); if (term.parentTerm != null) { getHierarchy(term.parentTerm, terms); } return terms; }; const getTerms = (term, useApiId = false) => { return { id: useApiId ? term.apiId : term.id, name: term.name }; }; const getKeys = (term) => { return { id: term.id, name: term.apiId }; }; Object.entries(taxonomies).forEach(([key, item]) => { terms = routeInfo[key]; if (terms && terms.length > 0) { data["entityTaxonomy"][item] = terms.map((term) => getTerms(term, key === "company") ); if (key !== "company") { data["entityTaxonomyKeys"][item] = terms.map(getKeys); termGroups = []; terms.forEach((term, termInd) => { termGroups[termInd] = getHierarchy(term); }); data["entityTaxonomyHierarchies"][item] = termGroups; } } }); data["entityTaxonomy"]["tags"] = routeInfo["topics"] || []; // Primary Topic is either the business topic or the top tag. if (routeInfo["businessTopic"]?.length > 0) { data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"]; } else { if (routeInfo["topics"]?.length > 0) { data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"]; } } // Primary and secondary entityNaicsCodes come from the MarketSegment if (routeInfo.marketSegment?.length > 0) { data.entityNaicsCode = {}; data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"]; data["entityNaicsCode"]["name"] = routeInfo["marketSegment"][0]["naicsCode"]; if (routeInfo["marketSegment"][0]["parentTerm"] != null) { data["parentNaicsCode"]["id"] = routeInfo["marketSegment"][0]["parentTerm"]["id"]; data["parentNaicsCode"]["name"] = routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"]; } } else { data.entityNaicsCode = []; } if (routeInfo.taggedPro) { data.isPro = routeInfo.taggedPro; } window.dataLayer.push(data); } else if (routeInfo && "vid" in routeInfo) { data.entityBundle = "tags"; data.entityTitle = routeInfo.name; data.entityId = routeInfo.id; data.entityName = routeInfo.author?.uname; data.entityCreated = routeInfo.created; data.entityType = "taxonomy_term"; data.entityLangcode = SITE_LANGUAGE; data.siteName = siteName; data.sponsored = routeInfo.sponsored; data.sponsor = routeInfo.sponsoringCompany; data.drupalLanguage = language; data.drupalCountry = country; data.userRoles = userRoles; data.userUid = userUid; data.algoliaIndexName = indexName; data["entityTaxonomy"]["tags"] = { id: routeInfo["id"], name: routeInfo["name"], }; window.dataLayer.push(data); } })();