/management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}
PATCH
/management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//customMetrics/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"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"
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
customMetricId
string
required
Query Params
ignoreCustomDataSourceLinks
string
optional
Body Params application/json
Responses
Modified at 2023-08-15 05:39:07