/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}
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
{
"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"
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
profileId
string
required
unsampledReportId
string
required
Responses
Modified at 2023-08-15 05:39:07