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 |
מידע נוסף זמין בדף אימות והרשאה.
גוף הבקשה
אין לספק גוף בקשה בשיטה הזו.
תשובה
אם הפעולה בוצעה ללא שגיאות, ה-method מחזיר גוף תגובה עם המבנה הבא:
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
שם הנכס |
ערך |
תיאור |
הערות |
kind |
string |
מזהה את הקוד הזה כמשאב SavedColumnList. ערך: המחרוזת הקבועה doubleclicksearch#savedColumnList . |
|
items[] |
list |
העמודות השמורות שמבוקשות. |
|
נסה בעצמך!
אפשר להשתמש ב-API Explorer שבהמשך כדי להפעיל את השיטה הזו על נתונים פעילים ולראות את התגובה.
לחלופין, אפשר לנסות את ה-Explorer העצמאי.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]