Google Management API提供了获取custom data sources和custom dimensions列表的方法。
但是,我需要获取属于自定义数据集的自定义维度列表,但无法找到。它有可能吗?
答案 0 :(得分:1)
不幸的是,这是不可能的。有关自定义数据源的唯一可用数据如下:
{
"id": string,
"kind": "analytics#customDataSource",
"selfLink": string,
"accountId": string,
"webPropertyId": string,
"name": string,
"description": string,
"type": string,
"uploadType": "analytics#uploads",
"uploadType": "analytics#dailyUploads",
"importBehavior": "OVERWRITE",
"importBehavior": "SUMMATION",
"profilesLinked": [
string
],
"created": datetime,
"updated": datetime,
"parentLink": {
"type": "analytics#webproperty",
"href": string
},
"childLink": {
"type": "analytics#dailyUploads",
"href": string
},
"childLink": {
"type": "analytics#uploads",
"href": string
}
}