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…