Creates, updates or removes campaign conversion goals. Operation statuses are returned.
HTTP request
POST https://googleads.googleapis.com/v16/customers/{customerId}/campaignConversionGoals:mutate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customerId |
Required. The ID of the customer whose campaign conversion goals are being modified. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"operations": [
{
object ( |
Fields | |
---|---|
operations[] |
Required. The list of operations to perform on individual campaign conversion goal. |
validateOnly |
If true, the request is validated but not executed. Only errors are returned, not results. |
Response body
Response message for a campaign conversion goal mutate.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"results": [
{
object ( |
Fields | |
---|---|
results[] |
All results for the mutate. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.