Skip to content

Commit ad501c3

Browse files
authored
Update add-on-acquisitions-data.md
Updating top and skip for add on acquisition
1 parent 6a1b442 commit ad501c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uwp/monetize/add-on-acquisitions-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ The *applicationId* or *addonProductId* parameter is required. To retrieve acqui
4949
The following examples demonstrates several requests for getting add-on acquisition data. Replace the *addonProductId* and *applicationId* values with the appropriate Store ID for your add-on or app.
5050

5151
```syntax
52-
GET https://manage.devcenter.microsoft.com/v1.0/my/analytics/addonacquisitions?applicationId=9WZDNCRFJ314&startDate=1/1/2015&endDate=2/1/2015&skip=0 HTTP/1.1
52+
GET https://manage.devcenter.microsoft.com/v1.0/my/analytics/addonacquisitions?applicationId=9WZDNCRFJ314&startDate=1/1/2015&endDate=2/1/2015&top=10&skip=0 HTTP/1.1
5353

5454
Authorization: Bearer <your access token>
5555

5656

5757

58-
GET https://manage.devcenter.microsoft.com/v1.0/my/analytics/addonacquisitions?applicationId=9WZDNCRFJ314&startDate=1/1/2015&endDate=2/1/2015&skip=0&filter=market eq 'GB' and gender eq 'm' HTTP/1.1
58+
GET https://manage.devcenter.microsoft.com/v1.0/my/analytics/addonacquisitions?applicationId=9WZDNCRFJ314&startDate=1/1/2015&endDate=2/1/2015&top=10&skip=0&filter=market eq 'GB' and gender eq 'm' HTTP/1.1
5959

6060
Authorization: Bearer <your access token>
6161
```

0 commit comments

Comments
 (0)