Edit in GitHubLog an issue

1.4 Reporting API

The Adobe Analytics 1.4 API provides a way for you to obtain reports without using Reports & Analytics or Analysis Workspace. It allows you to submit a request for a report, then you can submit a request to retrieve the report once it is done processing.

The overarching workflow to retrieve a report is as follows:

Reporting API workflow

  1. Call the method Report.Queue with a reportDescription JSON body that includes the desired report. The Reporting API returns a report ID.
  2. Call the method to Report.Get using the report ID. If the report is ready, you receive a JSON object with the report. Otherwise, the API responds that the report is not yet ready.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.