[null,null,["最后更新时间 (UTC):2024-11-26。"],[[["The product feed, in JSON format, is the primary method for displaying your \"things to do\" products on Google surfaces."],["Large feeds can be split into multiple files (shards) using the `FeedMetadata` field to ensure Google processes them as a single feed."],["Each `Product` object represents a single product and must include an ID, title, and at least one `Option` describing user experience and booking details."],["You manage products by uploading a complete, updated feed (snapshot) which adds new products and removes any excluded from the file."],["Each shard has a maximum size limit of 50 Mb and must contain a `FeedMetadata` object with the appropriate `nonce`, `total_shard_count`, and `shard_id`."]]],["The product feed, used to provide Google with a list of \"things to do\" products, accepts JSON format uploads, optionally compressed. Large product sets can be split across multiple files (shards), each with `FeedMetadata`. `FeedMetadata` includes a shared `nonce`, `total_shard_count`, and unique `shard_id` values. Each `Product` object requires a unique ID, title, and at least one `Option`. Adding or removing products involves uploading an updated feed, as only snapshot processing is supported.\n"]]