資源:BigQueryLink
GA4 資源與 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 |
僅供輸出。連結建立時間。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例: |
dailyExportEnabled |
如果設為「true」,則允許將每日資料匯出至已連結的 Google Cloud 專案。 |
streamingExportEnabled |
如果設為 true,將串流匯出至已連結的 Google Cloud 專案。 |
freshDailyExportEnabled |
如果設為「true」,則允許每天將最新資料匯出至已連結的 Google Cloud 專案。 |
includeAdvertisingId |
如果設為「是」,匯出的資料就會包含行動應用程式串流的廣告 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。 |