REST Resource: customLists
Resource: CustomList
Menjelaskan entitas daftar kustom, seperti daftar audiens minat kustom atau intent kustom.
Representasi JSON |
{
"name": string,
"customListId": string,
"displayName": string
} |
Kolom |
name |
string
Hanya output. Nama resource daftar kustom.
|
customListId |
string (int64 format)
Hanya output. ID unik daftar kustom. Ditugaskan oleh sistem.
|
displayName |
string
Hanya output. Nama tampilan daftar kustom. .
|
Metode |
|
Mendapatkan daftar kustom. |
|
Mencantumkan daftar kustom. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-07 UTC.
[null,null,["Terakhir diperbarui pada 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"]]