Adobe IO : JWT authentication with Python

On this article, I will guide you to create an JWT (JSON Web Token) authentication for Adobe. My example will be based on the Admin Console, the user management, because this is one of the few that are supporting the JWT authentication at the moment. Everything that is going to be explained now is a…

ES6 Javascript (or Pythonscript)

Hello everyone, On this article I will describe some new functionalities that came to JS from the ES6 released (I know it is late). I was never really interested on that, even if I knew them, because they were widely not supported. However, during the last year, most of the browsers have been updated and…

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…