Creating Adobe Launch Extension : Other features

On this article, I will explain some addition features that are integrated within the creation of your Launch extension. Those features are less developed in our case because they don’t require a lot of customization usually. You can, obviously, develop these features into more advanced use-cases but this is not a must to know and…

Creating Adobe Launch Extension : Shared Modules

On this article we will cover the sharedModules functionality. This part is the most hidden functionality of the Launch Extension, not because it wants to stay hidden but because it is mostly not getting anything directly from the Launch product team. This functionality is only interesting if the users (developers to be exact) are sharing…

Creating Adobe Launch Extension : Action Module

On this article, I will focus on explaining the action module, and how to create actions module within your own Adobe Launch Extension. Actions in Launch Action are the actual code deliver by the Tag Management system and it will perform once the event has been triggered and the condition is fulfilled. An action can…

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…