Re: Read timed out on API calls

2016-09-13 Thread Tomas Rimkus
We are running Amazon EC2 instance located in Frankfurt, Germany. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, we're also running on AWS services located in Frankfurt, Germany. Stefan Am Dienstag, 13. September 2016 16:34:46 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for sending over the details of your reporting request. What's odd > is that I ran that same

USER_PERMISSION_DENIED

2016-09-13 Thread digital
Hi, I have a MCC account with a Basic Access developer token. I can successfuly create objects such as the following: from googleads import adwords import logging adwords_client = adwords.AdWordsClient.LoadFromStorage() adwords_client Out[59]: This is my googlead.yaml file: adwords:

Re: How do I modify the shopping campaigns Inventory filter using Google Adwords API

2016-09-13 Thread Peter Robles
Hi I got same issue. I'd like to add an inventory filter at campaign level to restrict products available for the campaign. I can't find the way to do it via AdWords API On Wednesday, 30 September 2015 22:51:44 UTC+1, Umesh Dengale wrote: > > Hello, > > In the AdWords API, you could use

Re: Custom Affinity in Criteria perfomance report

2016-09-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Igor, Could you provide the complete report definition you are using to download report data along with a sample report in which the custom affinity audience criteria are missing? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, sorry for the second post but I did not read it completely first. The failed request was also retried on our side and went through without problems (definitely less than 4 minutes). Thanks, Stefan Am Dienstag, 13. September 2016 16:34:46 UTC+2 schrieb Josh Radcliff (AdWords API

Re: Read timed out on API calls

2016-09-13 Thread Christian
Hi, we are in AWS Frankfurt as well. Could be relevant: we are use AWS' managed NAT service. Best, Christian On Tuesday, September 13, 2016 at 5:08:03 PM UTC+2, Stefan Kleine Stegemann wrote: > > > Hi Josh, > > sorry for the second post but I did not read it completely first. > > The failed

AdWords API v201603 not authorizing to get oauth_refresh_token, oauth_register_email and client id

2016-09-13 Thread Naresh kumar
Hi below my code , i am using it to get oauth_refresh_token, oauth_register_email and Client Id when user click on Link to Ad-wards account link from my web tool. So that i can fetch keyword from user's Adwards account offline. this code was working perfect but with v201603 it is not giving

Re: USER_PERMISSION_DENIED

2016-09-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you please provide me with the full SOAP request and response that resulted in this error? Please do so using *reply privately to author.* If you do not have logging enabled, you can do so by following these instructions

API Pull with Read Only Access

2016-09-13 Thread Bill Jackson
We would like to give a client Read Only Access to an account. They intend to connect that account to their reporting tool via API. Would it be possible for our client to access an account with API credentials if their login is at the Read-Only level? -- --

Re: How to choose and implement google adwords API

2016-09-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, I had to delete your post from the forum because it contained private information (developer token etc). In the future, please ensure you redact sensitive information from your text before posting on the forum. In case it is absolutely necessary, please click on *Reply privately to author

How do I add inventory filter to a shopping campaign using Google Adwords API

2016-09-13 Thread Peter Robles
Hi I'd like to add an inventory filter at campaign level to restrict products available for the campaign. The idea is just to make available products with a certain value on custom_label_1 I can't find the way to do it via AdWords API.. is it related to ProductPartion? If so, are there any

Re: Migration guide 201601 not available (need a copy)

2016-09-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anthony, I'm afraid the v201601 migration guide isn't available. You can skip migrating to v201601 and migrate directly to one of the available versions . Please do get in touch with us via this forum if you face any problems

Re: How do I modify the shopping campaigns Inventory filter using Google Adwords API

2016-09-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Peter, Since this is an old case, could you please post a new thread for easier tracking purposes? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Get Search volume for keywords for multiple Country(GeoTarget)

2016-09-13 Thread vj
Hi, I was working on keywords research using adwords api. Using adwords api I can able to get Keywords stats like SEARCH VOLUME for specific location and its return result is for that specific country. Now, is there any way to pass multiple location id(Country) and get Search Volume for each

Re: API Pull with Read Only Access

2016-09-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Bill, If you give your client read-only access , they will be able to use the API once they generate credentials. They will not be able to change anything (e.g, create campaigns, pause/enable campaigns) but they will be able to

Re: GetCustomers method in CustomerService in v201607 returns multiple customer ids back!

2016-09-13 Thread Karan Vohra
Hi Anthony, I dont have the SOAP request logged. We are working on implementing that. I have sent you the list of customer ids being returned. Will that help? Kindly reply here as i am not receiving the private responses somehow from you. Thanks and Appreciate the help! On Tuesday, September

how to search by kewordid in search query performance report

2016-09-13 Thread Arnab Ganguly
Hi, I am unable to filter search query performance report using keywordId. 'predicates': [ { 'field': 'KeywordId', 'operator': 'EQUALS', 'values': [1X] } ], It is saying invalid predicate "KeywordId" as a workaround I

Re: how to search by kewordid in search query performance report

2016-09-13 Thread 'Joyce Lava' via AdWords API Forum
Hi Arnab, The KeywordId field in the Search Query Performance Report has Filterable =

Re: GetCustomers method in CustomerService in v201607 returns multiple customer ids back!

2016-09-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karan, There were no changes as far as I know. It should currently only return one customer Id. Could you please reply privately the SOAP request and response so I can see what is going on? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: AdWords API v201603 not authorizing to get oauth_refresh_token, oauth_register_email and client id

2016-09-13 Thread Naresh kumar
Hi Anthony Thank you for you reply. Here http://pastebin.com/3R14ZzQB i am sharing my piece of code. Case: User click on Link to Adwards account from my web application and with this admin_oauthCallBack() will call and it will send to gmail to authentication. This is working perfect as it

Re: Incnosistency in quality score between API v210605 and v201607

2016-09-13 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Radoslaw, Let me check with engineering and get back to you. Best, Thanet, AdWords API Team On Tuesday, September 13, 2016 at 8:04:16 PM UTC+9, Radosław Pociecha wrote: > > Dear AdWords Team, > > We observed different values returned in column qualityScore in >

Re: Read timed out on API calls

2016-09-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Stefan, Thanks for sending over the details of your reporting request. What's odd is that I ran that same request and it returned in ~4 minutes. *Everyone who is watching this thread:* Could you let me know which region or country your hosts reside in, provided you are comfortable sharing

Re: Error: Missing report definition

2016-09-13 Thread Pierre Rudolfsson
Hi Josh, Thank you very much, that did the trick! At least I now get an authentication error suggesting that the structure of the query is correct. //Pierre On Friday, September 9, 2016 at 3:55:32 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Pierre, > > I'm not sure if this will

Re: store visits - how to get this metric?

2016-09-13 Thread 'Joyce Lava' via AdWords API Forum
Hi Robert, Yes, you will need to select the AllConversions field together with the ConversionCategoryName

Re: store visits - how to get this metric?

2016-09-13 Thread Robert Rodakowski
Yep, it works :) Thank you Joyce! W dniu wtorek, 13 września 2016 10:42:13 UTC+2 użytkownik Joyce Lava napisał: > > Hi Robert, > > Yes, you will need to select the AllConversions > >

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-13 Thread Pippo
Unfortunately I'm not allowed to publish neither the adgroupid nor the id in a public forum, I'm sorry... However I've even tried to use DownloadReportAsStream function, using different download formats, and the result is the same: I can see keywords like: "+aaa +bbb" (and KeywordMatchType is

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, as an additional information, our main problem seems to be the AdWords management API, not the reporting API. The latter is giving us timeouts as well but we are usually talking "only" about minutes here. The main problem are the services (TrafficEstimatorService, CampaignService,

Re: API Bug - invalid value for Float(): "NaN"?

2016-09-13 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The engineering team has implemented a fix that should prevent NaN values in this case. Please let me know if you're still having difficulties. Regards, Mike, AdWords API Team On Tuesday, December 15, 2015 at 8:57:20 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hello, > >

Incnosistency in quality score between API v210605 and v201607

2016-09-13 Thread Radosław Pociecha
Dear AdWords Team, We observed different values returned in column qualityScore in KEYWORD_PERFORMANCE_REPORT: in one example account for v201605 we get 16 keywords, all with attribute hasQualityScore='true' and all keywords has some meaningful qualityScore, while for v201607 we get all 16

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, is there any update on this issue? The situation is still the same and we haven't noticed an improvement over the past days (it also did not get worse, though). Thanks, Stefan Am Freitag, 9. September 2016 19:49:14 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > >

Re: Migration guide 201601 not available (need a copy)

2016-09-13 Thread Toony
Hello Shwetha, Thank you for the quick reply, My customer have an application with the AdWords API v201509 and i have to make it compliant with the AdWords API v201607, To achieve my work i need to check all the modification made since the AdWords API v201509 releasing, I have already checked

Re: How to choose and implement google adwords API

2016-09-13 Thread TOTHETOP Software
Hi Vishal, Thanks for the replay I have used below steps for it Request a developer token - I got developer token Create test accounts

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you send the IDs *only to me* by clicking *Reply privately to author* on this message? Thanks, Josh, AdWords API Team On Tuesday, September 13, 2016 at 5:39:28 AM UTC-4, Pippo wrote: > > Unfortunately I'm not allowed to publish neither the adgroupid nor the id > in a public forum,

Re: ConversionValue - wrong number format returned by the API

2016-09-13 Thread Chirag
Hello All, Yes, I am also facing same issue while any field type is double, like for conversions more than 1000 I am facing same issue. Please let me know, if there is the functionality. Thanks, On Tuesday, 13 September 2016 07:22:44 UTC+5:30, Marcelo Siqueira wrote: > > Hi, > > I'm trying

Re: ConversionValue - wrong number format returned by the API

2016-09-13 Thread 'Joyce Lava' via AdWords API Forum
Hello, Could you please send me the example SOAP request/response or report definition that shows the field with Double data type with comma in the returned value? Please use *reply privately to author* when replying. Thanks, Joyce, AdWords API Team -- --

store visits - how to get this metric?

2016-09-13 Thread Robert Rodakowski
Hello, I'm trying to get store visits metric (conversions). Although, I can see this metric in AdWords UI, I'm not able to get this kind statistics using API (CAMPAIGN_PERFORMANCE_REPORT, KEYWORDS_PERFORMANCE_REPORT). As I understand,

Re: store visits - how to get this metric?

2016-09-13 Thread Robert Rodakowski
Ok, found it by myself :) To get statistics also for tracker id = 239, it is required to get also "AllConversions" column. W dniu wtorek, 13 września 2016 09:57:30 UTC+2 użytkownik Robert Rodakowski napisał: > > Hello, > > I'm trying to get store visits >

Re: Read timed out on API calls

2016-09-13 Thread Tomas Rimkus
I can confirm that the issue is still present. At least one report download failed after multiple retries due to read time-out on our end. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Custom Affinity in Criteria perfomance report

2016-09-13 Thread Igor Selitskiy
It happens with all our accounts using this criteria type. Check for example clientCustomerId 260-270-8616 for Sept 02 AdGroupId 26627114405 . On Friday, September 9, 2016 at 8:52:51 PM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > The clientCustomerId you have provided