/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//profiles//unsampledReports'
Response Response Example
{
"items": [
{
"accountId": "string",
"cloudStorageDownloadDetails": {
"bucketId": "string",
"objectId": "string"
},
"created": "2019-08-24T14:15:22Z",
"dimensions": "string",
"downloadType": "string",
"driveDownloadDetails": {
"documentId": "string"
},
"end-date": "string",
"filters": "string",
"id": "string",
"kind": "analytics#unsampledReport",
"metrics": "string",
"profileId": "string",
"segment": "string",
"selfLink": "string",
"start-date": "string",
"status": "string",
"title": "string",
"updated": "2019-08-24T14:15:22Z",
"webPropertyId": "string"
}
],
"itemsPerPage": 0,
"kind": "analytics#unsampledReports",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0,
"username": "string"
}
Request
Path Params
accountId
stringÂ
required
webPropertyId
stringÂ
required
profileId
stringÂ
required
Query Params
max-results
integerÂ
optional
start-index
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:07