Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

startIndex and count #14

Open
xyrintech opened this issue Oct 11, 2018 · 2 comments
Open

startIndex and count #14

xyrintech opened this issue Oct 11, 2018 · 2 comments

Comments

@xyrintech
Copy link

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

@dbrent-amazon
Copy link
Contributor

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

@ianrussel
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants