[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eYou must begin by creating your Merchant feed, and optionally a Services feed, to transmit inventory data to Google, with the Merchant feed being mandatory.\u003c/p\u003e\n"],["\u003cp\u003eThe Merchant feed requires specific fields such as \u003ccode\u003emerchant_id\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003egeo\u003c/code\u003e, \u003ccode\u003etelephone\u003c/code\u003e, and \u003ccode\u003eaction_link\u003c/code\u003e, while fields like \u003ccode\u003ecategory\u003c/code\u003e are nice-to-have and \u003ccode\u003ebrand_id\u003c/code\u003e is optional, with all other fields in the reference section being ignored.\u003c/p\u003e\n"],["\u003cp\u003eFeed files should be kept under 200MB (after compression using gzip), and for larger datasets, you can split them into multiple shards; additionally, each file should be uploaded with a unique name that may include a timestamp.\u003c/p\u003e\n"],["\u003cp\u003eUpload the feed files to Google's SFTP server at \u003ccode\u003esftp://partnerupload.google.com\u003c/code\u003e on port \u003ccode\u003e19321\u003c/code\u003e using the provided server information and your private key.\u003c/p\u003e\n"],["\u003cp\u003eAfter uploading, Google will process and evaluate your feeds based on specifications, required fields, the presence of \u003ccode\u003eaction_link\u003c/code\u003e information, and matching with Google Maps locations.\u003c/p\u003e\n"]]],["Begin by generating your Merchant feed, which is required, and optionally a Services feed. Upload the feeds in JSON format to your SFTP dropbox using unique file names, ensuring files are under 200MB (compressed) or sharded. Include feed metadata with `PROCESS_AS_COMPLETE`. Required Merchant feed fields include `merchant_id`, `name`, `geo`, `telephone`, and `action_link`. Upload a complete Merchant feed daily. Google then evaluates uploaded feeds, checking for specification adherence, required fields, action links, and data accuracy.\n"],null,["# Feeds (legacy)\n\nFirst you need to create your feeds, then Google evaluates them.\n\nCreate feeds\n------------\n\n1. **Generate your feed(s).** You transmit most of your inventory data to\n Google by feeds. To get started, create your Merchant feed (and Services feed if applicable):\n\n - [Merchants feed:](/actions-center/legacy/reference/starter-integration/merchants-feed) The Merchants feed describes your merchants and merchant level action links.\n - [Services feed](/actions-center/legacy/reference/starter-integration/services-feed) **(optional / not recommended)** : It is not recommended to implement services feeds for new starter integrations. If you are looking to maintain your existing integration, follow [this legacy documentation](/actions-center/legacy/archived-guides/starter-integration-feeds).\n\n **Required and Recommended fields**\n\n | Feed | Field name | Description | Required? |\n |----------|-------------|---------------------------------------------------------------------------------------------|--------------|\n | Merchant | merchant_id | Unique identifier for the merchant | Yes |\n | Merchant | name | Name of the merchant | Yes |\n | Merchant | geo | Address and geo coordinates of the merchant | Yes |\n | Merchant | telephone | Telephone of the merchant | Yes |\n | Merchant | category | [Place type](/maps/documentation/places/web-service/supported_types#table1) of the merchant | Nice to Have |\n | Merchant | action_link | Information regarding Merchant Specific Deep Links | Yes |\n | Merchant | brand_id | String that identifies the consumer-facing brand to use | Optional |\n\n | **Note:** All additional fields outlined in the reference section should be ignored.\n | **Key Point:** You are only required to upload merchant feed.\n\n To start, check out the sample feeds\n - [In-Person Appointment Feeds](/actions-center/verticals/healthcare/samples/starter-feed-samples/in-person-appointment)\n - [Online/Virtual Appointment Feeds](/actions-center/verticals/healthcare/starter-feed-samples/online-appointment)\n\n You can learn more about specifying action links in the legacy starter integration\n feeds\n [here](/actions-center/verticals/healthcare/tutorials/tutorial-specifying-action-links).\n\n Include\n [feed metadata](/actions-center/verticals/healthcare/reference/starter-integration/feed-metadata) in each of your feeds that instructs Google on\n how to interpret the feed.\n\n The following is a feed metadata snippet: \n\n ```scdoc\n \"metadata\": {\n \"generation_timestamp\": \"1467993600\",\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"total_shards\": 1\n }\n ```\n | **Note:** All feeds must be uploaded with processing_instruction PROCESS_AS_COMPLETE. PROCESS_AS_INCREMENTAL is deprecated and cannot be used.\n2. **Export your feeds.** The feeds format is described with the\n [protocol buffer 3 syntax](/protocol-buffers/docs/proto3),\n however you can reference the samples mentioned above to see the JSON format.\n We recommend that you upload the feeds in JSON format.\n\n\n If you really want to proceed with pb3 format, for general information on how to use protocol\n buffers to generate a pb3 file, see\n [Protocol Buffer Basics: Java](/protocol-buffers/docs/javatutorial).\n3. **Upload the feeds to your SFTP server.** To upload your feeds, use\n the\n [SFTP server information](/actions-center/legacy/reference/archived-guides/starter-integration-setup#create-sftp-server) that Google provided to you and the\n private key that you created in\n [Setup](/actions-center/legacy/reference/archived-guides/starter-integration-setup#create-keys). The Google SFTP server is available at\n `sftp://partnerupload.google.com` on port `19321`.\n\n Upload your files with unique names, such as a name that includes a\n timestamp. Unique names help with troubleshooting and allow queries for\n the feed status.\n\n To determine the size of the feeds and frequency of delivery, use the\n following guidelines:\n - Size of feed files and shards:\n - Keep the feed file size below 200MB (after compression). Compress them using `gzip`\n - If your file may reach more than 200MB (after compression), split them in multiple shards following the [Sharding feed files](/actions-center/legacy/tutorials/tutorial-sharding) tutorial. However, the legacy starter integration alone is unlikely to reach the 200MB limit.\n - Frequency of complete updates:\n - A complete merchant feed is provided once a day.\n - (If implemented) A complete service feed is provided once a day.\n\n | **Note:** Google processes feed files as soon as they're uploaded to the SFTP server. If the feed is sharded into multiple files, the process begins after you upload the last file. If your feed contains errors, you receive an email with the [feed error codes](/actions-center/legacy/reference/starter-integration/feed-error-codes).\n\nGoogle evaluates feeds\n----------------------\n\nOnce you upload your feeds, Google processes and evaluates them for quality\nand completeness. We look at several factors:\n\n- Feeds meet the specifications.\n- Feeds include all required fields.\n- Each merchant has at least one `action_link` or one service with at least `action_link` defined.\n- The majority of your merchant data matches with Google Maps locations.\n\n| **Note:** To ensure a smooth integration, perform a pre-evaluation of the factors above, except for the last one, before you submit your feeds."]]