[[["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-02-25 UTC."],[[["Registers a datafeed configuration with your Merchant Center account using an HTTP POST request."],["Requires a `merchantId` path parameter specifying the managing account (cannot be multi-client)."],["The request body should contain a `Datafeed` object, and a successful response will return the newly created `Datafeed` object."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to register a datafeed configuration with a Merchant Center account using a POST request. The key action is sending a `POST` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/datafeeds`. The `merchantId` is a required path parameter, specifying the managing account ID. The request body must contain a `Datafeed` instance. A successful response returns a newly created `Datafeed` instance. This action needs the `https://www.googleapis.com/auth/content` authorization scope.\n"]]