Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

API 1.4: Cohort reports

Avatar

Level 1

Hi,

I'm successfully accessing adobe analytics data using the API v 1.4.

I am now trying to request a cohort report via the API. More specifically, I am looking to generate a retention rate report. We have the report set up in the adobe analytics interface, but I am having trouble requesting the data via the API.

Thus, my question is: how do I specify the inclusion and return criteria in the request reportDescription?

Best,

Bijan

1 Accepted Solution

Avatar

Correct answer by
Employee

Cohort reports are only available in the Analysis Workspace UI but there is not a specific "cohort report API" method that Analysis Workspace calls. Instead, Analysis Workspace uses a combination of fancy segments and multiple data requests to construct the cohort panel. You can produce a cohort panel by using API 2.0 and constructing the segments and data requests for the inclusion and return similar to how Analysis Workspace does it. I recommend you use the Workspace debugger to analyze the API calls that are made and the segment definitions that are passed.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Cohort reports are only available in the Analysis Workspace UI but there is not a specific "cohort report API" method that Analysis Workspace calls. Instead, Analysis Workspace uses a combination of fancy segments and multiple data requests to construct the cohort panel. You can produce a cohort panel by using API 2.0 and constructing the segments and data requests for the inclusion and return similar to how Analysis Workspace does it. I recommend you use the Workspace debugger to analyze the API calls that are made and the segment definitions that are passed.