This is what I tried: I sent POST request to this : url = 'https://googleads.googleapis.com/v11/customers/6074981807/campaigns:search' And this is the body: params = { "query": "SELECT campaign.id, campaign.name, campaign.status FROM campaign ORDER BY campaign.id" } response = await aiohttp_session.post(url, json=params, headers=headers)
But I receive 404 status. Which is correct URL to get all customer campaigns ? Thanks in advance. On Monday, September 5, 2022 at 2:14:34 PM UTC+3 Anna Lysak wrote: > Hi again, > > Could you please help me to find documentation to get all customer > campaigns ? what query should I send and where ? > > Thanks in advance. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/74be0bb9-e1a3-4f65-93b1-58b61e2befc8n%40googlegroups.com.