Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
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?