Thank you very much! It works!
On Monday, September 5, 2022 at 9:58:23 PM UTC+3 adsapi wrote:
> Hi Anna,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> The URL sent is incorrect, and this is the reason you received the error
> 404. Instead, you may use the ‘
> *https://googlead
Hi Anna,
Thanks for reaching out to the Google Ads API Forum.
The URL sent is incorrect, and this is the reason you received the error 404.
Instead, you may use the
‘https://googleads.googleapis.com/v11/customers/6074981807/googleAds:search' to
get all the campaigns.
Following are the two end
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_sess
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~