amazon-advertising-api-php-sdk
amazon-advertising-api-php-sdk copied to clipboard
startIndex and count
Is there anyway we can handle startIndex and count for the records?
$req = $client->listCampaigns(
array("stateFilter" => "enabled,paused,archived",
"startIndex" => 0,
"count" => 3));
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.