資源:BigQueryLink
Google Analytics 資源與 BigQuery 專案之間的連結。
| JSON 表示法 |
|---|
{ "name": string, "project": string, "createTime": string, "dailyExportEnabled": boolean, "streamingExportEnabled": boolean, "freshDailyExportEnabled": boolean, "includeAdvertisingId": boolean, "exportStreams": [ string ], "excludedEvents": [ string ], "datasetLocation": string } |
| 欄位 | |
|---|---|
name |
僅供輸出。這個 BigQuery 連結的資源名稱。格式:「properties/{property_id}/bigQueryLinks/{bigquery_link_id}」格式:「properties/1234/bigQueryLinks/abc567」 |
project |
不可變動。連結的 Google Cloud 專案。建立 BigQueryLink 時,您可以使用專案編號或專案 ID 提供這個資源名稱。建立這項資源後,傳回的專案一律會包含專案編號。格式:「projects/{專案編號}」,例如「projects/1234」 |
createTime |
僅供輸出。連結的建立時間。 使用 RFC 3339,產生的輸出內容一律會經過 Z 正規化,並使用 0、3、6 或 9 個小數位數,也接受「Z」以外的偏移量。範例: |
dailyExportEnabled |
如果設為 true,系統會啟用每日資料匯出功能,將資料匯出至已連結的 Google 雲端專案。 |
streamingExportEnabled |
如果設為 true,系統會啟用串流匯出功能,將資料匯出至已連結的 Google 雲端專案。 |
freshDailyExportEnabled |
如果設為 true,系統會啟用每日更新匯出功能,將資料匯出至已連結的 Google Cloud 雲端專案。 |
includeAdvertisingId |
如果設為 true,匯出的資料會包含行動應用程式串流的廣告 ID。 |
exportStreams[] |
要匯出資料的父項資源串流清單。格式:properties/{property_id}/dataStreams/{stream_id} 範例:['properties/1000/dataStreams/2000'] |
excludedEvents[] |
要從匯出作業中排除的事件名稱清單。 |
datasetLocation |
必填。不可變動。建立的 BigQuery 資料集應位於的地理位置。如需支援的位置,請參閱 https://cloud.google.com/bigquery/docs/locations。 |
方法 |
|
|---|---|
|
建立 BigQueryLink。 |
|
刪除資源的 BigQueryLink。 |
|
查詢單一 BigQuery 連結。 |
|
列出資源的 BigQuery 連結。 |
|
更新 BigQueryLink。 |