Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Getting User Log Using API

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

  

Event Type (API)Event Type (UI)
0No Category
1Login failed
2Login successful
3Admin Action
4Security setting change
5Report viewed
6Report downloaded
7Alert sent
8User Action
9Tool viewed
10Omniture Action
11Password Recovery
12BookMarks
13Dashboards
14Alerts
15Calendar Events
16Targets
17Report Settings
18Scheduled Reports
23Workspace Project
24Segment
25Calculated Metric
26Date Range
27Virtual Report Suite
28Contribution Analysis

Thanks!

Asheesh

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

  

Event Type (API)Event Type (UI)
0No Category
1Login failed
2Login successful
3Admin Action
4Security setting change
5Report viewed
6Report downloaded
7Alert sent
8User Action
9Tool viewed
10Omniture Action
11Password Recovery
12BookMarks
13Dashboards
14Alerts
15Calendar Events
16Targets
17Report Settings
18Scheduled Reports
23Workspace Project
24Segment
25Calculated Metric
26Date Range
27Virtual Report Suite
28Contribution Analysis

Thanks!

Asheesh

Avatar

Level 2
Did anyone have any luck with this one, for some reason I keep getting an error about missing the company parameter which I've specified in the headers and have run without issue using the 2.0 API's so not sure if it's a difference in the API itself?