Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
First of all, I have done this process many times and it works perfectly on my local machine. I use OAuth to authenticate in for a new client we have been given Admin access for, like this: def init(self): oauth2_client = oauth2.GoogleRefreshTokenClient( client_id=self._client_id,

How can I know which account linked to our MCC account use old version API ?

2018-03-23 Thread hiroaki . idobata
Dear AdWords API Team I'm hiroaki. We have MCC account and our clients' AdWords account are linked to our MCC account to get Ads reports from their AdWords accounts. The other day, we receive the message about sunset old version API (v201705, v201708). The message says that our MCC account send

AdWords API Fatal Error (AdWords Editor)

2018-03-23 Thread lixing
Can someone please explain to me what this error message means and how to fix it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=

How can I know which account linked to MCC account use Adwords API?

2018-03-23 Thread hiroaki . idobata
Deer AdWrods API Team Hi, I'm hiroaki. I've received the message from Adwords API team about sunset v201705 and v201708. The message says that our MCC account has sent 4.18% of Adowrds API request to v201705 and v201708, but our application using Adwords API has already updated to use upper ve

Re: What is the Global location Criteria Id?

2018-03-23 Thread blair
. On Thursday, March 22, 2018 at 12:10:59 AM UTC-6, Mark Anthony Gutierrez wrote: > > Is there a global location criteria id for adwords locations? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

Deployment of AdWords Scripts from third party web application using AdWords API

2018-03-23 Thread jaspreet sohal
We are working on a school/client project and developing a web application that can manage MCC AdWords Account effectively and efficiently. We are using Python library to communicate with AdWords API. I was wandering if there is any way that the scripts written in JavaScript can be deployed to

Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-23 Thread alex . komisarz
Can I get an answer to my last question, does this mean if there are no errors in the ad that the policy summary will be NULL instead of including the 'policy approval status'? On Tuesday, March 20, 2018 at 12:35:22 AM UTC-5, Peter Oliquino wrote: > > Hi Alex, > > My apologies as well if I misse

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread Stefano Fontana
Solution is here https://github.com/googleads/googleads-python-lib/issues/261 On Friday, March 23, 2018 at 10:19:10 AM UTC+1, bl...@tomis.tech wrote: > > First of all, I have done this process many times and it works perfectly > on my local machine. > > I use OAuth to authenticate in for a new

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Matthew, Please check the guide for more details about the Parallel tracking . If you haven't already, please keep an eye on our blogs

Re: How can I know which account linked to MCC account use Adwords API?

2018-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hiroaki, If you upgraded a few days ago, it is likely that the email was referring to the API calls made within last 7 days. If you had migrated earlier, as you suspected, there might be other applications which are linked with your MCC which is making these API calls. Could you share the

Re: Deployment of AdWords Scripts from third party web application using AdWords API

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jaspreet, Java Script is not one of the supported client libraries for AdWords API. However, you could consider using AdWords Scripts instead which is based of Java Script. If you would like to explore that option, please reach out to the scripts experts via their forum

Re: AdWords API Fatal Error (AdWords Editor)

2018-03-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The ACTIVE_ADGROUP_FEEDS_PER_ACCOUNT limit applies to non-removed AdGroupFeed objects in an account. If a set of FeedItems are added as extensions to N AdGroups, it counts as N ad group-level

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As Stefano pointed out, could you try the suggestion on that thread? If that doesn't help, could you please post your issue there with the traceback? The library owner is better equipped to address this issue. >From the traceback

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
Thank you Milind, I'm aware of that guide on parallel tracking but it looks like it's been updated since my last visit and now says there will be the availability to opt out. Our tracking will break with this change. I'm looking forward to having API ability to opt-out as doing so manually

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
Actually doesn't say these's the ability to opt-out (I read it wrong... ), just the potential to opt-in early. We'll keep watching this post. It's cutting if very close between the roll-out of this feature and details on how we'll be able to control it both manually and through the API. If

Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2018-03-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Syam, No, this feature is still not supported in AdWords API. Most developers end up building their own preview tool as a workaround, so we've kept this feature as lower priority. Anash P. Oommen, AdWords API Advisor. On Thursday, March 22, 2018 at 1:54:20 AM UTC-4, syams...@synchroweb.com

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks Stefano, that was totally the issue! On Friday, March 23, 2018 at 8:24:52 AM UTC-6, Stefano Fontana wrote: > > Solution is here > https://github.com/googleads/googleads-python-lib/issues/261 > > On Friday, March 23, 2018 at 10:19:10 AM UTC+1, bl...@tomis.tech wrote: >> >> First of all, I h

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks for the quick replies, totally fixed my issue! Thought I had been banned somehow! On Friday, March 23, 2018 at 11:11:32 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > As Stefano pointed out, could you try the suggestion on that thread? If > that doesn't help, cou

Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Alex, The answer is "Maybe". Policy approval is asynchronous (including manual review steps), so you might not get back a PolicySummary field in response when you upload the ad. The only time you know for sure that the ad has no errors is when your ad's combinedApprovalStatus