Re: API version stability, change management, and testing ad-hoc changes

2011-11-17 Thread pete
Hi Kevin The notable difference between this change and every other breaking change (that I can remember anyway) is that previously, you would release a new version and sunset the old, giving developers a chance to phase code changes from Sandbox into Production with little or no risk. Other t

Re: AuthenticationError.GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH

2011-11-17 Thread oseemann
Alright, while the problem was apparent yesterday at 9:00 GMT and 11:00 GMT, it affected only a very small number of requests by 13:00 GMT and was completely gone by 17:00 GMT. Case closed. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: Howto : please help me starting

2011-11-17 Thread Jeremy Belolo
uppy :) On 15 nov, 11:16, Jeremy Belolo wrote: > Hello all ! > > There it is, I have decided myself to start using adWords API. > > In a first time, I would like to just download reports automatically > and send them by mail or save them on the FTP of my site. > > I have many questions, though, a

ad-Extension performance report on keyword level

2011-11-17 Thread u_api_user
Hi Adwords Team, is is possible to get statistics about ad-extension-performance on keyword level? Maybe indirectly? I have only seen a way retrieving data on campaign-level. Thanks for your reply. Best Regards. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: MultipleClientReportDownloaderMain - Java Example

2011-11-17 Thread rsedgw...@travelrepublic.co.uk
This is going to be a lot of work for us. We have over 500 accounts in several different MCCs and are perfectly happy with the current performance with downloading a single file for each MCC. We need to download all of these 500 accounts for the previous day (sometimes the days prior to that

How to use the creative ID?

2011-11-17 Thread Femopli
How can I access the actual ad copy of an ad for which I only have the creative ID? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-17 Thread Marijn
Hi Kevin, I've tried Fiddler to capture the traffic. Sadly I was wasn't able to see any of the requests done for the Ad Hoc reports, I could see requests to /accounts/clientlogin or /adwords/cm/v201109/ CampaignService... If I was to send you an e-mail with the ClientCustomerId, could you check t

API for Call Metrics

2011-11-17 Thread M
I'm wondering what people's thoughts are about whether Google is likely to add Call Metric functions to the API? We are a telecom's company and would like to send CDR's (Call Data Records) to the API so that GA can display data for our clients telephone numbers (which we supply). At the moment GA

Re: API version stability, change management, and testing ad-hoc changes

2011-11-17 Thread Kevin Winter
Hi Pete, You are overstating the risk a bit. We currently have developerToken required in sandbox and I just tested the Java and Python client libraries myself - with no token, they receive an error, provide the token, they succeed. That simple fact guarantees that your code change will be

Re: MultipleClientReportDownloaderMain - Java Example

2011-11-17 Thread Kevin Winter
Hi, V13 reports could also fail, so you would still need the same logic in place. I think you may be overlooking some of the benefits of the new style of reporting. For example, with v13 reports, you had to request them and constantly poll to wait until they are done (potentially hours later

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR

2011-11-17 Thread benfred
I can affirm that. I get an error with the following information when trying to execute reportService.mutate(operations) in the sandbox: Google.Api.Ads.AdWords.v201008.ApiException An API exception has occurred. See ApiException and InnerException fields for more details. System.Object[] MakeApi

RE: Problem Listing All Client Accounts under MCC

2011-11-17 Thread Peter Petrov
Danial, I sent you a personal email to your google.com email account, please let me know if you got it by replying to it. Thanks. Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

INVALID_REPORT_DEFINITION_ID on v201101 while getting report list

2011-11-17 Thread Ian
https://adwords.google.com/api/adwords/cm/ v201109"> ReportDefinitionError.INVALID_REPORT_DEFINITION_ID @ ; trigger:'SANITIZED' ApiException http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ReportDefinitionError"> SANITIZED ReportDefinitionError.INVALID

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-17 Thread iateadonut
Kevin, How long will we be able to use our old report definitions? Will ReportUtils::DownloadReport based on a reportDefinitionId be deprecated soon, too? Will we not be able to create a new report definition sometime in the near future? Will the ones that already exist be eliminated? When?

Issue setting keywordContentMaxCpc

2011-11-17 Thread webspade
Hi, I am trying to update keywordContentMaxCpc and it is not getting updated. Heres the outgoing/incoming SOAP - *** Outgoing HTTP headers ** POST /api/adwords/cm/v201101/AdGroupService HTTP/1.0 Host:adwords.google.com User-agent:SOAPpy 0.12.0 (pywebsv

Ad Group ID

2011-11-17 Thread Mani
Hi, Is ad group id unique across all accounts? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: INVALID_REPORT_DEFINITION_ID on v201101 while getting report list

2011-11-17 Thread HK
Just wanted to add that all report calls for one of our customers have been blocked by this for the last 6 days. So we assume it requires manual intervention on the Google side to get things going again. We don't store report IDs on our side, so if someone could tell us the name of the report, we c

Re: Developer Token

2011-11-17 Thread Sunil
Hello Kevin, Can you please tell me as to how can I provide you the request id? Thanks Sunil On Nov 14, 9:16 am, Kevin Winter wrote: > Hi Sunil, >   If you are using a client library, you should be able to determine this > by enabling logging of SOAP XML.  If you aren't, the fastest way to che

Re: INVALID_REPORT_DEFINITION_ID on v201101 while getting report list

2011-11-17 Thread tozor
We also started seeing this error about 5 or 6 days ago. We manage hundreds of accounts in our application and have seen this on a small subset of the accounts. Also for us, if you go into one of these accounts in the Adwords UI and click on the reports link, you get an ugly red warning messa

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-17 Thread Eric Koleda
Hi, Creating and using existing report definitions will be supported at least until the sunset of v201101, which is scheduled for late February 2012. By that time you will need to have moved your reporting to ad-hoc reports. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Upper limit on Operations per Request

2011-11-17 Thread Ian
While doing some performance testing on our application against the sandbox. I've been hitting this error: https://adwords.google.com/api/adwords/cm/ v201109"> RateExceededError

Re: INVALID_REPORT_DEFINITION_ID on v201101 while getting report list

2011-11-17 Thread Ian
These request are now going through successfully. Can we get confirmation that something has been fixed/reset? Thanks, Ian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Fetch Keyword object from Adwords account

2011-11-17 Thread iateadonut
Kevin, Thanks. - Moved the adWordsUser instantiation out of the loop. - This is already done that way: while ( $row06 = $result06->fetch_object() ) { $distinctAdGroupId[] = (float) $row06- >adGroupId;} Notice that all the adgroupsId's are put into an array and the

Re: How to get the list of ads of the campaign without knowing adgroupid

2011-11-17 Thread iateadonut
In the PHP api, there is a file GetAllAdGroups.php in the /examples folder. I'm sure there is something similar for java. On Nov 16, 12:18 am, dummy one wrote: > Hi , > > How to get the list of ads of the particular campaign , without > passing the adgroup id . Do google api v201101 provides t