I must use Node.js, curl and JSON, NOT library. So, I need endpoint and 
JSON data.
I'm coding with a test account and I'd like to make one campaign. Could you 
give me some examples of endpoint and JSON data?

for examples:
const endpoint = 
'https://googleads.googleapis.com/v1/customers/${customer_id}/campaigns:mutate'
;
const operations = {
      "operations": [
        {
          "create": {
            "name": "new API campaign 1",
            "status": "PAUSE",
            "start_date": "01/06/2019",
            "end_date": "01/09/2019"
          }
        }
      ]
    };
Is it correct? Response is returned statusCode: 200 AND body: {}, but no 
campaign.


Can I use Bulk Mutates? Can you give me an example of endpoint and JSON in 
that case?
https://developers.google.com/google-ads/api/docs/mutating/bulk-mutate


I think, Google Ads API team should announce endpoint and JSON examples for 
curl as soon. The official guide is very unfriendly.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64091221-f563-4793-a70b-8eb91e2fe827%40googlegroups.com.

Reply via email to