Functional Programming in Launch

Event-Driven Data Layer The start of that new idea was the implementation of the event-driven data layer for one of the client. This new approach, that has been discussed many times by Jim Gordon, was considered by the client. The question that comes when you use this approach is the way that you will deal…

Acronym you should live for

This post is a direct relation with my other post : “Custom Code is dead, long live Custom Code“. I am stating there that, sometimes, you have no choice to have custom code in your analytics implementation. However, it doesn’t mean that these custom code scripts should look ugly, quite the contrary. I will try…

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…

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 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…

Cross Sell Tracking & Analyzing

Analyzing cross products in Adobe Analytics was easy with the Reports & Analytics interface.In Reports & Analytics, there is the report Cross-Sell that you can find in the product tab. But where did it go in Workspace ? In Workspace, it is nowhere to be found and this was a very helpful report to look…