Re: AdWords API on Java App Engine

2012-02-10 Thread ewan
Hi David, Thanks for the answer. Is there any documentation or some pointers as to where I should start if I want to plug JaxWS in myself? I'm just working on a small project and need to wrap it up in the next week or two. Thanks, Ewan On Feb 9, 4:23 am, David Torres wrote: > Hi, > > AppEngine

Adwords API QuotaCheckError

2012-02-10 Thread alamak
Hi, I have been approved of API developer token. I am currently using v201109 PHP version of Client libraries. However, recently I am facing frequent problems with regards to API. Below is the error message. QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED @ I already updat

V201109: Keywords Report comes back empty, but Ad Performance Report returns rows

2012-02-10 Thread Maxim
We only use Search network, so ads can only get impressions if they are triggered by one of the keyword matches. We use same selector, just different report type. Why does Keywords Performance Report come back empty? keyword report request: CustomerDescriptiveNameAdGroupIdCampaignIdAdNetworkType1

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

2012-02-10 Thread Eric Koleda
Hi Lorenzo, By manual do you mean the AdWords web interface? If so I'm not sure, and you'll need to ask that question on the general AdWords forum. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

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

2012-02-10 Thread lorenzo de nigris
Hi Eric manual reports still return only PAUSED and ENABLED ads data, but not DISABLED Would you know by any chance if we should expect a fix for manual reports as well? Thanks a lot, Lorenzo -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: 201109 keyword report - getting display data

2012-02-10 Thread Ed-
To add keywords on display network campaigns didn't help at all, and it seems there is another difference. They noticed the campaigns showing up on reports have text ads, and the ones missing only have image ads. Can I please have an answer on what is causing this issue? It can be a harsh one,

Re: Adwords API token pending approval for over 1 month

2012-02-10 Thread Antoine Herzog
have you been contact by the adwords team since you emailed them? I am like you ... On Feb 10, 3:06 pm, Mike Levin wrote: > Okay, thanks! Doing so now. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

MutateJobService.mutate unit cost

2012-02-10 Thread George Ciubotaru
Hello guys, I'm trying to better understand the pricing model of the API. I'm mainly using MutateJobService with relatively big number of operations per job. >From the Rate Sheet (http://code.google.com/apis/adwords/docs/ratesheet.html) I understand that the price for *1* MutateJobService.mutat

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-02-10 Thread Nalica
Thanks Anash. I added auth token to the config file (AdwordsUser::Config::AuthToken) and now I got the same CUSTOMER_SERVING_TYPE_REPORT_MISMATCH error from both Library and NoClientLibrary versions. What do I need to do differently in order to not download a cross- client report? I only have on

Re: InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-10 Thread David Torres
Hi, Are you consistently getting the error? Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Campaign Criterion for Targeting strange error handling for removal of invalid platforms

2012-02-10 Thread David Torres
Hi Peter, Thanks for reporting this issue, it is just a mishandling of the error. I'll communicate it to the team to have it fixed. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: Sandbox: PolicyViolationError when updating/creating ads

2012-02-10 Thread David Torres
Hi Etienne, Are you also seeing the error in Sandbox? If production then you can handle it by submitting an policy exception, see this code in c# http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v201008/HandlePolicyViolationError.cs?r=140 as an example, we also

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-02-10 Thread Antoine Herzog
Any help ? Thanx ! On Feb 10, 12:03 pm, Antoine Herzog wrote: > Dear all, > > I am waiting for approval for token api even if you was accepted before. > > We were maybe rejected someday because we did nt use too much the api doing > several month. > > Now, I am updating our program to do a versi

Google Report Definition Web Service

2012-02-10 Thread Orlando
Hello, I'm working on a web application (Microsoft Visual Web Developer Express, vb.net, asp.net) and I would like to add AdWords reports to it. I add the ReportDefinitionService web service to my web services and use the code below to test the connection with Google. However, I obtained the follo

Retrieving Specific AdExtension types

2012-02-10 Thread Tim Chaney
Is it possible using CampaignAdExtensionService to make an API call with a predicate to return only SiteLinkExtensions? If so, what is the name of the attribute to filter on? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

Re: v201109 Ad Hoc Keyword Performance Report Display Network Performance

2012-02-10 Thread Blatchway
I'm running into the same thing and I need to distinguish between Search and Display. The documentation on the option of the Criteria need to expanded with a little more detail IMO. code.google.com/apis/adwords/docs/reference/latest/ AdGroupCriterionService.Criterion.Type.html Is "Platform" refer

Re: v201109 Ad Hoc Keyword Performance Report Display Network Performance

2012-02-10 Thread Ed-
Do you know where to find documentation on criteria report? I could only find criteria service, which seems to aim to edit stuff, I only want to report stuff. Found this blog post, but no link to the actual thing, they just mention it http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-la

Is there a PHP-codesnippet for CampaignCriterionService?

2012-02-10 Thread dasgelbevomEi
I am looking for a code snippet for the CampaignCriterionService especially the language-targeting. In the "type Language (v201109)" there is the field "id" (description: ID of this criterion. [...] This field is required and should not be null when it is contained within Operator

approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-02-10 Thread Antoine Herzog
Dear all, I am waiting for approval for token api even if you was accepted before. We were maybe rejected someday because we did nt use too much the api doing several month. Now, I am updating our program to do a version 2 and we asked again for the token api. We are in pending mode. I am a

Re: Authentication Error: GOOGLE_ACCOUNT_COOKIE_INVALID

2012-02-10 Thread Anash P. Oommen
Hi Amit, Your code is correct. Authentication Error: GOOGLE_ACCOUNT_COOKIE_INVALID is thrown when the cookie becomes invalid, usually through an expiration, or Google servers revoking the token due to some reason (e.g. user changes password). The solution is to catch the error, generate a new t

Re: Issue with AdHoc Reports Getting Truncated

2012-02-10 Thread Anash P. Oommen
Hi ADM, I maintain the .NET client library, and am happy to investigate this further. Could you please email the customer id and the report definition to anash.p.oom...@google.com? I'll follow up with you over mail. Thanks, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API token pending approval for over 1 month

2012-02-10 Thread Anash P. Oommen
Hi Mike, Reach out to adwordsapi-tok...@google.com. As Eric mentioned, the team is working through their backlog, but they will write back to you at the earliest. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

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

2012-02-10 Thread Anash P. Oommen
Hi Alexander, The library also exposes some ways of manipulating the cache. Take a look at http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/AdWords/Lib/AdWordsSoapClient.cs#144 to see how tokens are invalidated and pushed out of the cache. If you need something more

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-02-10 Thread Anash P. Oommen
Hi Nalica, CUSTOMER_SERVING_TYPE_REPORT_MISMATCH typically means that you are trying to download a cross-client report using v201109 reports. v201109 API doesn't support cross-client reports any more and will throw errors if you request one. You need to request reports for one client at a time

Re: MutateJobService with mix operations

2012-02-10 Thread George Ciubotaru
Hello Danial, Since I'm always grouping together operations of the same type, what is the benefit of using MutateJobService against ordinary service mutate (except asynchronicity)? Here is how I create full campaigns: 1. create (N) campaigns using a single MutateJobService job 2. having (M) ad-

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-02-10 Thread Nalica
I am trying to use the Adhoc Report API to download reports. I tried both NoClientLibrary version (https://gist.github.com/1287940) and the Library version (http://code.google.com/p/google-api-adwords-dotnet/ source/browse/branches/v13.0/examples/csharp/v201109/ DownloadAdhocReport.cs) but have no

Re: API Token approval in the last 4-5 month

2012-02-10 Thread adwo...@seonative.de
> At least Peter does. :) > > http://groups.google.com/group/adwords-api/browse_thread/thread/70f3c... But when I look at the circumstances, then this was a very long complicated process. This only confirms my impression that Google doesn ´t want to have new Api users - and only in exceptional cas