Creating Campaigns Cost in Adobe Analytics

Hello world,on this blog post, I would like to share an idea that I had recently (but never been tested in the field) about creating / importing the costs of campaigns in Adobe Analytics. Not Genesis, not classification As discussing cost import with other consultants, this idea is not very new and there are (were)…

The big O

In this article, I will focus on explaining the big O notation that you can find with any algorithm. This notation is important to understand when you are dealing with algorithms. You need to understand the impact of using your selected algorithm in term of run time and this is what the big O notation…

Fluent Python

On this article, I will share some of the interesting things I have learned while I was reading the book “Fluent python” by Luciano Ramalho.I will mostly focused on the first chapters. The book was recommended within the python community as one of the few that teach you important concept without being too basic or…

My Path Towards Data Science

OK I admit it! This title is a bit presumptuous, I should have named it something like “My path towards data analysis with python”, but temptation was too great; I had to have a clickbait title for this one… and here you are 😉 . In my company, there are proper data scientists and we…

My journey to performance analysis 2/2

This article is to explain mostly the second type of performance analysis I have performed recently. It is a follow up from this article. This article covers mostly the analysis of HAR files and what type of KPI you can retrieve from them.  What are HAR files ?  Following the W3C github post, HAR stands for HTTP…

My journey to performance analysis 1/2

Hello guys, On this series of articles I would like to present you the different things I have done in order to analyse performance on your pages.Especially regarding tags and analytics implementation but this could be applied to any type of resources.A good understanding of what is the DOM would be required to continue the…

Create a .crt file with OpenSSL on Windows

This article will be a bit different than the normal technical article that treats about Python and data analysis. This article is just a simple guide to create a the require key and certificate necessary for some (most) of Adobe IO API. I am not a developers but I think that I understand quite good…