[[["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-01-30 UTC."],[[["Creates a new conversion source via `POST` request to the specified endpoint."],["Requires `merchantId` as a path parameter to identify the account owner."],["The request body should contain a `ConversionSource` object, defining the new source details."],["A successful response returns the newly created `ConversionSource` object."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],["A new conversion source is created via a `POST` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionsources`. The `merchantId` path parameter, an integer, is required. The request body must include a `ConversionSource` instance. Successful requests return a new `ConversionSource` instance in the response body. This action requires the `https://www.googleapis.com/auth/content` OAuth scope. A \"Try it!\" option is available, and additional details on authorization and parameter formats are accessible via provided links.\n"]]