Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-26 Thread Chirag
Hello Takeshi, I am also facing the same issue with customer service since few days, its working for most but for few clients it is giving me error faultMessage=[OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.boulder.api.services.customer.GetAction]. requestId=0004f35cdb1621

How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-26 Thread Chris
Hi Guys, As explained in this blog post http://googleadsdeveloper.blogspot.com.br/2014/01/ensuring-reliable-performance-with-new.html there will soon be an enforced limit of 10,000 matching values when requesting reports with Selectors using the IN and NOT_IN operators. Currently I have an ap

Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello Zweitze, Thank you for your reply. As I mentioned earlier, we already do this (we are AdWords recommended practices - compliant :) ), but this doesn't fix our problem. Our problem is just with one of the AdWords services, the other ones we use are functioning as before. We also have a sta

Re: Will Google Adwords return data for yesterday ?

2014-02-26 Thread Zweitze
You will just get data that is known to server that handles your request. That API server may not be fully synchronized - at 3.00h you know it's synchronized. You can even ask for data of today - you get the registered data so far. I think you get an error when you ask for data in the future. A

Re: getting RATE_EXCEEDED

2014-02-26 Thread Zweitze
You should always read retryAfterSeconds - in the Topic Start it's 30 but different values may occur. For instance, if you have basic access to the API, you have 10,000 API calls in 24 hours. When you cross that limit too soon, you may have to wait for a couple of hours. Anyway - retryAfterSeco

Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello Calford, Thank you for your response. We already have error recovery systems. Our traffic volume (which is moderate-high), and the rate at which we get these errors (which is, on average, on the first 3 calls) make the usage of a 30s re-try policy quite inefficient (in other words, we hav

Re: How to Add and Get specific location for my campaign

2014-02-26 Thread Ashish Pathak
Hi, I'm also facing same problem please provide some code to set location for campaign. e.g I wan't to target USA how do i set that at the time of campaign creation. 'settings': [ { 'xsi_type': 'GeoTargetTypeSetting', 'positiveGeoTargetType': '

Fetching AdX conversion and impression data for placements

2014-02-26 Thread Rasmus Larsson
Pretty much what the title says, I'm trying to figure out how to get the API to tell me how well different placements are performing so we can automatically filter out badly performing placements and increase bidding on good sites. I've found that the reporting API can give me the data for indi

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Fred Cohen
Hi Danial, How far off that API release are we? roughly? weeks? months? Regards Fred *Fred Cohen* *Connected Worlds* *Websites** | **Marketing** | **IT Support** | **Telecoms* Tel: (+44)01603 819 133 Email: fredco...@connectedworlds.co.uk www.connectedworlds.co.uk Connected Worlds Ltd R

Missing data for some dates in CRITERIA_PERFORMANCE_REPORT for a particular campaignid

2014-02-26 Thread Alvaro T.
I'm using the CRITERIA_PERFORMANCE_REPORT to get all Search/Display data for my entire account (ClientId: 843-218-0673), for this month (Feb-2014). (Using API v201309) Everything looked good, until I realized that data for some days was missing for one particular campaignid. It's just in one ca

Will Google Adwords return data for yesterday ?

2014-02-26 Thread Kalyan Srinivas
Hi all, As stated on below link, Google refreshes/updates the previous day data by 3 am (London-GMT). https://support.google.com/adwords/answer/2544985 If we request yesterday's data before 3 am (around 12:30 am), will Google provide me any partial data or message like "No data found" ? Please

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:''

2014-02-26 Thread Rodrigo Ferreira
Workaround available at: http://stackoverflow.com/questions/21942174/adwords-api-expired-cookie-error -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Fred Cohen
Max, Danial pointed me to this blog when i asked the same question directly to him.. http://googleadsdeveloper.blogspot.com/2012/08/release-schedule-for-adwords-api.html The blog says "These major releases will occur 3 times per year: at the end of February, in the middle of June and at the e

Can I use the Adwords API for a domain search website?

2014-02-26 Thread Timothy White
I understand that this is a forum for technical questions. My question is more on the Terms of Service. If this is the wrong place to post this, can someone please direct me to the correct place? As far as I understand, the Adwords API can only be used for software that deals with bidding and m

keyword = 'Content ' in Keyword perfomance Report. Query.

2014-02-26 Thread tom
Hi, When running the keyword performance report, the keyword='Content' is visible and has metrics associated to it. Can you please advise what the association of this is? Many Thanks, Tom. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Danial Klimkin
Hello Max, Please follow our announcements on the blog. Unfortunately I can not tell more than the original blog post says. -Danial, AdWords API Team. On Tuesday, F

CtrSignificance in Reports

2014-02-26 Thread Matthew
Hello, I am trying to access field CtrSignificance at KEYWORDS_PERFORMANCE_REPORT. But I am always getting "--". How could I access this values? Is there any field description? Is there any sample? Kind regards, Matthias -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: getting RATE_EXCEEDED

2014-02-26 Thread calford
Hi Vlad, the way I 'fixed' it was to catch the Exception (SoupFault) and wait the indicated amount of seconds before trying again automatically (30 seconds in my case). That should get you going until they fix whatever is happening On Wednesday, 26 February 2014 14:18:05 UTC+1, Vlad Zloteanu w

Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello, We have the same behaviour, only on TargetingIdeasService (we get exactly the same response). We are experiencing this since today (yesterday we did a good amount of requests, everything worked fine). We have tested it on all our accounts managed by our main MCC. Even if we wait 1h, the

Re: AdWords oauth will not connect when using Read only access level logins

2014-02-26 Thread TJ
Confirmed yes, we are using Customer Service. And similar to the other posting, we are getting this response OperationAccessDenied.ACTION_NOT_PERMITTED. And the login type (read only) has been set that way for years and this bug just started happening in early February. We fixed it temporarily

getting RATE_EXCEEDED

2014-02-26 Thread calford
Hi, Today I started getting RATE_EXCEEDED errors when querying the API. Since i have not made any calls during the day I thought my account had been compromised. I changed the password and I reset the token. But i am still getting the same error. Is there a new limit on the API? this is what