/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports
POST
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//profiles//unsampledReports' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"dimensions": "string",
"end-date": "string",
"filters": "string",
"id": "string",
"metrics": "string",
"profileId": "string",
"segment": "string",
"start-date": "string",
"title": "string",
"webPropertyId": "string"
}'
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
Body Params application/json
Responses
Modified at 2023-08-15 05:39:07