REST Resource: advertisers.locationLists
منبع: LocationList
فهرستی از مکان های مورد استفاده برای هدف قرار دادن.
نمایندگی JSON |
---|
{
"name": string,
"locationListId": string,
"displayName": string,
"locationType": enum (TargetingLocationType ),
"advertiserId": string
} |
فیلدها |
---|
name | string فقط خروجی نام منبع فهرست مکان. |
location List Id | string ( int64 format) فقط خروجی شناسه منحصر به فرد لیست مکان. توسط سیستم تعیین شده است. |
display Name | string مورد نیاز. نام نمایشی لیست مکان. باید UTF-8 با حداکثر اندازه 240 بایت کدگذاری شود. |
location Type | enum ( TargetingLocationType ) مورد نیاز. تغییرناپذیر. نوع مکان. همه مکانهای موجود در فهرست این نوع را به اشتراک خواهند گذاشت. |
advertiser Id | string ( int64 format) مورد نیاز. تغییرناپذیر. شناسه منحصربهفرد تبلیغکنندهای که فهرست مکان به آن تعلق دارد. |
TargetingLocationType
Enums |
---|
TARGETING_LOCATION_TYPE_UNSPECIFIED | مقدار پیش فرض زمانی که نوع مشخص نشده یا ناشناخته است. |
TARGETING_LOCATION_TYPE_PROXIMITY | نوع برای موقعیت جغرافیایی نزدیکی. |
TARGETING_LOCATION_TYPE_REGIONAL | نوع برای موقعیت جغرافیایی منطقه ای. |
روش ها |
---|
| یک لیست مکان جدید ایجاد می کند. |
| یک لیست مکان دریافت می کند. |
| فهرستهای مکان را بر اساس شناسه تبلیغکننده معین فهرست میکند. |
| لیست مکان را به روز می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-18 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-18 بهوقت ساعت هماهنگ جهانی."],[[["LocationList is a resource used for targeting and is a list of locations."],["Each LocationList has a name, ID, display name, location type, and advertiser ID."],["There are three types of targeting location types: unspecified, proximity, and regional."],["You can manage LocationLists through methods like creating, getting, listing, and updating them."]]],["Location lists, used for targeting, are identified by a unique ID and contain a display name, location type (proximity or regional), and the associated advertiser ID. The location type is immutable. Available actions include creating, retrieving (get), listing, and updating (patch) location lists. Each list contains location data with attributes like `name`, `displayName`, `locationType`, and `advertiserId` which is necessary when creating one.\n"]]