Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
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

0 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?