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

startIndex and count

Open xyrintech opened this issue 7 years ago • 2 comments

Is there anyway we can handle startIndex and count for the records?

xyrintech avatar Oct 11 '18 10:10 xyrintech

$req = $client->listCampaigns(
    array("stateFilter" => "enabled,paused,archived",
          "startIndex" => 0,
          "count" => 3));

dbrent-amazon avatar Oct 11 '18 16:10 dbrent-amazon

Hello @dbrent-amazon ,hope you are doing well, I would like you ask how to get the total counts of campaigns, unfortunately I dont know where to ask question related to advertising api since there's no other active amazon advertising api repo. From official docs its says the count's default is the campaigns max size. However I don't see any details of total campaigns count in response.I need it in frontend pagination.

ianrussel avatar Apr 12 '21 01:04 ianrussel