Method: properties.bigQueryLinks.create
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/bigQueryLinks
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。形式例: properties/1234
|
リクエスト本文
リクエストの本文には BigQueryLink
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された BigQueryLink
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-01 UTC。
[null,null,["最終更新日 2024-08-01 UTC。"],[[["Creates a BigQueryLink to export your Google Analytics 4 property data to BigQuery."],["Sends a POST request to the specified endpoint with required path parameters and request body."],["Requires `analytics.edit` scope for authorization."],["Returns a newly created BigQueryLink object in the response if successful."]]],["This content outlines how to create a BigQueryLink using an HTTP POST request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/bigQueryLinks`. The request requires a `parent` path parameter (e.g., `properties/1234`). The request body should include a `BigQueryLink` instance, and a successful request will return a newly created `BigQueryLink` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]