List
Lists views (profiles) to which the user has access.
GET
https://ga-services-zvqgeah36q-uc.a.run.app/ga/views-profiles/list/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
ga-02
account_id*
String
6712930
webproperty_id*
String
UA-6712930-1
profiles_id*
String
13573529
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
Authorization*
String
ya29.a0Aa4xrXPgfscocWaLFAjpjVmeOE4ylR25e2z_XAHwWXzNEUoyCCcA4MticQ1x2Ku_CUnNCcAg2zg_Oc_UWd_gVUr80gfYLVchm_k5am51ObCiVVn8RdRBJbJRw2S9621BBpxtzRjXxu0Q7LqdELX3HjIoaatm_sq_vXRwN_4l0vDbAxEaCgYKATASARMSFQEjDvL9mdgUKe6n1K7ptMwJrY19xQ0182
{
"kind": "analytics#profiles",
"username": "sschouse@gmail.com",
"totalResults": 1,
"startIndex": 1,
"itemsPerPage": 1000,
"items": [
{
"id": "13573529",
"kind": "analytics#profile",
"selfLink": "https://www.googleapis.com/analytics/v3/management/accounts/6712930/webproperties/UA-6712930-1/profiles/13573529",
"accountId": "6712930",
"webPropertyId": "UA-6712930-1",
"internalWebPropertyId": "12923520",
"name": "sschouse.site50.net/",
"currency": "USD",
"timezone": "Asia/Jakarta",
"websiteUrl": "http://sschouse.site50.net/",
"type": "WEB",
"permissions": {
"effective": [
"COLLABORATE",
"EDIT",
"MANAGE_USERS",
"READ_AND_ANALYZE"
]
},
"created": "2008-12-17T15:17:05.000Z",
"updated": "2010-03-02T17:08:17.669Z",
"eCommerceTracking": false,
"parentLink": {
"type": "analytics#webproperty",
"href": "https://www.googleapis.com/analytics/v3/management/accounts/6712930/webproperties/UA-6712930-1"
},
"childLink": {
"type": "analytics#goals",
"href": "https://www.googleapis.com/analytics/v3/management/accounts/6712930/webproperties/UA-6712930-1/profiles/13573529/goals"
}
}
]
}
curl --location --request GET 'https://ga-services-zvqgeah36q-uc.a.run.app/ga/views-profiles/list?name=ft-4&connection_name=ga-02&account_id=6712930&webproperty_id=UA-6712930-1&profiles_id=13573529' \
--header 'x-api-key: U2Fsd...' \
--header 'Authorization: ya29.a0Aa4xrXPgfscocWaLFAjpjVmeOE4ylR25e2z_XAHwWXzNEUoyCCcA4MticQ1x2Ku_CUnNCcAg2zg_Oc_UWd_gVUr80gfYLVchm_k5am51ObCiVVn8RdRBJbJRw2S9621BBpxtzRjXxu0Q7LqdELX3HjIoaatm_sq_vXRwN_4l0vDbAxEaCgYKATASARMSFQEjDvL9mdgUKe6n1K7ptMwJrY19xQ0182'
Last updated