Skip to main content

E Commerce New landscape : Intelligent & Contextual Commerce.

Contextual and Intelligent commerce goes beyond leveraging impulse purchasing and with this, commerce platforms can now understand contextual information and human senses which includes Visual, Voice, Touch, Sentiments etc. Although, the technology is still emerging online, applications of this concept are already being seen in real-world examples.

Some of the most important elements are –

  1. Voice Activated : Alternative to using a keyboard and mouse to browse, order and purchase products online. All the customer needs to search and buy something online using voice commands.

Some of the voice Activated products are - Apple’s Siri, Google’s Assistant, Microsoft’s Cortana, Amazon’s Alexa. Open-source tool recently been introduced and can be used for integrating eCommerce with voice-enable assistants is VoiceCommerce.js , Open Assistant.

Technologies Behind : Natural Language Processing(NLP), Natural Language generation (NLG),Speech Recognition(ASR, TTS), Machine learning.

  1. Visual/Image Search- eCommerce brands of all verticals are leveraging photos to drive higher online conversion, increase average order value. The level of adoption of this technology is the highest in e-commerce including search and advertising. Content tagging from social media, following fashion trends from celebrities are major use cases on the rise.

Some of the visual search enabled products are - Google Cloud Vision, Amazon Rekognition, Google lens, Pinterest lens, IBM Visual Recognition. Available Open Source tools are Zappen, Luminoth (v. 0.1) for object detection. If you’re interested for what’s in picture - YOLO.

Technologies Behind : Search Engine, Image Extractor, deep learning ,  Neural Network.

  1. Facial Recognition/ Finger Print Recognition –We can now use our face to unlock our smartphone, order food by smiling at a kiosk monitor(CaliBurger), and even blink at a smartphone camera to confirm an online purchase(MasterCard Identity Check app), pay with a smile(Alipay app). Sentiment analysis is also taken care here.

Some of the Facial and fingerprint recognition enabled products are Alibaba, Amazon, Facebook, Apple’s fingerprint reader. OpenFace is the first open source tool capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. VeriFinger is a fingerprint identification technology designed for biometric systems developers and integrators.

Technologies Behind: Biometric, Sentiment Analyzer, Fingerprint Validator, artificial intelligence, Blockchain

  1. Conversational Bots – As it stands today, bots are and will remain the most prominent channel of conversational commerce for years to come. Advancements in artificial intelligence allow conversation bots to track website visitors and run their behavior through machine learning algorithms, then pop up at the right time and place to turn browsers into buyers.  2 key elements to this - AI makes it possible for bots to parse human language, understand intent, and compose replies, Bots communicate in human language through a variety of interfaces—IM, email, and voice are the platforms. 

Some of the available chatbots platform are Astute Bot, Engati, NanoRep, Botsify.

Technologies Behind: AI and natural language processing, Machine Learning, Big Data Technology, Bot Analytic.

  1. Cognitive Commerce - Emerging technology that uses cognitive computing (computers that learn) to automatically observe customer behaviors and use those observations to deliver personalized solutions.
Below are some of the advances in cognitive computing that are shaping the e-commerce sector -
                                       i.      IBM Watson - The program uses Insights Assistant, an application with cognitive capabilities that helps merchandisers to identify abnormal conditions in their marketplaces and recommends appropriate actions.
                                     ii.      Predictive Analytics - These analytical tools look at the various variables that can help in generating the desired engagement from the client such as clicking on an online product promotion of subscribing to a newsletter.
Some of the available Predictive Analytics Tools are Rapid Miner Studio, IBM predictive analysis, SAP predictive analysis. APIs available are Google cloud prediction API, APIgee. open source tools are Rapid Miner, HP Haven Predictive Analytics, Apache Mahout.
                                   iii.      Direct Purchase through Social Media - When you come across a product suggestion on your favorite social networking platform, once you click on the product’s picture, an application coupled with cognitive capabilities will direct you to the product page. This application helps to drive traffic to an e-commerce website and increase the consumers’ chances of buying a particular product. 
Some of the examples are Instagram shop, Google Express
                                   iv.      Personalized recommendation - They help retailers to gain complex insights into their product and customer bases.
Some of the available recommendation engines are Recolize(free for the first 300 clicks on the recommendations generated by it), Yuspify, Barilliance, Nosto
AI in to eCommerce
Most of the elements mentioned above, make use of AI along with the machine learning. Machine learning is often considered a subset of artificial intelligence. Typically, developers will create an algorithm for a robot to follow (AI) and then develop machine learning capabilities for the robot to make its own rules.
In a short-term, A.I. can aid us to do our job efficiently and smarter. Below are some of the other functional areas where AI tools can help you-
  1. User Experience by AI – Shoppers have a high bar on user experience. Machine Intelligence can influence them with a best-in-class user experience.
  2. Predictive pricing and incentives – A.I. tools can add a dynamic pricing layer to your store. They use machine learning and data science to understand your user behavior and change the product price in real-time. 
  3. Marketing and Analytics - Today many subsections of marketing uses machine learning like user data enrichment, user identification across devices, intelligent Ads personalization, predictive analytics and so on.

Comments

Popular posts from this blog

Performance Improvement in Hybris eCommerce

Below points will specially help   grocery   based projects where adding   50-60 products per cart   is a common trend and where   complex promotions   are used using   drools   engine. Add/Update to cart     à   In OOB Hybris whenever any new product is added to cart or quantity of existing product is updated in cart (from PLP, PDP, Search page etc) then calculateCart() method is called in order to calculate total price of the cart. This call can be prevented (to increase   performance ) in case the business requirement is to just show notification of add to cart without total price in minicart. View Cart   à   In case 50-60 products are added in cart and approx. 30% of the products have promotions applied then OOB Hybris view cart can take between 10-15 seconds to load (based on complexity of promotion). In order to avoid custom waiting 10-15 sec to see view cart this operation of can be split into below 3 steps so that every 3-4 seconds rendering of data starts and custom

SmartEdit & its Personalization in Hybris

SmartEdit introduced  in 6.0 Hybris version and  Personalization (based on SmartEdit)  enabled in 6.1 Hybris version Onwards . SAP Commerce SmartEdit allows content managers to easily create and manage their website content on-the-fly in different inflection points and make it available to their customers with the click of a button. Personalization (based on SmartEdit) provides an integrated, user-friendly way of building experiences that are relevant to your customers, which is key to driving engagement and conversion.  Personalization encompasses modules and extensions that facilitate using Personalization Mode in SmartEdit to create a fully customized user experience. Personalization capabilities work across both content and commerce in an integrated way, so that you can build customer experiences consistently across channels and functionality. Using SmartEdit for Customer Experience, you can see the end-customer experience as you build it, all the while working in one set o

Use of PartOf in Hybris

Definition PartOf modifier is used to define the aggregation relationship between Parent and Child objects. To explain it better I would say PartOf is used to defining cascade delete.  When we delete a Parent object then all its child objects(partOf) will be deleted automatically. Why or When to use PartOf? PartOf may make sense when the relationship involves "is part of" description. For example, an OrderEntry record(AbstractOrderEntry) is part of its parent Order(AbstractOrder), and older entries will never be shared between multiple orders. If the Order were to vanish, the OrderEntry should as well, and an order entry without an Order would be a problem. How to use PartOf? Looking into the following items.xml snippet we can able to understand the importance of PartOf This also can be defined at the attribute level. Like <itemtype code="User" extends="Principal" jaloclass="de.hybris.platform.jalo