Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
No, still fails from time to time. Currently I have only phone, can send a request in several hours. I think there is an issue on your side. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: RATE_EXCEEDED from CampaignService

2017-02-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caihua, To better look into the issue you are facing, could you send the SOAP request and response? You may reply using *Reply privately to author*. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread David Zuercher
We started getting this same error this afternoon. Python code running against the adwords api. Same credentials/tokens for at least 2 years. On Thursday, February 23, 2017 at 2:23:36 PM UTC-7, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and

Re: Issues with BatchJobService - jobs remain stuck

2017-02-23 Thread Mike
Hi Nadine Now in 24 Feb it's stuck again with job ID 449587116. Can you check what happen please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread PPC Developer
Hi, This is perplexing...Our solution uses OAuth2 with refresh tokens and we have multiple C# clients deployed on multiple machines running on windows, managing our accounts MCC child accounts. Suddenly, the clients all started having invalid_grant errors. This is a pretty stable code that

Re: Get all ads, keywords and sitelinks serving

2017-02-23 Thread Danny
Thanks Shwetha. Seems like using this approach I'll need to download a file - something I'd like to avoid. Is there a way to do this and get a JSON response instead? On Thursday, 23 February 2017 12:09:14 UTC-8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Danny, > > You can use AdWords

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The 'invalid_grant' error usually occurs when the authorization code or the refresh token is not valid (is expired, revoked, issued to another client etc). To fix this, you will need to generate the refresh token again. If you need instructions to generate a new one, please check our guide

Re: Get all ads, keywords and sitelinks serving

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Danny, I'm afraid AdWords API reports can only be downloaded in the formats listed here . You can retrieve the reports in one of the supported formats and use a parser to convert to JSON in your

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you enable logging and provide the SOAP request and response logs for the ManagedCustomerService.getPendingInvitations() request? Please use *Reply privately to author*

Re: How to filter Search Volume by Platform in TargetingIdeaService

2017-02-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sergio, SearchVolumeSearchParameter is used to set the search volume bounds on the results. SearchVolumeSearchParameter does take operation parameter, which in turn takes a maximum and a minimum limit. *Java code: * SearchVolumeSearchParameter searchVolumeSearchParameter = new

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread j.e.frank
We are also seeing invalid_grant errors just now. On Thursday, February 23, 2017 at 4:23:36 PM UTC-5, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and we > have multiple C# clients deployed on multiple machines running on windows, > managing

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
As additional information, it seems that the tokens are working "sometimes". For a few accounts, I created an AdWords session multiple times and occasionally, it works. That said, most of the times, it does not work. Best, Stefan Am Freitag, 24. Februar 2017 08:04:49 UTC+1 schrieb Stefan

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread David Zuercher
We generated new OAuth2 credentials through the https://console.cloud.google.com and then we were able to create new refresh tokens. Seems to be working so far. On Thursday, February 23, 2017 at 2:23:36 PM UTC-7, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread AdWordsApiUser
It seems to be a google wide issue: https://productforums.google.com/forum/?nomobile=true#!topic/gmail/Kfsx8YjqAS4 Any recommendation for hosted tools? It will be a lot of work if all users have to reauthorize permissions. On Friday, February 24, 2017 at 11:10:02 AM UTC+5:30, David Zuercher

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
Hi, we're also experiencing this issue for some hours now. For around 50 adwords accounts connected to our system, the refresh tokens suddenly stopped working. We're also getting the "invalid_grant" error message. It will be a lot of work to re-authorize all of the affected customers, any

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
Has this anything to do with this? https://twitter.com/search?q=google%20oauth=typd Am Freitag, 24. Februar 2017 08:20:00 UTC+1 schrieb Stefan Kleine Stegemann: > > > As additional information, it seems that the tokens are working > "sometimes". For a few accounts, I created an AdWords session

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Hi, Just sent Sreelakshmi Sasidharan an example of http request that I ran 10 times - 4 times got access token and 6 times the invalid grant error. This is a critical issue for us, so in case Sreelakshmi isn't available now - please somebody check it. On Thursday, February 23, 2017 at

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread AdWordsApiUser
Same Issue - many of our customers are affected. We are not able to refresh the tokens anymore. This is quite urgent. On Friday, February 24, 2017 at 2:53:36 AM UTC+5:30, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and we > have multiple C#

Re: Get all ads, keywords and sitelinks serving

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Danny, You can use AdWords API reports instead to retrieve Ads , keywords and sitelinks

RATE_EXCEEDED from CampaignService

2017-02-23 Thread Caihua Du
Hi AdWords team, We experienced many RATE_EXCEEDED error when calling CampaignService during 10:40AM -11:30AM 2/23/2017, PST time. They are coming from different customers. I would like to know if this is an AdWords service issue or the issue from our side. I can send the customer info and

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Same thing here. A long running code stopped working several hours ago due to this error, but now it seems to work again. With the same refresh tokens. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Creating a MCC test account.

2017-02-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Peter, Could you let me know which locale you are in? Also, if you wound up creating an account, could you send the email address for the account (or the customer ID) by clicking *Reply privately to author* on this email? Thanks, Josh, AdWords API Team On Wednesday, February 22, 2017 at

How to filter Search Volume by Platform in TargetingIdeaService

2017-02-23 Thread sergio . garcez
Hi there, I'm trying to construct a selector that allows me to request SEARCH_VOLUME or TARGETED_MONTHLY_SEARCHES stats for a specific Platform. I have been advised that there is a relationship between searchVolumeSearchParameter and Criterion or CriterionAttribute, but I haven't been able to

Re: Report service returning duplicate performance data for creative?

2017-02-23 Thread SOHAIR AHMAD
*Date in CAMPAIGN_PERFORMANCE_REPORT * also have the same issue if I need the Date (Day) then what should I do of these multiple records ? On Wednesday, 2 September 2009 13:49:19 UTC+6, Zweitze wrote: > > Try leaving out columns MaximumCPC and MaxContentCPC. > A short explanation is that these

No campaigns were found. [JAVA]

2017-02-23 Thread Guillermo Hernández
Hello, I have installed and configured the API correctly, but I am having problem when getting data. For example in GetCampaigns I get "No campaigns were found." My clientCustomerId is the production, and there are campaigns. That could be happening? Thank you, Guillermo -- --

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the access level of the login associated with the credentials used to accept the invitation? The access level of the login email applies to API requests as well. Only users with Administrative access can accept and reject manager account link requests. If these credentials

Re: No campaigns were found. [JAVA]

2017-02-23 Thread Guillermo Hernández
Hi Shwetha, Oh, I did not know that. Now if it works, thank you very much! Regards, Guillermo. El jueves, 23 de febrero de 2017, 14:17:05 (UTC-3), Shwetha Vastrad (AdWords API Team) escribió: > > Hi Guillermo, > > You will not be able to fetch campaigns from a manager account. Campaigns > are

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2017-02-23 Thread Патапоша Потапенко
The access level of customer acc is Administrative. But it does not connected to any manage acc yet. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ManagedCustomerServiceError.NOT_AUTHORIZED

2017-02-23 Thread Патапоша Потапенко
Hi! I'm trying to invite customers to my manage account using ManagedCustomerService and accept that invitation on behalf of the customer using this https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow) example. Here is my code: `flow =

Re: No campaigns were found. [JAVA]

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Guillermo, You will not be able to fetch campaigns from a manager account. Campaigns are associated with AdWords client accounts. If you set clientCustomerId in the API request to the ID of the AdWords accounts under your manager account, you'll be able to get the campaigns associated with

How to get report from specific date

2017-02-23 Thread Gustavo Mora Gonzalez
Hi, I want to download the data of a report from a date but no data is returned this is how my query looks like. How can I set de during period to get the report ? Thanks :) report_query = ('SELECT AverageCost, AverageCpc, AverageCpm, AveragePosition, Clicks, Date, Cost, Ctr,

Get all ads, keywords and sitelinks serving

2017-02-23 Thread Danny
Hi Is there a way to get all ads, keywords and sitelinks *serving* without checking whether the campaign *and* adgroup is enabled? Currently the only way I can think of is to get all enabled keywords (for example), and retrieve the adgroup and campaign (based on the IDs) it belongs to and

Re: Report service returning duplicate performance data for creative?

2017-02-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sohair, Do you mean you see duplicates when you add the Date field to the report? Could you please provide the SOAP XML report definition and the downloaded report where you see this issue? Please click on *Reply privately to author *when responding. Regards, Vishal Vinayak, AdWords API