리소스: BigQueryLink
Google 애널리틱스 속성과 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' |
create |
출력 전용입니다. 링크가 생성된 시간입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다.예: |
daily |
true로 설정하면 연결된 Google Cloud 프로젝트로의 일일 데이터 내보내기가 사용 설정됩니다. |
streaming |
true로 설정하면 연결된 Google Cloud 프로젝트로 스트리밍 내보내기를 사용 설정합니다. |
fresh |
true로 설정하면 연결된 Google Cloud 프로젝트로 매일 업데이트된 내보내기를 사용 설정합니다. |
include |
true로 설정하면 내보낸 데이터에 모바일 앱 스트림의 광고 ID가 포함됩니다. |
export |
데이터가 내보내질 상위 속성 아래의 스트림 목록입니다. 형식: properties/{property_id}/dataStreams/{stream_id} 예: ['properties/1000/dataStreams/2000'] |
excluded |
내보내기에서 제외할 이벤트 이름 목록입니다. |
dataset |
필수 항목입니다. 변경할 수 없습니다. 생성된 BigQuery 데이터 세트가 있어야 하는 지리적 위치입니다. 지원되는 위치는 https://cloud.google.com/bigquery/docs/locations를 참고하세요. |
메서드 |
|
---|---|
|
BigQueryLink를 만듭니다. |
|
속성의 BigQueryLink를 삭제합니다. |
|
단일 BigQuery 링크를 조회합니다. |
|
속성의 BigQuery 링크를 나열합니다. |
|
BigQueryLink를 업데이트합니다. |