Adobe Analytics : Product Syntax – a complete guide

This article will be nothing fancy but more or less a document to gather the information about the Product syntax for Adobe Analytics. Why that ? Because Adobe documentation about products tracking about it is quite scattered and I find it not even complete. Anyway, instead of looking always here and there for the information,…

Adobe Analytics API 2.0 : Explanation

On this article, I will try to clarify the use-cases and how to use the Adobe Analytics API 2.0. There has been quite some misunderstanding on how to use this API and to be fairly honest, quite some deception about the API capabilities, at least for my side. Adobe Analytics API 2.0 Context As a…

Adobe IO : Launch API : Tutorial

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy In order to show, or demonstrate, what is possible to realize with the launchpy module, I have realized a video that I am sharing here. Overall the possibilities from…

Adobe IO : Launch API : Translator Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy The translator class is not a required class or group of methods for the launchpy module to work. You may want to rewrite some of the functionalities for your…

Adobe IO : Launch API : Library Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy The Library class will enable you to manage your Library workflow through python directly. You will be able to add elements to the library, build the library, attach environment…

Adobe IO : Launch API : Property Class

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy This article will dig into the Property class and what is possible to realize from the instances that are created from that class. This Class helps you managing your…

Adobe IO : Launch API : Core Components

EDIT : Change in the documentation has been made. pylaunch is now called launchpy. You can now install it with pip command, doing :pip install launchpy In this article, I will look at the different method available from the launchpy module, the ones directly available without any class instantiation. At the bottom of this page…

Adobe IO : Launch API : Introduction

This article will try to summarize the workflow of Adobe Launch API and what is required in order to use the python module I developed in order to use the API. There has been update on May 2020 : The module used to be called pylaunch but it now launchpy. You may still see some…