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 […]
The website to start in data analysis
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 […]
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 […]
Hello everyone, in this article, I will try to look on how you can setup your Adobe tools and what these implications are for your cookies and data transfer.I will also quickly tackle the privacy JS library but before I […]
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:
1 | pip install aanalytics2 |
[…]
This article will focus on the Experience Cloud ID service, what it is for, how does it work and the possible configuration you can have with it. This article will also cover the different method you can use to link […]
This is the 2nd post about the Adobe Analytics segmentation part I try to cover. I hope you enjoyed the first one and it could explain you the reason behind some strange situations with Adobe Analytics segments. Part 1 here. […]
On this article I will try to describe how Adobe Analytics actually works with segments and try to clarify some misconceptions that users usually have with Adobe Analytics segmentation. I won’t re-create the Adobe Analytics documentation, which is quite extensive […]
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, […]
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 […]
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 […]