amazon-advertising-api-php-sdk icon indicating copy to clipboard operation
amazon-advertising-api-php-sdk copied to clipboard

Get report for a time period, not a single day.

Open n1vekk opened this issue 4 years ago • 1 comments

Hi. Im getting the report with this code snipped. $request = $client->requestReport( "campaigns", array( "reportDate" => "20210815", // "campaignType" => "sponsoredProducts", "metrics" => "campaignName,impressions,clicks,cost" ) );`

Is there any way to get report for a time range, for example last 7 days or last 30 days? Thank you.

n1vekk avatar Sep 13 '21 15:09 n1vekk

Hi The ads api does not support time ranges at the moment. You need to call the api per day. Is there a reason you prefer time ranges vs calling the API per day?

AdsAPIPM avatar Oct 16 '21 03:10 AdsAPIPM