/management/accounts/{accountId}/webproperties/{webPropertyId}
PATCH
/management/accounts/{accountId}/webproperties/{webPropertyId}
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties/' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"childLink": {
"href": "string",
"type": "analytics#profiles"
},
"dataRetentionResetOnNewActivity": true,
"dataRetentionTtl": "string",
"defaultProfileId": "string",
"id": "string",
"industryVertical": "string",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#account"
},
"permissions": {},
"starred": true,
"websiteUrl": "string"
}'
Response Response Example
{
"accountId": "string",
"childLink": {
"href": "string",
"type": "analytics#profiles"
},
"created": "2019-08-24T14:15:22Z",
"dataRetentionResetOnNewActivity": true,
"dataRetentionTtl": "string",
"defaultProfileId": "string",
"id": "string",
"industryVertical": "string",
"internalWebPropertyId": "string",
"kind": "analytics#webproperty",
"level": "string",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#account"
},
"permissions": {
"effective": [
"string"
]
},
"profileCount": 0,
"selfLink": "string",
"starred": true,
"updated": "2019-08-24T14:15:22Z",
"websiteUrl": "string"
}
Request
Path Params
accountId
stringÂ
required
webPropertyId
stringÂ
required
Body Params application/json