REST Resource: edits.listings
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: Trang thông tin
Trang thông tin đã bản địa hoá trên Cửa hàng Play. Tài nguyên cho ListingsService.
Biểu diễn dưới dạng JSON |
{
"language": string,
"title": string,
"fullDescription": string,
"shortDescription": string,
"video": string
} |
Trường |
language |
string
Mã bản địa hoá ngôn ngữ (thẻ ngôn ngữ BCP-47; ví dụ: "de-AT" cho tiếng Đức ở Áo).
|
title |
string
Tiêu đề đã bản địa hoá của ứng dụng.
|
fullDescription |
string
Nội dung mô tả đầy đủ về ứng dụng.
|
shortDescription |
string
Mô tả ngắn về ứng dụng.
|
video |
string
URL của video quảng cáo trên YouTube cho ứng dụng.
|
Phương thức |
|
Xoá một trang thông tin đã bản địa hoá trên Cửa hàng Play. |
|
Xoá tất cả trang thông tin trên Cửa hàng Play. |
|
Tải trang thông tin đã bản địa hoá trên Cửa hàng Play. |
|
Liệt kê mọi trang thông tin đã bản địa hoá trên Cửa hàng Play. |
|
Vá một trang thông tin đã bản địa hoá trên Cửa hàng Play. |
|
Tạo hoặc cập nhật trang thông tin đã bản địa hoá trên Cửa hàng Play. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eListings are localized store listings with information like title, full/short descriptions, and promotional videos in various languages.\u003c/p\u003e\n"],["\u003cp\u003eListings can be managed using methods to delete, retrieve, list, and update them.\u003c/p\u003e\n"],["\u003cp\u003eA listing includes a language code, localized title, full description, short description, and optionally a promotional video URL.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the available methods to manage your store listings, allowing for deletion, retrieval, listing, and updating of listings information.\u003c/p\u003e\n"]]],["The Listing resource represents a localized store listing, defined by language, title, full and short descriptions, and a promotional video URL. The available methods include actions to manage these listings: deleting a single or all listings, retrieving a single listing, listing all, patching (partially updating) a listing, and updating or creating a listing. The listing's data is stored in JSON format.\n"],null,["# REST Resource: edits.listings\n\n- [Resource: Listing](#Listing)\n - [JSON representation](#Listing.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Listing\n-----------------\n\nA localized store listing. The resource for ListingsService.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"language\": string, \"title\": string, \"fullDescription\": string, \"shortDescription\": string, \"video\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------|\n| `language` | `string` Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). |\n| `title` | `string` Localized title of the app. |\n| `fullDescription` | `string` Full description of the app. |\n| `shortDescription` | `string` Short description of the app. |\n| `video` | `string` URL of a promotional YouTube video for the app. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-----------------------------------------------|\n| ### [delete](/android-publisher/api-ref/rest/v3/edits.listings/delete) | Deletes a localized store listing. |\n| ### [deleteall](/android-publisher/api-ref/rest/v3/edits.listings/deleteall) | Deletes all store listings. |\n| ### [get](/android-publisher/api-ref/rest/v3/edits.listings/get) | Gets a localized store listing. |\n| ### [list](/android-publisher/api-ref/rest/v3/edits.listings/list) | Lists all localized store listings. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.listings/patch) | Patches a localized store listing. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.listings/update) | Creates or updates a localized store listing. |"]]