2019 Review & 2020 plan

This article will be my review for the year. Yes the year is ending and it is time to summarize what has happened, good things, bad things and what is coming now. Last year I did a bit of top blog posts on webanalytics and python for the year. To be honest, there are too…

The late Aaron Swartz

I have always been interested by the free and open culture that internet has provided to everyone. As a technophile and a curious reader, I always try to find the underlying mechanism in place in the community. We take for granted the information being accessible but the possibility to learn any new technology or actually…

The incoming Adobe Experience Platform

This article is a preview intro of the newest solution from Adobe, the Adobe Experience Platform. This tool is going to be released end 2019 and is quite promising so I thought that it deserves its own article as a preview. If you have followed the different article release about Experience Platform, you may not…

Adobe Analytics API 2.0 : Video Tutorial

This is a very short article as it will embed a video that I did in order to show you the way that the API works for Adobe Analytics and what are the global capabilities. I didn’t detail everything though, I will let you play with it. 😉 In this video, I show you :…

Adobe Analytics API 2.0 : Reporting

EDIT : MAJOR UPDATEThe reporting functionality has been moved to the instance of the Analytics class. The method is the same but you will need to instantiate an Analytics class with your companyId before that. Starter guide here : https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/master/docs/getting_started.md As I was explaining in the my previous article on the Analytics API 2.0, the…

Adobe Analytics API 2.0 : Retrieving the components

EDIT : MAJOR UPDATEThe elements retrieving methods have been moved to the instance of the Analytics class.Methods are the same but you will need to instantiate an Analytics class with your companyId before that.Starter guide here : https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/master/docs/getting_started.md In this article, I will show you how you could use the different methods of the API…

Adobe Analytics API 2.0 : Introduction

From the very start, when I started to write the python wrappers around the different APIs of Adobe, I wanted to realize the Adobe Analytics API. I started with the Adobe Analytics API 1.4 (that you can check here for article and here for github) and now I am finishing with the Analytics API 2.0.…

Functional Programming in Launch

Event-Driven Data Layer The start of that new idea was the implementation of the event-driven data layer for one of the client. This new approach, that has been discussed many times by Jim Gordon, was considered by the client. The question that comes when you use this approach is the way that you will deal…