Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["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-06 UTC."],[[["This page explains how to create, update, or remove campaign conversion goals using the Google Ads API."],["The API request requires specifying the customer ID and details about the desired operations on the goals."],["The response provides the status of each operation performed on the campaign conversion goals."],["You'll need the `https://www.googleapis.com/auth/adwords` OAuth scope for authorization."]]],["This API allows modification of campaign conversion goals via `POST` request to a specific customer's endpoint. The request includes a `customerId` path parameter and a JSON request body with operations to perform and a `validateOnly` option. Operations are specified within the `operations` array. The successful response includes a JSON body with a `results` array, detailing each operation's outcome. This process requires `https://www.googleapis.com/auth/adwords` OAuth scope.\n"]]