After the release of ChatGPT, AI became an even hotter topic than it used to be. Everyone and their dog are trying to become a ChatGPT expert, so I decided to take the plunge too. Since my business is related to eCommerce, I started to think about what you can Continue Reading
Updated AUPolitics project to work with S3 instead of DB
Some time ago I developed a little project that collects Aussie politicians tweets and present several visualizations. It’s available at https://rserv.levashov.biz/shiny/rstudio/ That time I has quite generous credits from AWS, so haven’t worried too much about costs. Unfortunately credits are about to expire, so I had to optimize the tech Continue Reading
R plus Magento 2 REST API revisited: part 3 – more complex samples of use
This is 3rd part of series about working with Magento 2 REST API in R. If you haven’t read previous posts in this series, I would recommend to do it. This article sample use the functions defined in previous posts. You may find them at R plus Magento 2 REST API Continue Reading
R plus Magento 2 REST API revisited: part 2 – filtered search
In previous post I wrote about how to set connection with Magento 2 REST API from R and make queries to universal search. Now let’s see how use filtered search. Also we’ll use other than universal search endpoints that provide access to more specific Magento 2 store information. Using filtered Continue Reading
Accessing Magento 2 REST API from R
Magento is my bread and butter and I like to do data analysis with R. Hence I though, can I access Magento 2 data through R directly, without need of export or connect to the database? Magento 2 has API, so I’ve decided to give it a try. Magento (including Continue Reading
Google Optimize – making your first experiment
Some time ago I subscribed to take part in Google Optimize beta program and recently ago my invite. In this post I’ll write about how I set-up couple simple experiments using this new tool. What is Google Optimize Google Optimize is a tool to conduct tests of website on real users, Continue Reading
Making simple Facebook Messenger chatbot without coding with Motion.Ai
Chatbots is quite a hot topic these days: some people even believe that they completely change the way we interact with computers. Not sure is it true, probably graphic user interface works better in many if not most cases. But anyway, out of curiosity I’ve decided to jump on the bandwagon and Continue Reading
Copy filters in Google Analytics across different accounts
Hi ladies and gents. This post isn’t typical for my blog, rather than sharing information or thoughts I am now more interested in your opinion on a specific topic. If you are do not use Google Analytics, you can probably stop reading this post, it will be hardly interesting or useful for you. The problem: copy Continue Reading
Setting up Universal Google Analytics goal for Contact Form 7 WordPress plug-in
When I created a landing page for my eCommerce consulting business I had to use Contact Form 7 plug-in for WordPress. Contact Form 7 is very popular solution, but probably not the most user-friendly, so if you want to integrated it with Google Analytics to measure your conversion it is Continue Reading
Magento and WordPress integration
Magento and WordPress While some people try to use WordPress for eCommerce websites and have a blog in Magento, I believe that each platform is excellent for the purpose it was built: Magento eCommerce – for online stores WordPress – for content websites and blogs Today I came across a Continue Reading