Audience Manager Python Wrapper

Hello everyone, As some of you may have noticed on twitter, I have released recently an audience manager python SDK. As usual, this wrapper helps you to call the different Audience Manager API endpoints and you would need a JWT integration to connect to it. You can find the module on my github account and…

AAM API : importTraits and importSegments Methods

On this article, we will see how to import your information within Adobe Audience Manager using this python API. Thanks to the importTraits and importSegments methods, you will be able to easily send your data frame of information to the platform. This is very nice for bulk upload as you can make this works for…

AAM API : returnAudienceData Method

The returnAudienceData method is the most important method of all. It is the one I have started with and the one that actually gives you the data. At the very beginning, when I learned Adobe Audience Manager, I discover that there are some tools available for batch import of information but the amount of information for…

AAM API : ImportAccess Method

This article will explain how to import access to your python API wrapper. This access are required to realize the different operation on your Adobe Audience Manager account. The process to create the text file and import it in the API is important as you would need to repeat that if you have different account…

AAM API : Introduction

Hello everyone, This is the first post of a list on the Adobe Audience Manager API wrapper on python. I have been working on this quite long time ago but I couldn’t finish it really due to my other projects and my actual work. I am still learning that tool and it has quite an…