REST Resource: customLists
Zasób: CustomList
Opisuje element listy niestandardowej, np. listę odbiorców o niestandardowych zainteresowaniach lub o niestandardowych zamiarach.
Zapis JSON |
{
"name": string,
"customListId": string,
"displayName": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu listy niestandardowej.
|
customListId |
string (int64 format)
Tylko dane wyjściowe. Unikalny identyfikator listy niestandardowej. Przypisany przez system.
|
displayName |
string
Tylko dane wyjściowe. Wyświetlana nazwa listy niestandardowej. .
|
Metody |
|
Pobiera listę niestandardową. |
|
Wyświetla listy niestandardowe. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-07 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]