Getting User Log Using API | Community
Skip to main content
arpits88575721
August 19, 2019
Solved

Getting User Log Using API

  • August 19, 2019
  • 2 replies
  • 3155 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asheesh_Pandey

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

2 replies

Asheesh_Pandey
Community Advisor
Asheesh_PandeyCommunity AdvisorAccepted solution
Community Advisor
August 27, 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.

  

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

October 29, 2020
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?