/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//profiles/'
Response Response Example
{
"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"
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
profileId
string
required
Responses
Modified at 2023-08-15 05:39:07