SavedColumns: list
ดึงข้อมูลรายการคอลัมน์ที่บันทึกไว้สําหรับผู้ลงโฆษณาที่ระบุ
ลองใช้เลย
ส่งคำขอ
คำขอ HTTP
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์เส้นทาง |
advertiserId |
long |
รหัส DS ของผู้ลงโฆษณา
|
agencyId |
long |
รหัส DS ของเอเจนซี
|
การให้สิทธิ์
คำขอนี้ต้องได้รับสิทธิ์ที่มีขอบเขตต่อไปนี้
ขอบเขต |
https://www.googleapis.com/auth/doubleclicksearch |
ดูข้อมูลเพิ่มเติมได้ที่หน้าการตรวจสอบสิทธิ์และการให้สิทธิ์
เนื้อหาของคำขอ
อย่าระบุเนื้อหาคำขอด้วยเมธอดนี้
คำตอบ
หากทำสำเร็จ วิธีการนี้จะแสดงผลลัพธ์เป็นเนื้อหาการตอบกลับซึ่งมีโครงสร้างดังต่อไปนี้
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
ชื่อพร็อพเพอร์ตี้ |
ค่า |
คำอธิบาย |
หมายเหตุ |
kind |
string |
ระบุว่าเป็นทรัพยากร SavedColumnList ค่า: สตริงคงที่ doubleclicksearch#savedColumnList |
|
items[] |
list |
คอลัมน์ที่บันทึกไว้ซึ่งมีการขอ |
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-30 UTC
[null,null,["อัปเดตล่าสุด 2024-11-30 UTC"],[[["Retrieve a list of saved columns for a specific advertiser using the provided endpoint and required authorization."],["The request requires agency and advertiser IDs as path parameters and does not include a request body."],["Successful responses will contain a list of saved columns along with resource kind information in JSON format."],["Authorization is necessary using the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["Users can test the API using the provided APIs Explorer or a standalone explorer link."]]],["This API endpoint retrieves a list of saved columns for a specific advertiser. It requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope. A `GET` request is sent to `https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns`, specifying the `agencyId` and `advertiserId` in the path. A successful response returns a `savedColumnList` resource containing an array of `savedColumns`. No request body is needed.\n"]]