AD_PERFORMANCE_REPORT dimensions and metrics

2016-12-08 Thread Subhash Deshmukh
Hi everyone, I am fetching AD_PERFORMANCE_REPORT using AdWords API(python SDK). I need to get *Campaign type* and *Converted clicks *as columns in report. I checked the AD_PERFORMANCE_REPORT official documentation(all fields), but there are no such field that can get me those values. How

Re: Is there a way to get final urls for each keyword from api

2016-12-08 Thread Yali Wang
Thanks a lot Peter, I just tried, they works ! Do you know if we can change the final urls for each keywords by api call ? Thanks in advance. On Wednesday, November 23, 2016 at 10:38:50 PM UTC-8, Peter Oliquino wrote: > > Hi Yali, > > I tried your code using my test account and was able to get res

Re: An existing connection was forcibly closed by the remote host

2016-12-08 Thread Caihua Du
Hi Anthony, Do you have any update? We saw new failures today in which the IO connection get terminated after 5 mins while we are downloading report file. Please let us know if this is expected or not. Thank you! Caihua. On Wednesday, December 7, 2016 at 10:19:32 PM UTC-8, Caihua Du wrote: > >

Re: Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread Caihua Du
Hi Sreelakshmi, Please let me know if you have any update, we want to root cause this issue so that we can fix from our side. Just want to confirm if the 85 calls within a minute can possibly reach the rate exceeded error. thanks! Caihua. On Thursday, December 8, 2016 at 4:15:33 PM UTC-8, Cai

Re: Target goals via API

2016-12-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to our guide on how to link your AdWords API account to your Google Analytics account. Once done, you may then refer to this page on how to import your

Target goals via API

2016-12-08 Thread Hot Lead
Hi Need help with goals from analytics to adwords via API. We are send goals from our system to analytics but system create new campaign http://prntscr.com/dh411r How we can merge goals from api with main adwords campaigns? All goals working good http://prntscr.com/dh41bn -- -- =~=~=~=~=~=~=

Re: RateExceededError while adding blocked IP addresses

2016-12-08 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, The rate exceeded error with scope of ACCOUNT can still occur even with Standard access. You will need to run less operations at the same time. Please see our list of Best Practices for some suggestions on how to optimiz

Re: Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread Caihua Du
Oh, btw, we are calling get method (as you can see from the call stack), and it shouldn't be a mutable operation, right? On Thursday, December 8, 2016 at 4:14:10 PM UTC-8, Caihua Du wrote: > > Thank you Sreelakshmi. Is it possible for you to get back some numbers > like which limit we break? 85

Re: Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread Caihua Du
Thank you Sreelakshmi. Is it possible for you to get back some numbers like which limit we break? 85 per min doesn't sounds like a crazy number, but maybe it's violate the adwords policy. I just want to confirm. I can send you the custmoer id privately if that helps, thanks! On Thursday, Decem

Re: RateExceededError while adding blocked IP addresses

2016-12-08 Thread PS
Thanks for the quick response. This means we can't update all of our campaigns in a reasonable amount of time without applying for standard access? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus

Re: RateExceededError while adding blocked IP addresses

2016-12-08 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Prashant, Since the scope of your error is ACCOUNT, it does not have to do with the number of operations you are doing, instead it deals with the rate of how many operations you are doing per second. Here is a description

RateExceededError while adding blocked IP addresses

2016-12-08 Thread PS
Hi Guys, I'm trying to add 400 IP addresses to the IP Exclusion list to all of our campaigns. However, after updating only 10-12 campaigns, I get the following error: [RateExceededError ] As per this document , one mutate operation sh

Re: Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Caihua, Decomposing the error message that you have shared, it looks like the RateLimitExceeded error is with the Account rate scope. As you would have read in the document , this could be beca

Re: ConversionCategoryName not compatible with field Conversions?

2016-12-08 Thread Sam Shmeil
Hi, any update? On Tuesday, September 27, 2016 at 8:59:34 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Please see my responses below. > > Cheers, > Josh, AdWords API Team > > On Monday, September 26, 2016 at 12:10:14 PM UTC-4, Joe Rosenwald wrote: >> >> Why is it that the Convers

Re: Fatal Error: invalid_request

2016-12-08 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Burak, That error can come up for a number of reasons. It doesn't look like the same issue from September. Could you please start a new thread with your issue, so we can look at it separately? I believe it may have a different root cause. Thanks, Nadine, AdWords API Team On Thursday, De

Re: Time limit before OAuth2 access expires

2016-12-08 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Access tokens typically expire after an hour. You can generate a refresh token which automatically generates new access tokens for you after they expire. Refresh tokens do not expire

Re: Retrieving search volume data problem

2016-12-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Daphna, I'm afraid it's not possible to get the response as you suggest from TargetingIdeaService at the moment. I'll provide these suggestions to the team so they can consider these options. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Retrieving search volume data problem

2016-12-08 Thread Daphna Wegner
Thanks Shwetha, I wonder if there is any way to get the actual keyword that is getting the volume back from the request, in other words for querying the word "srecording studio" is it possible to get back the word that is getting checked ("recording studio") with its volume of 165,000 then I can

Re: Retrieving search volume data problem

2016-12-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Daphna, Thanks for providing this information. The response does seem to be inconsistent. I'll pass it along to the team for further investigation. Please note that TargetingIdeaService is not an exact equivalen

Re: Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread Caihua Du
Additional information: According to the SOAP log, we made around *85* calls during that min: 12/08/2016 09:44:08, and received the rate exceeded exception. Add according to the doc here: https://developers.google.com/adwords/api/docs/guides/rate-limits the rate is fluctuated, not fixed. So ca

Time limit before OAuth2 access expires

2016-12-08 Thread slalacasse
I would like to know the time limit before the authorization code expires (OAuth2 token access refresh) ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~

Re: AdWords API neighborhood issue in Poland in DoubleClick

2016-12-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Magda, Could you provide more details as to how they setup Geo targeting, so I can see what's wrong? In AdWords API, you can provide geographical targets using the Location , LocationGroups

Encountered errror when calling CampaignCriterionService: RateExceededError

2016-12-08 Thread Caihua Du
Hi AdWords team, We encountered several errors around 12/8 2am UTC - 12/8 3am UTC time when calling CampaignCriterionService. It reported that RateExceededError. I checked the existing posts before and seems like the request is associate with my "dev token". However, we don't have many request

Re: Fatal Error: invalid_request

2016-12-08 Thread Burak Karakan
Hello. I am having the same problem today. For like more than 8 hours, I am getting the "invalid_request" error from every request. I am trying to authenticate new users but keep getting the same error. I also tried 2 different web app client credentials, and in order to check if I something ha

Retrieving search volume data problem

2016-12-08 Thread Daphna Wegner
We are trying to get search volume data for keywords using TargetingIdeaService with 'requestType': 'STATS' to get the volume When looking for a word that has a misspell like "srecording studio" we get back from the API: attributes['KEYWORD_TEXT'] = srecording studio attributes['SEARCH_VOLUME

Re: Changing User Access For An Email Used in Adwords Scripts/API

2016-12-08 Thread adwordsapiadvisor+sreelakshmi via AdWords API Forum
Hi, To revoke access for the main email address, you need to ensure that at least one more email address has access to the account. That said, since this is related to impact on AdWords scripts, I would suggest that you post your query in the AdWords Scripts forum

Re: unable get why this error is coming

2016-12-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Bhanu, Could you please provide more details on how you got this error? Are you trying to run one of the examples in our Java client library ? If you happen to have the SOAP XML request and response logs for this API call, that can help me de

AdWords API neighborhood issue in Poland in DoubleClick

2016-12-08 Thread mbornos via AdWords API Forum
Hi There, My client implemented dynamic geo campaign into DoubleClick Studio. He used AdWords API canonical name from cities in Poland and their neighborhoods. However, after launching the campaign we noticed that this neighborhoods option doesn't work in Poland as there was a little precise i

Changing User Access For An Email Used in Adwords Scripts/API

2016-12-08 Thread elenibgear4music
Hello, What is the best thing to do if you need to terminate user access for the main email address used in Adwords scripts and ensure that your scripts are still running after user the change was made? I think that the emails cannot be replaced in Adwords therefore I was wondering if there

unable get why this error is coming

2016-12-08 Thread Bhanu Prakash Rao
SEVERE: exception occurred while calling backend method com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:239) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f