Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев
I call this report, as before, through curl. This should work, right? This is exactly how the old report works for me. четверг, 21 октября 2021 г. в 20:59:22 UTC+3, Василий Рогачев: > > https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds > > > __fmt=TSV&a

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-21 Thread Василий Рогачев
https://googleads.googleapis.com/v8/customers/CUSTOMER_ID/googleAds __fmt=TSV&__rdquery=SELECT segments.date, campaign.id, campaign.name, ad_group.id, ad_group.name, metrics.impressions, metrics.clicks, metrics.cost_micros FROM ad_group WHERE ad_group.status IN ("ENABLED","PAUSED") AND segmen

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-20 Thread Василий Рогачев
And what url should be called? Previously it was https://adwords.google.com/api/adwords/reportdownload/v201809 среда, 20 октября 2021 г. в 17:33:01 UTC+3, adsapi: > Hello, > > Thanks for reaching out. You can use the Query Migration Tool >

migration ADGROUP_PERFORMANCE_REPORT

2021-10-19 Thread Василий Рогачев
Good evening! How to go from a request SELECT Date, CampaignId, CampaignName, AdGroupId, AdGroupName, Impressions, Clicks, Cost FROM ADGROUP_PERFORMANCE_REPORT WHERE AdGroupStatus IN [ENABLED, PAUSED] DURING LAST_7_DAYS to the new version of the Google Ads AP

extension for ads

2020-12-19 Thread Василий Рогачев
Hello! How do I get the url from ad extensions? In AD_PERFORMANCE_REPORT you can get? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

DEVELOPER_TOKEN_PARAMETER_MISSING

2020-02-24 Thread Василий Рогачев
Hello! [primary_port] => 443 [local_ip] => 87.236.01.01 [local_port] => 27441 [request_header] => POST /v2/customers/11/googleAds:search HTTP/1.1 Host: googleads.googleapis.com User-Agent: curl, gzip Accept: / Authorization: Bearer ya29.a.. develope

Re: Get Balance Api Adwords

2020-02-21 Thread Василий Рогачев
the Cost value from the Account Performance Report - How to get it? On Friday, February 21, 2020 at 10:47:01 PM UTC+3, adsapiforumadvisor wrote: > > Hi, > > Thanks for reaching out. The way mentioned to calculate the balance is by > subtracting the spending from the pre-set budget on the account

Get Balance Api Adwords

2020-02-21 Thread Василий Рогачев
Hello. "Balance information is still not directly available via the AdWords API. Please continue to follow our blog for updates. However, as a workaround, you can compute the remaining balance by subtracting the total Cost

Re: Post request for a report

2019-12-11 Thread Василий Рогачев
really looking forward to your response! On Wednesday, December 11, 2019 at 1:02:30 AM UTC+3, adsapiforumadvisor wrote: > > Hello, > > Thanks you for reaching the support. The error "The server encountered a > temporary error and could not complete your request" could be a transient > error. Co

Re: Post request for a report

2019-12-11 Thread Василий Рогачев
Your message to *adsapiforumadvi...@gmail.com* has been blocked. See technical details below for more information. How then to send a message? вторник, 10 декабря 2019 г., 20:52:18 UTC+3 пользователь Василий Рогачев написал: > > > Good afternoon! > > First time working with

Re: Post request for a report

2019-12-10 Thread 'Василий Рогачев' via AdWords API and Google Ads API Forum
$url = 'https://adwords.google.com/api/adwords/cm/v201809'; at the top in the code вторник, 10 декабря 2019 г., 20:52:18 UTC+3 пользователь Василий Рогачев написал: > > > Good afternoon! > > First time working with the Adwords API. Before that, I worked with &

Post request for a report

2019-12-10 Thread 'Василий Рогачев' via AdWords API and Google Ads API Forum
Good afternoon! First time working with the Adwords API. Before that, I worked with Google's Contats API and there were no problems. And here I do not quite understand why the request is not fulfilled? The program code in php below. An example of a query took https://developers.google.com/adw