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…

AAM API : importTraits and importSegments Methods

On this article, we will see how to import your information within Adobe Audience Manager using this python API. Thanks to the importTraits and importSegments methods, you will be able to easily send your data frame of information to the platform. This is very nice for bulk upload as you can make this works for…

AAM API : returnAudienceData Method

The returnAudienceData method is the most important method of all.Β It is the one I have started with and the one that actually gives you the data. At the very beginning, when I learned Adobe Audience Manager, I discover that there are some tools available for batch import of information but the amount of information for…

AAM API : ImportAccess Method

This article will explain how to import access to your python API wrapper. This access are required to realize the different operation on your Adobe Audience Manager account. The process to create the text file and import it in the API is important as you would need to repeat that if you have different account…

AAM API : Introduction

Hello everyone, This is the first post of a list on the Adobe Audience Manager API wrapper on python. I have been working on this quite long time ago but I couldn’t finish it really due to my other projects and my actual work. I am still learning that tool and it has quite an…