Adobe Analytics API 2.0 : Video Tutorial

This is a very short article as it will embed a video that I did in order to show you the way that the API works for Adobe Analytics and what are the global capabilities. I didn’t detail everything though, I will let you play with it. 😉 In this video, I show you :…

Adobe Analytics API 2.0 : Reporting

EDIT : MAJOR UPDATEThe reporting functionality has been moved to the instance of the Analytics class. The method is the same but you will need to instantiate an Analytics class with your companyId before that. Starter guide here : https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/master/docs/getting_started.md As I was explaining in the my previous article on the Analytics API 2.0, the…

Adobe Analytics API 2.0 : Retrieving the components

EDIT : MAJOR UPDATEThe elements retrieving methods have been moved to the instance of the Analytics class.Methods are the same but you will need to instantiate an Analytics class with your companyId before that.Starter guide here : https://github.com/pitchmuc/adobe_analytics_api_2.0/blob/master/docs/getting_started.md In this article, I will show you how you could use the different methods of the API…

Adobe Analytics API 2.0 : Introduction

From the very start, when I started to write the python wrappers around the different APIs of Adobe, I wanted to realize the Adobe Analytics API. I started with the Adobe Analytics API 1.4 (that you can check here for article and here for github) and now I am finishing with the Analytics API 2.0.…

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…