konosp / adobe_analytics

Pythonic wrapper for the Adobe Analytics API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adobe Analytics

Build Status codecov

Description

adobe_analytics is a wrapper around Adobe Analytics' REST API v1.4. It's the most advanced and stable client library currently available for Python.

It provides a high-level interfaces for reporting queries (including Data Warehouse requests) and classification uploads. It also provides an easy interface closer to the metal for other requests to their API.

Installation

Through PyPI:

pip install adobe_analytics

or via git:

pip install git+http://github.com/SaturnFromTitan/adobe_analytics.git

Supports Python 3.5+

Examples

Please check out the code snippets in the folder examples. They showcase common use cases and should give you a pretty clear understanding of how to use this framework.

Tests

Execute tests in the terminal via

py.test -v

Note that tests are automatically executed on every push via travis-ci.org.

Contributors

I took over this branch as the project seems to be abandoned there. Thanks to everyone who put work into this project!

Special thanks go to

Notice: As I currently don't have access to an Adobe Analytics account. As Adobe doesn't provide sandbox environments I can't fix some of the known bugs. Everybody is very welcome to fix them by submitting a pull request though!

About

Pythonic wrapper for the Adobe Analytics API.

License:MIT License


Languages

Language:Python 100.0%