Question
Data Warehouse API - reportPeriod
Hi I'm trying to run a request via the datawarehouse endpoint https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/data-warehouse/#post-scheduled-request
However I'm getting an error: It is expected that reportPeriod should be provided with this schedule.
There is nothing in the documentation that gives me examples of what the report period should look like.
I have this set in the request
reportRange: { preset:"Last 7 days" },
Can someone provide me documentation around what the reportPeriod needs to be set to?