Identifier. The resource name of the autofeed settings. Format: accounts/{account}/autofeedSettings.
enableProducts
boolean
Required. Enables or disables product crawling through the autofeed for the given account. Autofeed accounts must meet certain conditions, which can be checked through the eligible field. The account must not be a marketplace. When the autofeed is enabled for the first time, the products usually appear instantly. When re-enabling, it might take up to 24 hours for products to appear.
eligible
boolean
Output only. Determines whether merchant is eligible for being enrolled into an autofeed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-12 UTC."],[[["This resource manages Autofeed settings for a Merchant Center account and does not store persistent data."],["This resource offers methods to retrieve (`getAutofeedSettings`) and update (`updateAutofeedSettings`) the Autofeed settings of an account."]]],["AutofeedSettings contain information regarding an account's automated product feed. Key data includes a unique `name`, `enableProducts` (boolean) to control product crawling, and `eligible` (boolean) indicating if the merchant qualifies for autofeed. The `enableProducts` field will control the products being crawled through the autofeed. Two primary methods are available: `getAutofeedSettings`, to view current settings, and `updateAutofeedSettings`, to modify settings, like enabling or disabling the autofeed.\n"]]