curl --location --request PUT 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//customDimensions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"active": true,
"id": "string",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#webproperty"
},
"scope": "string",
"webPropertyId": "string"
}'
{
"accountId": "string",
"active": true,
"created": "2019-08-24T14:15:22Z",
"id": "string",
"index": 0,
"kind": "analytics#customDimension",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#webproperty"
},
"scope": "string",
"selfLink": "string",
"updated": "2019-08-24T14:15:22Z",
"webPropertyId": "string"
}