API 1.4: Cohort reports | Community
Skip to main content
bijans70613797
March 23, 2019
Solved

API 1.4: Cohort reports

  • March 23, 2019
  • 2 replies
  • 936 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Brian_Kent_Watson

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.

2 replies

bijans70613797
April 4, 2019

Anybody have any ideas?

Brian_Kent_Watson
Adobe Employee
Brian_Kent_WatsonAdobe EmployeeAccepted solution
Adobe Employee
September 8, 2020

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.