Adobe Analytics API 2.0 : aanalytics2 – upgrade 0.3.1

Hello everyone, I have released recently a major update on the Adobe Analytics API 2.0 wrapper: aanalytics2. Like each time, I have published a release note on my github if you want to read the documentation: https://github.com/pitchmuc/adobe-analytics-api-2.0/blob/master/docs/releases.md Neverthelesss, because I find the new capabilities quite awesome, I have also decided to realize some videos to…

Adobe Analytics API 2.0 : aanalytics2 v0.2.8

Hello everyone, a very short article this time to demonstrate the capability that has been released with the aanalytics2 python module update to the version 0.2.8. Decode Adobe Analytics requests The main idea came from a discussion on the measure slack. I am not often present on that slack because I am using my own…

aanalytics2 – v0.2.5

Hello world,On this article, I wanted to come back on some of the update that have been made for the aanalytics2 python module.Because there was so much news on that release, I felt that it deserved its own blog post and I took also the opportunity to do new videos in order to refreh the…

Creating Campaigns Cost in Adobe Analytics

Hello world,on this blog post, I would like to share an idea that I had recently (but never been tested in the field) about creating / importing the costs of campaigns in Adobe Analytics. Not Genesis, not classification As discussing cost import with other consultants, this idea is not very new and there are (were)…

Python Tutorials for Adobe Analytics API 2.0

Hello, This blog post is gathering all of the videos that I have realized regarding the Adobe Analytics API 2.0 tutorial using my python wrapper. The python wrapper that I have developed can be installed using the pip command: pip install aanalytics2 More information can be found on my blog, or on Github. In case…

Analytics API 2.0 Wrapper Update

Hello, on this post I will explain the major update that happen on the wrapper for the Adobe Analytics API 2.0 that I have on my github. This should be brief but it is better if I document it and here it is. Why the update ? The update happened because as a Consultant you…

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…