- 리소스: BigQueryLink
<ph type="x-smartling-placeholder">
- </ph>
- JSON 표현
- 메서드
리소스: 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/{project number}' 예: 'projects/1234' |
createTime |
출력 전용입니다. 링크가 생성된 시간입니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 |
dailyExportEnabled |
true로 설정하면 연결된 Google Cloud 프로젝트로 일일 데이터 내보내기가 사용 설정됩니다. |
streamingExportEnabled |
true로 설정하면 연결된 Google Cloud 프로젝트로 스트리밍 내보내기를 사용 설정합니다. |
freshDailyExportEnabled |
true로 설정하면 연결된 Google Cloud 프로젝트로 새로운 일일 내보내기를 사용 설정합니다. |
includeAdvertisingId |
true로 설정하면 내보낸 데이터에 모바일 앱 스트림의 광고 식별자가 포함됩니다. |
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를 업데이트합니다. |