Creating Adobe Launch Extension : Event Module

This article will focus on developing a module that will define the firing of the rule or not. It can be managed by the Event module in Launch.I will first explain how Events are working and show you how I set mine in my module. You can find the official documentation here : https://developer.adobelaunch.com/extensions/reference/event-types/ Events…

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…

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…

Adobe Admin Console – Groups & Profiles

This blog post will deal with the Admin console profiles and group set up. I will try to explain how theses exactly work together and how you should actually set them up. When you are managing a company with Adobe products, you used to have your management rights directly within your tool, be it Analytics,…

Adobe Customer Attributes

On this article, I will try to explain the Customer Attributes and how you can implement and leverage them within your company. As usual Customer Attributes has already been explained by Jan Exner Pedro Monjo on his blog (when it is not one, it is the other), feel free to check it out : https://www.pedromonjo.com/2017/07/customer-attributes/…