Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Minute level granularity for API data

Avatar

Former Community Member

Hello everybody

I'm new using Adobe Analytics and I want to know how can obtain the minute level granularity when using Adobe Analytics API.

5 Replies

Avatar

Employee Advisor

Do you have an API request that's working that almost gives you what you're looking for? Also, are you using the Analytics v2 APIs?

Avatar

Former Community Member

At this moment I don´t, but i would like to know its possible to get data in this format.

Avatar

Employee Advisor

If you're using the v2 API, then yes it would absolutely be possible. Workspace uses the v2 API, and minute-level breakdowns are possible in reporting there.

Avatar

Former Community Member

That's good news! Do you have an example query that you can share with me?

Avatar

Employee Advisor

The time series example located here: analytics-2.0-apis/reporting-guide.md at master · AdobeDocs/analytics-2.0-apis · GitHub

Replacing "dimension":"variables/daterangeday" with "dimension":"variables/daterangeminute" should do the trick.