arpits88575721
19-08-2019
Wanted to understand if someone has leveraged Adobe API to programmatically extract user logs, such that we get it on monthly basis across multiple login companies?
Asheesh_P
MVP
27-08-2019
See how to use Using Postman to Make Adobe Analytics 2.0 API Requests - YouTube Then, use the following API methods
Usage & Access Data: https://appservice5.omniture.com/analytics/1.0/auditlogs?logType=company&startDateTime=<yyyy-mm-dd>&endDateTime=<yyyy-mm-dd>&limit=10000
Convert numeric event type to string with the help of following table.
Thanks!
Asheesh