Google connection timeout values for AdHoc reporting

2012-01-20 Thread k.m.public.01
AdHoc reporting is now through a synchronous http POST. Is there a limit imposed on Google's end as to how long it will allow that connection to be open? I thought that I had read this in the documentation somewhere, but I can't find it. Thanks for the help, k.m. -- =~=~=~=~=~=~=~=~

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Kevin Winter
Hi Dmitriy, Could you please email me off-list with the specific account this report is run against as well as an example of the report you are receiving? - Kevin Winter AdWords API Team On Friday, January 20, 2012 10:17:43 AM UTC-5, Dmitriy wrote: > > Hi Kevin, > I have try this: > $repor

DeveloperToken in reports rollback

2012-01-20 Thread Kevin Winter
*Based on recent AdWords API forum posts, many of you are unaware that on January 17th we began requiring a developer token in all post v13 report downloads. As a result, we are temporarily rolling back this change to give you additional time to update your applications and upgrade to the late

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-20 Thread Kevin Winter
Hi Alexander, Unfortunately, while the DotNet library does expose the Captcha challenge, it does not provide any way to solve it and get an AuthToken: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/Common/Lib/AuthToken.cs#184 Could you please file an issue on the li

Download Client reports from a few days earlier

2012-01-20 Thread Sunil
Hello, I'd like to download Client Reports from a few days earlier. I do not see any date argument on the DownloadClientReport() method. How can I get the client reports? Thanks Sunil -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-20 Thread Alexander Nitschke
Hi Kevin, can you please tell me how to do this with the ASP.NET library? I really looked for AuthToken related methods or attributes but didn't find anything. Or another way of doing it (which I might even prefer) - is it possible to login with the MCC account and download the report once for ea

Re: UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

2012-01-20 Thread Mike Porter
David, We are getting the same error still in the latest API(V201109). Here is the soap messages: <- "POST /api/adwords/cm/v201109/UserListService HTTP/1.1\r\nAccept: */*\r\nContent-Type: text/xml; charset=utf-8\r\nUser-Agent: SOAP4R/1.5.8\r\nSoapaction: \"\"\r\nContent-Length: 1535\r\nHost:

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-01-20 Thread Peter S.
The DotNet Client does make the HTTP post with the report definition xml. That example was prior to the release of the DotNet Client API code being released but if you look under the hood its close to the same but with the API code writing to xml for you from a ReportDefinition. I should know it w

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Dmitriy
Hi Kevin, I have try this: $reportDefinition = new ReportDefinition(); $reportDefinition->selector = $selector; $reportDefinition->reportName = 'Ad performance report #' . time(); $reportDefinition->dateRangeType = 'YESTERDAY'; $reportDefinition->reportType = 'AD_PERFORMANCE_REP

Sandbox and Reports dataset

2012-01-20 Thread Anibal Sanchez
Hi, we are looking to develop a reporting tool oriented to our clients. We have access to the sandbox (but it's empty), and we are waiting for our MCC Api Token Access. Is there any way to develop with the Sandbox and a full sample data set a reporting tool ? Load a three-month data set ? Or

Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''???

2012-01-20 Thread Eric Koleda
HI Sunil, Yes, I believe this indicates that you are sending it successful. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Could not read report - Performance Search Query Report

2012-01-20 Thread u_api_user
Hi Adwords-Team, today we noticed a problem when requesting a search query performance report. We received the error message "Could not read report" using a date range from 10.05.2011 to 18.01.2012. Using another date range f.i. 21.12.2011 to 20.01.2012 works without any problems. The date is the

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Kevin Winter
Hi Dmitriy, The includeZeroImpressions field defaults to TRUE. This field gives you the option of setting it to false to exclude zero impression rows without having to request a column designated as excluding zero impressions. However, if you include such a column, zero impression rows WILL

DotNet Library Upgrading to v201109 AdHoc Reports

2012-01-20 Thread aengland
I am using the DotNet Client Library and want to be sure I am retrieving my report properly. I followed the below example that says it is using the AdHoc Reports: http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.0/examples/csharp/v201109/DownloadAdhocReport.cs I am re

Re: [PolicyViolationError.POLICY_ERROR

2012-01-20 Thread Toono
Hi David, I believe there certainly is a bug when trying to include a '£' in the adParam, as a few people have posted about it on here, including myself : https://groups.google.com/forum/#!topic/adwords-api/1brwWMD3Cg0 adam -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Inconsistent errors during AdParam Upload

2012-01-20 Thread Peter Lanser
Hi David, first of all thanks for your help. Currently all our punctuation tests are green. However, the following is a subset of our test set including request ids (the given examples mutate an existing param): " €42" request id: 0004b6f217e0d8b80a3459e85dfc "€42 " request id: 0004b6f217e

LogDefaults do not log 200 http response

2012-01-20 Thread Dmitriy
Hello. I have set $user->*LogDefaults*(), but soap_xml.log filled only with 500 http response. Please, advise, how can it log 200 http response too? Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.c

CAMPAIGN_PERFORMANCE_REPORT additional fields

2012-01-20 Thread Tomasz Pajor
Hello, Can You please add adServingOptimizationStatus and Budget.BudgetDeliveryMethod to the CAMPAIGN_PERFORMANCE_REPORT? -- Best regards Tomasz Pajor -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Dmitriy
Hello Kevin. I have use this: ReportDefinition Object ( [id] => [selector] => Selector Object ( [fields] => Array ( [0] => AdGroupId [1] => AdGroupName [2] => AdGroupStatus