audiencemanager 0.0.5.post1

Last updated:

0 purchases

audiencemanager 0.0.5.post1 Image
audiencemanager 0.0.5.post1 Images
Add to Cart

Description:

audiencemanager 0.0.5.post1

Audience Manager API : Python wrapper
This project is a python wrapper that enable to use the Audience Manager API, with the adobe.io integration.
The wrapper follows the same architecture than the aanalytics2 wrapper.
Following this architecture, the GET methods are regrouped together and the POST methods are used with the "create" prefix.
The complete documentation of the Audience Manager manager can be found here : Audience Manager API swagger
Installation
You can install the module by using the pip method as follows:
pip install audiencemanager

in order to upgrade the module when a new release is published, you can use the following command:
pip install --upgrade audiencemanager

Getting Started
There is a documentation to gets you started on the audience manager API.
Please refer to the documentation in case you want to get more example.
As general guidelines:

create a adobe.io connection.
set the adobe.io connection with admin right in AAM tool.
import the audiencemanager module.
create and / or import the config file that you can generate from the library.
instantiate an AAM instance after importing the config file.
use the docstrings in order to know more about the methods.

Releases
If you want to know more about the different releases of this library, you can refer to the releases page.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.