QueryMetadata

查詢執行中繼資料的相關中繼資料。儲存在查詢執行要求傳回的 google.longrun.Operation 中繼資料欄位中。

JSON 表示法
{
  "queryResourceName": string,
  "queryTitle": string,
  "customerId": string,
  "adsDataCustomerId": string,
  "matchDataCustomerId": string,
  "parameterValues": {
    string: {
      object (ParameterValue)
    },
    ...
  },
  "startTime": string,
  "endTime": string,
  "queryText": string,

  // Union field output can be only one of the following:
  "destTable": string,
  "userListId": string
  // End of list of possible types for union field output.
}
欄位
queryResourceName

string

已執行查詢的查詢名稱,例如 customer/123/analysisQuery/abcd1234 只會用於儲存已儲存的查詢。

queryTitle

string

執行查詢的名稱。

customerId

string (int64 format)

執行查詢的查詢廣告資料中心客戶 ID。

adsDataCustomerId

string (int64 format)

廣告資料中心的客戶 ID,用於廣告資料。

matchDataCustomerId

string (int64 format)

用於對照表資料的廣告資料中心客戶 ID。

parameterValues

map (key: string, value: object (ParameterValue))

查詢中使用的參數值。將每個引數名稱對應至對應的繫結值。

這個物件中包含 "key": value 組合的清單,例如:{ "name": "wrench", "mass": "1.3kg", "count": "3" }.

startTime

string (Timestamp format)

查詢執行開始時間。

RFC3339 UTC 的「Zulu」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

查詢執行結束時間。

RFC3339 UTC 的「Zulu」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

queryText

string

查詢執行的文字。請注意,這個欄位只會在 google.longrun.Operations.GetOperation 呼叫的回應中設定。google.longrun.Operations.ListOperations 呼叫的回應或其他呼叫中會省略這個值。

聯集欄位 output。查詢結果的儲存位置。output 只能是下列其中一項:
destTable

string

查詢結果的目的地資料表。用於分析查詢。

userListId

string (int64 format)

填入查詢結果的使用者名單。用於使用者名單查詢。