REST Resource: customLists
משאב: CustomList
תיאור של ישות רשימה בהתאמה אישית, כמו רשימת קהל בהתאמה אישית לפי תחומי עניין משותפים או רשימת קהל בהתאמה אישית לפי כוונת רכישה.
ייצוג JSON |
{
"name": string,
"customListId": string,
"displayName": string
} |
שדות |
name |
string
פלט בלבד. שם המשאב של הרשימה בהתאמה אישית.
|
customListId |
string (int64 format)
פלט בלבד. המזהה הייחודי של הרשימה המותאמת אישית. המערכת מקצה את השם.
|
displayName |
string
פלט בלבד. שם התצוגה של הרשימה בהתאמה אישית. .
|
שיטות |
|
אחזור רשימה בהתאמה אישית. |
|
הצגת רשימות מותאמות אישית. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-07 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-07 (שעון UTC)."],[[["The CustomList resource represents custom entities like affinity or intent audience lists, defined by a unique ID, name, and display name."],["This resource can be managed through methods for retrieval (get) and listing (list), accessible via the provided API endpoints."],["The JSON representation of a CustomList includes fields for name, customListId (unique identifier), and displayName."]]],["The `CustomList` resource represents a custom entity like an audience list. It has a `name`, a system-assigned `customListId`, and a `displayName`. These fields are read-only. The resource offers two methods: `get`, which retrieves a specific custom list, and `list`, which retrieves a collection of custom lists. The `CustomList` data can be represented in a JSON format containing these three attributes.\n"]]