python-omniture
python-omniture copied to clipboard
A high-level Python wrapper for the Adobe Omniture API.
Hello. I have installed the omniture library by downloading the repository, going into it and running this command within a conda environment: python setup.py install That seems okay but when...
Hi I don’t know if is possible that I can do one filter of type segment with two segments id If the answer if yes, could learn me one example?...
Update to add a segments property to the suite object e.g. `suite.segments` The property should use the Segments.Get API
Is there any way to grab the data that's in the Channel (TC) reports? It doesn't seem to be directly linked to any of the elements that are available via...
Hi Justin, Thank you for sharing this code! It's really helpful! But I'm facing one issue using this code to export the data from Omniture. I want to export the...
Hi, I'm getting an SSLError, specifically `SSLError: HTTPSConnectionPool(host='api.omniture.com', port=443): Max retries exceeded with url: /admin/1.4/rest/?method=Company.GetReportSuites (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))` The problem is because I'm...
Hi, I am trying to get totals for specific segments in multi-segment queries. This did not work in python-omniture (latest version) so I broke down my query into the most...
Hi @dancingcactus, having done some analyses in the past weeks I stumbled upon a strange behavior, when querying variables with different metrics (be it instances, visits, pageviews or custom events)....
Hi, we use omniture to get data from Adobe Analytics for our reports. But now we have to use it with a proxy. Is it possible to do this and...
I want to automate a classification process. Therefore I need a report that lists all unlabeled keys of a selected classification. In the UI I'd break the "Unspecified" line of...