RE: Request is missing required authentication credential

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Can, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. To further investigate the issue, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client librarie

RE: Billing country, Time zone & Currency not set in Test Manager Account

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. I can see that you have created an email thread with us with the email subject ‘Billing country, Time zone & Currency not set in Test Manager Account’. For better issue tracking, I suggest you continue our discussion on that thread

RE: How to get the ads value?

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oleg, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. Upon checking this thread. It appears that your issue is resolved now. With this, our team is happy to hear that. If you have further questions / concerns for our team, please feel free to get back t

RE: Cannot add image extensions to campaign in batch operation

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mihaly, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. To further investigate the issue, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client librari

Re: How to get the ads value?

2022-10-23 Thread Oleg Disrupt
I found a solution On Saturday, October 22, 2022 at 8:21:33 AM UTC+9 Oleg Disrupt wrote: > Hello > I want to get the ads values such as clicks, impression, ctr, etc from > customerid, campaignsid, adgroups id. > Thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

RE: invalid_grant

2022-10-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Can, I am Carmela from the Google Ads API team. Thank you for updating us. We are glad to hear that the issue has been resolved. However, please feel free to get back to us if you have Google Ads API concerns and provide more details to it so that we can give support to you. Regards, Carme

Question about BatchJobs

2022-10-23 Thread julian selser
Greetings, I have the following questions: 1. How do I list batch jobs in my account? *NOT* *the operations inside a batch job* but all the batch jobs in my account. 2. Are Batch jobs limit of 100 per manager account or I can have more jobs if I create subaccounts? 3. The option to cancel job

Migrating product partition report from adword api (deprecated) to ads api

2022-10-23 Thread mubbashar husain
Hi Support, I want to replicate my work which I had done for adword API which is deprecated now. I was downloading the product-partition-report https://developers.google.com/adwords/api/docs/appendix/reports/product-partition-report#id Now for the ads API which is best suitable report for the alt

Cannot add image extensions to campaign in batch operation

2022-10-23 Thread Mihály Balás
Hello, We have a large-scale application which deploys hundreds of campaigns daily. We are currently trying to incorporate logic which adds Image extensions to Search campaigns based on some business criteria. Our application deploys the campaigns in a batch operation. I have tried to implemen

Re: invalid_grant

2022-10-23 Thread Can Manisalı
Solved. 21 Ekim 2022 Cuma tarihinde saat 23:16:39 UTC+3 itibarıyla Can Manisalı şunları yazdı: > Hi, > When I send request to get access_token I get this response. I couldn't > find an error in my request. > { error: 'invalid_grant', error_description: 'Bad Request' } > > Thanks in advance for

Request is missing required authentication credential

2022-10-23 Thread Can Manisalı
Hi, *I am sending my request like this:* *var request_body={* *"query" : "SELECT campaign.name , campaign.status, metrics.impressions,"+ "metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.cost_micros"+* * "FROM campaign ORDER BY campaign.id