Re: UNEXPECTED_INTERNAL_API_ERROR

2012-01-31 Thread Zweitze
Hello, I got exact the same error with the same call CampaignService.get(), for one account only. Apparently we got some weird response, as the software couldn't decode a RequestId from the response. (I'm not sure if it's missing or not, but our code extracting the RequestId crashed...) We

Re: TrafficEstimatorService Behavior

2012-01-31 Thread Dorian Kind
Update: I just found this thread http://groups.google.com/group/ adwords-api/browse_thread/thread/ 7c8238ef79380058/550ef7f55d019aa0#550ef7f55d019aa0 where the same behavior is described and where it is stated that keywords in the same AdGroupEstimateRequest are treated like they were in the same

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-31 Thread Danial Klimkin
Are you using the latest library? It looks like you are using dotnet, what is the exact version? -Danial. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Mysterious API Costs.... HELP PLEASE!

2012-01-31 Thread Danial Klimkin
Hello, Please let me know the account CID (over email). Also, I suggest to reset the token ASAP to acquire a new one. It could be done via AdWords API Center in the user interface. Once reset you will be assigned a new token and the old one will be inactivate. Make sure to change it to the

Re: zeroImpressions conditions?

2012-01-31 Thread Danial Klimkin
Hello Holger, This should work as described. I can see one issue though, note includeZeroImpressions is boolean value, so you should use 'true' instead. Also, segmentation fields are implicitly disabling includeZeroImpressions - so including one of those fields will result in some campaigns

Re: includeZeroImpressions working?

2012-01-31 Thread Danial Klimkin
Hello Holger, I believe I have answered this question on another thread. I will lock this topic to avoid duplication. -Danial. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-31 Thread Anash P. Oommen
Hi, Even with v13.3.0, AuthToken is created automatically. If you have credentials in your App.config, then new ReportUtilities(user).DownloadClientReport(definition, filePath); works just fine. How exactly are you creating AdWordsUser in the new library? May be that has something to do with

Re: I have not getting the competition value?

2012-01-31 Thread Danial Klimkin
Hello Pawan, Can you please attach full XML request and response code for this request? (please make sure to remove sensitive information such as Auth or Developer tokens) Are you running in production or sandbox? Figures are not expected to be correct in Sandbox environment. Also, I would

Re: I have not getting the competition value?

2012-01-31 Thread Danial Klimkin
Hello Pawan, Can you please attach full XML request and response code for this request? (please make sure to remove sensitive information such as Auth or Developer tokens) Are you running in production or sandbox? Figures are not expected to be correct in Sandbox environment. Also, I would

Re: AwApi-Python-15.1.2 generates INVALID_DATE_RANGE request

2012-01-31 Thread Danial Klimkin
Тарас, добрый день, Проверил только что такой запрос и не получил ошибки. Вы все еще можете воспроизвести проблему? -Даниил, команда AdWords API. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

VideoCampaigns and VideoAds / YouTube Promoted Videos

2012-01-31 Thread giataAdwords
Hello, i'm looking for a solution to add VideoCampaigns and VideoAds for Promoted YouTube Videos over the AdWords API. I found the templateAd with templateID 13 for Promoted YouTube Videos, but i don't know how to obtain the mediaId for my YouTube Videos needed to set in the templateAd (videoId,

AdWords API Office Hours

2012-01-31 Thread Anash P. Oommen
Hi everyone, We are holding AdWords API Office hours tomorrow (Feb 1, 2012). Timings are: - AdWords API Office Hours Europe (11AM London, 12PM Frankfurt, 3PM Moscow): https://developers.google.com/events/ahNzfmdvb2dsZS1kZXZlbG9wZXJzcg0LEgVFdmVudBiZkhQM/ - AdWords API Office Hours

[KeywordPerformance v201109] Unexplainable Authorization: User permission denied

2012-01-31 Thread AdWhiz
Hi All, I get this error for some specific customer/day combinations (no error on other cases): Report contents are invalid. - !!!2|||-1|||eye3 title='Authorization: User permission denied'/ AuthorizationError.USER_PERMISSION_DENIED @ ??? Error is always the same with different customer

v201109 Quality Score Differences

2012-01-31 Thread Vizergy
Hello, I recently migrated from v13 to v201109 and notice some minor differences in the quality score values returned between the two versions of the API. I am using the KEYWORDS_PERFORMANCE_REPORT report type. Also some of the quality score values returned from the v201109 API differ from the

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-31 Thread Vizergy
I am using the following config settings with the DotNet library v13.3.0 and this is currently working for me. add key=AuthorizationMethod value=ClientLogin / add key=Email value=email address here / add key=Password value=password here / I have the following settings commented out:

Sandbox, Create campaign - [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-01-31 Thread Monty808
Hi I am trying to use the sandbox and ma having issues. I am using python and v201109. I thought that the sandbox was to be filled with data? Anyway.. I ran the below to initialize my sandbox... adwords_api_python_15.1.5/examples/adspygoogle/adwords/v201109/

Re: AuthToken (requirement for v201109): not required in v201101

2012-01-31 Thread Peter S. (Location3)
I'm not sure if this would help you but you could write a brief unit test around the AuthToken if you are unsure you're account is validating correctly this would narrow down your issues to the config. var adwordsConfig = new AdWordsAppConfig(); var authToken = new AuthToken(adwordsConfig,

Re: Not able to get AD_PERFORMANCE_REPORT report using clientCustomerID

2012-01-31 Thread Peter S. (Location3)
Sachin, Try using ClientCustomerId instead of clientCustomerId its an unfortunate caveat that all headers that the API's seem to take in are CaSeSensitive. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

WSDL.exe for the new version of the API?

2012-01-31 Thread Jeff Kershner
We generate a GoogleService.cs file by doing the following: c:\program files\microsoft visual studio 8\sdk\v2.0\bin\wsdl /l:cs /o:GoogleService.cs /sharetypes https://adwords.google.com/api/adwords/V13/ReportService?wsdl https://adwords.google.com/api/adwords/V13/AccountService?wsdl Is there

Re: Adwords API token pending approval for over 1 month

2012-01-31 Thread Marcelo
Thanks Eric, Good to know this is work in progress. I will wait a couple of more weeks and hope I will have my token approved for then. Regards, Marcelo On 30 ene, 18:16, Eric Koleda eric.kol...@google.com wrote: Hi Marcelo, Unfortunately the token review team is working through a backlog of

Re: deleted text ads metric are no longer part of default data in AD_PERFORMANCE_REPORT (201101)

2012-01-31 Thread Eric Koleda
Hi All, My apologies, looking in to the issue further it appears that while the AdGroupAdService always had this behavior, up until recently the AD_PERFORMANCE_REPORT did return DISABLED ads by default. I apologize for this sudden and unannounced change and I am working with the core

Re: Is anybody home? Is a fix coming? What changes have happened?

2012-01-31 Thread dkasak
. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: deleted text ads metric are no longer part of default data in AD_PERFORMANCE_REPORT (201101)

2012-01-31 Thread Peter S. (Location3)
Thanks for replying Eric. Do we need to do this for the other reports as well and is this going to be how we should do it going forward? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: deleted text ads metric are no longer part of default data in AD_PERFORMANCE_REPORT (201101)

2012-01-31 Thread Eric Koleda
Hi Peter, This change should only have affected the AD_PERFORMANCE_REPORT, but let us know if you see otherwise. The current plan is to revert the change and restore the old behavior. We hope to have that out in production early next week. Best, - Eric --

Re: API Reports Not Returning Historical Data for Currently Paused Campaigns/AdGroups in v201109

2012-01-31 Thread Eric Koleda
Hi All, Please see the following thread for more details: https://groups.google.com/d/topic/adwords-api/IBlApHBNXeM/discussion Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Adwords UI Out-of-Sync with API Data

2012-01-31 Thread Eric Koleda
Hi Chris, Thanks for the follow-up. I've updated that thread with additional details about the issue. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: InfoService v201109 error

2012-01-31 Thread Eric Koleda
Hi, We are currently working on a solution that will allow the fetching of data for unlinked accounts. Please watch the blog for an announcement. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: UNEXPECTED_INTERNAL_API_ERROR

2012-01-31 Thread Eric Koleda
Hi All, We are experiencing some UNEXPECTED_INTERNAL_API_ERRORs on certain accounts due to a backend issue. The core issue is being investigated, and affected accounts should see the problem disappear after a day or so. Unfortunately there are no known workarounds to the problem Best, -

Re: Is anybody home? Is a fix coming? What changes have happened?

2012-01-31 Thread Eric Koleda
Hi Daniel Please see my response on the following thread: https://groups.google.com/d/msg/adwords-api/IBlApHBNXeM/ep9b2N4e9W4J Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Developer tokens required in report downloads starting February 7th, 2012

2012-01-31 Thread Kevin Winter
We've updated our previous blog post to reflect that developer tokens will be required in report downloads as of February 7th, 2012: http://googleadsdeveloper.blogspot.com/2012/01/developertoken-in-reports-rollback.html - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Unable to convert V13 keyword performance report to V201109

2012-01-31 Thread Maxim
Hello. In V13 we were able to get keyword stats aggregated by customerId, campaignId, adGroupId, keywordId, AdId, matchType In V2010+ AdId is missing from Keyword performance report, and if we use Creative performance report, it's missing the match type. As the result we are losing valuable

Re: v201109: missing rows in Ad Performance report (present in v13 Keyword Activity report)

2012-01-31 Thread bgraves
When I included a predicate for enabled/disabled/paused, I got significantly more rows than the v13 Keyword Activity Report. How do I set up the predicate to get the same number of rows? On Jan 30, 3:01 pm, Eric Koleda eric.kol...@google.com wrote: Hi, Are you including a predicate to

PHP Working Example of TrafficEstimatorService v201109

2012-01-31 Thread Yakito
Hello, I am new to the AdWords API and I am trying to understand how to use the different services. I am having problems with the TrafficEstimatorService as there is no example in the current version of the PHP API. When I try to use the previous version API I get some error with the class

ReportDefinitionError

2012-01-31 Thread coderonrails
when I use the v201109 java client for adwords api it throw a exception to me like this Report was not downloaded. 400: !!!2|||-1||| [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? How do I solve this problem thx -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ReportDefinitionError

2012-01-31 Thread coderonrails
I use the example (DownloadAdHocReport.java) in the java client lib On 2月1日, 上午11时11分, coderonrails jianguo1...@gmail.com wrote: when I use the v201109 java client for adwords api it throw a exception to me like this Report was not downloaded. 400: !!!2|||-1|||

Re: Issue with AdHoc Reports Getting Truncated

2012-01-31 Thread ADM
Eric, Truncated may not be the best description. The XML reports are malformed with missing closing tags and improperly formed nodes (missing and or ). There doesn't appear to be consistent failure for the same report definition. If you want I can email an example of the malformed XML. ADM --

Learn Chinese (Mandarin) faster by using flashcards with pictures

2012-01-31 Thread ichineseflashcards 5
http://www.ichineseflashcards.com will help you learn Chinese (Mandarin) faster by using flashcards with pictures, thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: InfoService v201109 error

2012-01-31 Thread Dr.g.
O.k. I will, Thanks again for the help On Jan 31, 11:56 pm, Eric Koleda eric.kol...@google.com wrote: Hi, We are currently working on a solution that will allow the fetching of data for unlinked accounts.  Please watch the blog for an announcement. Best, - Eric --

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-31 Thread Dr.g.
Hey Kevin, thanks for the help. Roee. On Jan 31, 6:53 pm, Kevin Winter kevin.win...@google.com wrote: Hi Roee,   Yes, this is the current workaround to get account currency/timezone for accounts with no impressions.  We are working on improving the situation. - Kevin Winter AdWords API

Re: AwApi-Python-15.1.2 generates INVALID_DATE_RANGE request

2012-01-31 Thread Тарас Бунык
К сожалению могу: DEBUG:soap_xml:StartTime: 2012-02-01 09:44:10 *** Outgoing HTTP headers ** POST /api/adwords/info/v201109/InfoService HTTP/1.0 Host:adwords-sandbox.google.com User-agent:SOAPpy 0.12.0 (pywebsvcs.sf.net) XML-parser: PyXML v0.8.3