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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Bulk breakdown

Avatar

Level 1

Hi,

Can some one please guide me or let me know if it is possible to perform a bulk breakdown for multiple records in a single request?

Any help would be much appreciated.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Yeah, see the 'Breakdown reports' section on this page: analytics-2.0-apis/reporting-guide.md at master · AdobeDocs/analytics-2.0-apis · GitHub

There's also using multiple breakdowns here: analytics-2.0-apis/reporting-multiple-breakdowns.md at master · AdobeDocs/analytics-2.0-apis · GitHu...

In workspace, click on the first item then shift+click on the last item - once all those dimension values are selected, drag a dimension over to break down all highlighted values.

원본 게시물의 솔루션 보기

8 답변 개

Avatar

Employee Advisor

Hi Mihai, is this for the API, Workspace, something else?

Avatar

Level 1

I am mostly interested in the API 2.0. Still curious if this is possible in Analytics Workspace as well.

Avatar

정확한 답변 작성자:
Employee Advisor

Yeah, see the 'Breakdown reports' section on this page: analytics-2.0-apis/reporting-guide.md at master · AdobeDocs/analytics-2.0-apis · GitHub

There's also using multiple breakdowns here: analytics-2.0-apis/reporting-multiple-breakdowns.md at master · AdobeDocs/analytics-2.0-apis · GitHu...

In workspace, click on the first item then shift+click on the last item - once all those dimension values are selected, drag a dimension over to break down all highlighted values.

Avatar

Level 1

Is there any way that we can change multiple breakdowns to a value above 5 at one time after bulk adding breakdowns?

 

Thanks!

Avatar

Level 1

Hi Gigazelle,

Thank you for those hints. I had a look at those resources already. Most probably I did not explained my need in a clear manner. What I am trying to do is to make a single request to Adobe API 2.0 in order to retrieve a report breakdown based on the specified dimension for all records that belong to the first level report. According to the existing documentation if you want to get a breakdown report you would have to make  a breakdown request for each individual item.

         _\|/_
         (o o)
+----oOO-{_}-OOo---------------+
|Your help is much appreciated!|
+-----------------------------*/

Avatar

Level 1

I found this thread while trying to do something very similar. I would like to breakdown all the dimensions in the report by another event. I get that I can do this in the Adobe Analytics UI by SHIFT+clicking the dimensions and adding the dimension I want to breakdown by, but when using the API it appears you have to specify the breakdown at each dimension in the report.

 

Ideally I would like a global breakdown on all items in the report via the Adobe Analytics API. Is this possible?

Avatar

Employee Advisor

That is correct - it cannot be done in a single request.

Avatar

Level 1

I am facing the same issue. I would like to create a table with multiple dimensions (more than 2, up to 5/10 etc) and metrics.

 

From the documenation I also understand that you are supposed to nest the request and thus can't do this using only one request. It seems so overly complicated to me that I'm still wondering if this was normal or not.