Expand my Community achievements bar.

Minute level granularity for API data

Avatar

Level 1

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

Level 1

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

Level 1

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.