使用新版 Search Ads 360 客戶 ID,從 DoubleClick Search 引擎帳戶擷取轉換清單。 立即試用。
要求
HTTP 要求
GET https://www.googleapis.com/doubleclicksearch/v2/customer/customerId/conversion
參數
| 參數名稱 | 值 | 說明 | 
|---|---|---|
| 路徑參數 | ||
| customerId | string | 新版 Search Ads 360 客戶 ID 字串。必須是客戶帳戶。 | 
| 必要的查詢參數 | ||
| endDate | integer | 擷取轉換的結束日期 (含此日期)。格式為 yyyymmdd。
          可接受的值為 20091101到99991231(含頭尾)。 | 
| rowCount | integer | 每次來電要傳回的轉換次數。
          可接受的值為 1到1000(含頭尾)。 | 
| startDate | integer | 擷取轉換的開始日期 (含此日期)。格式為 yyyymmdd。
          可接受的值為 20091101到99991231(含頭尾)。 | 
| startRow | unsigned integer | 以 0 為基準的起始索引,用於擷取轉換結果。 | 
| 選用的查詢參數 | ||
| adGroupId | long | 廣告群組的數字 ID, | 
| adId | long | 廣告的數字 ID, | 
| campaignId | long | 廣告活動的數字 ID, | 
| criterionId | long | 條件的數字 ID, | 
授權
此要求需要具有下列範圍的授權:
| 範圍 | 
|---|
| https://www.googleapis.com/auth/doubleclicksearch | 
詳情請參閱「驗證與授權」網頁。
要求主體
請勿使用這個方法提供請求主體。
回應
成功的話,這個方法會在回應主體中傳回轉換資源。
試試看!
使用下方的 APIs Explorer,針對即時資料呼叫這個方法,看看會有什麼結果。 您也可以改用 獨立式 Explorer。
