Re: curl --data_raw doesn't work. neither does -d

2020-08-26 Thread David Scott
I figured it out: There can be no spaces between the --header and --data AND campaign.status needs to be just status David Here is the code that works: curl --request POST 'https://googleads.googleapis.com/v4/customers/{customer_id}/campaigns:mutate' \ --header 'Content-Type: application/j

curl --data_raw doesn't work. neither does -d

2020-08-26 Thread David Scott
Request: From: https://developers.google.com/google-ads/api/docs/rest/example-workflow curl --request POST 'https://googleads.googleapis.com/v4/customers/{customer_id}/campaigns:mutate' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {authorization_code}' \ --heade