내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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?