Pagination with Body
This pagination will apply when we have nextPageToken key in our API response. For example we have next page token in this key `nextPageToken
Select Pagination with Body from the dropdown and fill these values there.
- In the above example
nextPageTokenkey helps to identify upto which page the pagination will be completed , so it will come inUser Key - As we are getting a token from this pagination so
Key Name to Updatewill bepageToken Data Collection Keyholds the data from the API and we will get the response in that key for example here it is['reports'][0]['data']['rows'].
Typically being used in all Google Products like Google Analytics, Google Ads etc.


