REST Resource: advertisers.locationLists.assignedLocations
資源:AssignLocation
JSON 表示法 |
{
"name": string,
"assignedLocationId": string,
"targetingOptionId": string
} |
欄位 |
name |
string
僅供輸出。指派位置的資源名稱。
|
assignedLocationId |
string (int64 format)
僅供輸出。指定地點的專屬 ID。這個 ID 只會在位置資訊清單中出現一次。並可在其他情境中重複使用。
|
targetingOptionId |
string
必要欄位。指派給地區清單的指定目標選項 ID。
|
方法 |
|
大量編輯不同地點和單一地點清單之間的多項指派項目。 |
|
建立與地點清單之間的指派作業。 |
|
刪除位置和位置清單之間的對應關係。 |
|
列出指派給地區清單的位置。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-07 (世界標準時間)。
[null,null,["上次更新時間:2024-11-07 (世界標準時間)。"],[[["AssignedLocation resource represents an assignment between a location list and a targeting option, allowing advertisers to target specific locations."],["It includes fields like `name`, `assignedLocationId`, and `targetingOptionId` to manage the assignments."],["You can manage AssignedLocations using methods like `bulkEdit`, `create`, `delete`, and `list` to modify and retrieve assignments."],["These methods provide functionality to edit multiple assignments, create new ones, remove existing ones, and retrieve a list of locations assigned to a specific list."]]],[]]