/provisioning/createAccountTree
POST
/provisioning/createAccountTree
provisioning
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://analytics.googleapis.com/analytics/v3/provisioning/createAccountTree' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"account": {
"childLink": {
"href": "string",
"type": "analytics#webproperties"
},
"created": "2019-08-24T14:15:22Z",
"id": "string",
"kind": "analytics#account",
"name": "string",
"permissions": {
"effective": [
"string"
]
},
"selfLink": "string",
"starred": true,
"updated": "2019-08-24T14:15:22Z"
},
"kind": "analytics#accountTreeResponse",
"profile": {
"accountId": "string",
"botFilteringEnabled": true,
"childLink": {
"href": "string",
"type": "analytics#goals"
},
"created": "2019-08-24T14:15:22Z",
"currency": "string",
"defaultPage": "string",
"eCommerceTracking": true,
"enhancedECommerceTracking": true,
"excludeQueryParameters": "string",
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#profile",
"name": "string",
"parentLink": {
"href": "string",
"type": "analytics#webproperty"
},
"permissions": {
"effective": [
"string"
]
},
"selfLink": "string",
"siteSearchCategoryParameters": "string",
"siteSearchQueryParameters": "string",
"starred": true,
"stripSiteSearchCategoryParameters": true,
"stripSiteSearchQueryParameters": true,
"timezone": "string",
"type": "string",
"updated": "2019-08-24T14:15:22Z",
"webPropertyId": "string",
"websiteUrl": "string"
},
"webproperty": {
"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
Body Params application/json
Responses
Modified at 2023-08-15 05:39:07