Method: customers.userListQueries.startTransient
一時的なユーザーリスト クエリの実行を開始します。指定した Google 広告ユーザーリストにアップロードされた結果。返されたオペレーション名を使用して、クエリ完了ステータスをポーリングできます。
HTTP リクエスト
POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userListQueries:startTransient
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
クエリを実行するお客様の完全なリソース名。例: 'customers/123'
|
リクエスト本文
リクエストの本文には次の構造のデータが含まれます。
フィールド |
query |
object (UserListQuery )
実行するクエリ。
|
spec |
object (QueryExecutionSpec )
クエリ実行パラメータを定義します。
|
userListId |
string (int64 format)
Google 広告のユーザーリスト ID。ユーザーリストは、クエリを実行する Ads Data Hub ユーザーが管理する必要があります。
|
レスポンスの本文
成功した場合、レスポンスの本文には Operation
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/adsdatahub
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-27 UTC。
[null,null,["最終更新日 2022-09-27 UTC。"],[[["Executes a transient user list query and uploads results to a specified Google Ads user list."],["Requires providing the customer's resource name, the query to execute, execution parameters, and the target user list ID."],["The response includes an operation name for tracking query completion status."],["Requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."],["`StartTransientUserListQuery` is deprecated, use `StartUserListQuery` instead."]]],["This document details the `startTransient` function, now deprecated in favor of `StartUserListQuery`, for executing queries on transient user lists. It uses a POST request to a specified customer path (`customers/*`) to start. The request body must include the `query` to be executed, `spec` for execution parameters, and `userListId` of the Google Ads user list. The function returns an `Operation` instance upon success and requires the `https://www.googleapis.com/auth/adsdatahub` authorization scope.\n"]]