Problem sending data to report download server for Keywords Performance Report

2016-05-17 Thread kahing
I am consistently getting ReportException: Problem sending data to report download server/SocketTimeoutException for this query on one of the accounts: SELECT Date, AccountDescriptiveName, Criteria, AdNetworkType1, Status, CampaignName, AdGroupName, SystemServingStatus, KeywordMatchType, Id

Re: Как сделать чтобы ответ приходил на английском языке

2016-05-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I'm following up with the engineers on this one. I'll reply back as soon as I have an update. Thanks, Josh, AdWords API Team On Tuesday, May 17, 2016 at 2:39:41 AM UTC-4, treto1ct...@gmail.com wrote: > > В аккаунте у меня был указан английский: > > >

Re: Any simpler way other than listing fields to fetch campaigns?

2016-05-17 Thread Peng Xi
Thank you, Peter. On Tuesday, May 17, 2016 at 12:59:25 PM UTC-7, Peter Oliquino wrote: > > Hi, > > You must specify fields in the selector > > in > order to get campaigns. Alternatively you can run

Re: Any simpler way other than listing fields to fetch campaigns?

2016-05-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You must specify fields in the selector in order to get campaigns. Alternatively you can run CAMPAIGN_PERFORMANCE_REPORT

Re: Link Google My Business feed / location extension & MCC account

2016-05-17 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The AdWords API support the Google My Business location link to your ads. Our Location extension guide provide example of how to create business locations using th

Re: BatchJob Cancelled Unknown / Internal Error

2016-05-17 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, What percentage of your batch jobs are failing this way, with UNKNOWN errors? Is it just this one or are there many others? The general best practice to do in cases like this is to simply retry the batch. If this is happening more consistently, however, I may be able to take a closer lo

Any simpler way other than listing fields to fetch campaigns?

2016-05-17 Thread Peng Xi
To get the campaigns, does it have to specify list of fields in CampaignService.Selector? Is there any direct service or simpler method to make it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus

Re: Campaign remaining/spent(used) amount

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Sachin, You can get the *Amount *and* Cost* by running the *CAMPAIGN_PERFORMANCE_REPORT *. However, the Cost will return 0 value since you are using test accounts

Re: Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. Hi i am using adwords Api v201506 a

2016-05-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You are encountering this error because the API version that you are using has sunset on 04/13/2016. Please upgrade to the current working version ( v201603 ). You may also refer to this guide

BatchJob Cancelled Unknown / Internal Error

2016-05-17 Thread goingdev
I have jobs that get cancelled Error: BatchJobProcessingError.UNKNOWN, FieldPath: , Trigger: BatchJob internal error All my jobs have a max of 2,000 operations. One example is job ID 142232633. Why did this job get cancelled? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Proximity reporting

2016-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Charles, You can use the *Reply privately to author* option when responding to send the details to me privately. Could you also provide the report definition used along with your clientCustomerId? Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: batch-jobs taking too long or hanging indefinetely

2016-05-17 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We are continually working to improve the performance of the BatchJobService. Reports like these really help narrow down specific problems, but since our progress on improvement is incremental, we aren't able to update here every time something changes. Know that we take these reports s

Campaign remaining/spent(used) amount

2016-05-17 Thread Sachin Kumar
Hello I am using ad words api v201603 and* I want to show particular campaign remaining and spent amount?. *I am using test account credentials and getting all campaign and clients perfectly. Any help is appreciated. Thanks & Regrads Sachin Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: batch-jobs taking too long or hanging indefinetely

2016-05-17 Thread Stefano Fontana
Hello Michael, Is there an update about this? Best, Stefano- On Tuesday, May 3, 2016 at 5:56:02 PM UTC+2, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Engineering has found the root cause of this issue. Upon further > investigation, it seems that in all these cases the job execu

Link Google My Business feed / location extension & MCC account

2016-05-17 Thread Vlad Zloteanu
Hello, We manage our clients' accounts passing through our MCC (controlled by an unique m...@myagency.com account). I would need to link a client's GMB account (to add a customer location extension), but I can only link the "m...@myagency.com" GMB account. This does not work neither on the inte

Re: How do I set account level and campaign level spend limit using adwords api?

2016-05-17 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, You can set campaign budgets by using the Budget Service . You may want to consider using shared budgets, which shares your budget across multiple campaigns. For account level budgets, you can use the Budget Order Service <

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, Sorry for the delay. Glad to hear that the DUPLICATE_ELEMENT error was fixed. For this ascii error, you can file an issue in the python client library's issue tracker to track the analysis and resolution of this problem. Th

Re: Proximity reporting

2016-05-17 Thread Charles Serra
Thanks for answering me. I'm using dotnet api and C#. I tried what you said on an account where proximity areas are important. I asked for a report of the latest 3 months, but no "CriterionType" has the value Proximity. Is it possible to switch to a private conversation? I'l give you the custom

Re: Using Python AdWords API Library, AWQL download has spaces in header names

2016-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mike, The AdWords API doesn't have any methods to change the display text of the column names for reports. I would suggest that you change the column names yourself after downloading the report using some sort of parsing function. If not having column headers is an option, then you could exc

Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''.

2016-05-17 Thread Bhupinder Staplelogic
Hi, i am using adwords Api v201506 but i am getting this error Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. Hi i am using adwords Api v201506 a

2016-05-17 Thread Bhupinder Staplelogic
Hi, i am using adwords Api V201506. The adwords Api working Fine before this but now i am getting this error *"Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''.Thank you* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How do I set account level and campaign level spend limit using adwords api?

2016-05-17 Thread kenildomadia
I am trying to set spend limit at account and campaign level using adwords api. I know I can set daily budget for campaign. But I want to set, for ex, 500$ spend limit for any particular campaign or 1000$ spend limit for any account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also