Target - How to specify a reporting period in Target Performance API

Description

Environment
Adobe Target Admin API

Issue
How to specify a reporting period in Target Performance API

Resolution

Resolution
Use the reportInterval parameter with time interval in ISO 8601 format to specify a reporting period.
For Example: Get AB Performance Report

GET /{tenant}/target/activities/ab/{id}/report/performance?reportInterval=2022-02-01T00:00-07:00/2022-03-01T00:00-07:00

For more information on the Adobe Target Admin API, please refer to the following documents:
https://developers.adobetarget.com/api/#introduction

On this page