Skip to content

Commit 38efbd6

Browse files
Merge pull request #3776 from MicrosoftDocs/main638306650914395865sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents d0c4fb5 + e0e5eec commit 38efbd6

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)