/management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//customMetrics'
Response Response Example
{
"items": [
{
"accountId": "string",
"active": true,
"created": "2019-08-24T14:15:22Z",
"id": "string",
"index": 0,
"kind": "analytics#customMetric",
"max_value": "string",
"min_value": "string",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#webproperty"
},
"scope": "string",
"selfLink": "string",
"type": "string",
"updated": "2019-08-24T14:15:22Z",
"webPropertyId": "string"
}
],
"itemsPerPage": 0,
"kind": "analytics#customMetrics",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0,
"username": "string"
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
Query Params
max-results
integer
optional
start-index
integer
optional
Responses
Modified at 2023-08-15 05:39:07