Re: AlertService

2010-10-12 Thread AdWords API Advisor
Hi, Thanks for pointing it out. v10.1 still requires all those xxxSpecified fields to be mentioned when setting nullable fields, whereas v11.1 doesn't. I wrote the code samples for v11.1 and moved them to v10.1 without noticing the missing xxxSpecified statements. The code should look like: Alert

Re: How do I get a My Client Center account?

2010-10-12 Thread AdWords API Advisor
Hi Chris, You can create an MCC as described in http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=22531. Then signup for API as described in http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=15104. Finally, link your child account under the newly created MCC as describ

Re: How do I get a My Client Center account?

2010-10-12 Thread Chris
I've searched around Adwords a bit more to see if I can find any more MCC signup information. It's actually quite confusing, as the FAQ refers to several items: My Client Center Managed Accounts Link existing account button and so forth, and so on.It seems as if the FAQ is referring to a dif

Re: could not read report

2010-10-12 Thread AdWords API Advisor
Hi Marco, The ReportDefinitionService does not currently support cross-client reports, so there is no need to filter on Account Id. Also, AccountId is not a field of a KEYWORDS_PERFORMANCE_REPORT: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords Best, - Eric On Oct 12,

Re: ManualCPCAdGroupBids bid values returns to NULL

2010-10-12 Thread AdWords API Advisor
Hi Joe, It could be that there is no site (placement) max CPC set for the ad group, esp if the campaign isn't running on the CONTENT_NETWORK. If you take a look at the SOAP XML you might get a better idea of what is being returned. Best, - Eric On Oct 12, 1:10 am, Joe wrote: > Hi Eric, > > I t

Re: Connection has been shutdown

2010-10-12 Thread AdWords API Advisor
Hi, As mentioned before, in my experience these errors are typically due to machine, router, or network service provider timeouts on SSL connections. I'd start by checking with your network team to see if there were any changes that could be leading to this issue. Best, - Eric On Oct 11, 9:53 p

Re: QuotaCheckError.ACCOUNT_DELINQUENT

2010-10-12 Thread AdWords API Advisor
Hi, This error is normally thrown when the MCC account that owns the developer token has an expired credit card, etc. If this isn't the case, can you please post the requestId of a request that demonstrates the problem? Best, - Eric Koleda, AdWords API Team On Oct 11, 2:16 pm, IceCool wrote: >

Re: TargetingIdeaService problems - behaviour has inexplicably changed

2010-10-12 Thread AdWords API Advisor
Hi, Thanks for the example. I've been able to replicate the issue, and I'll work with the core engineering team to resolve the underlying issue. In the mean time the only work around is to use the IdeaTextMatchesSearchParameter available in v201003+. Best, - Eric On Oct 11, 11:23 am, Serge_Lap

Re: Need clariffications on channel Max CPC

2010-10-12 Thread AdWords API Advisor
Hi, To address your questions: 1) I'm not sure what you mean with the term "channel". Can you further explain the data you are trying to get? 2) There is a minimum CPC value for each currency, which can be found here: https://adwords.google.com/select/AfpoFinder 3) The update will be made a

Re: Get Related Keywords

2010-10-12 Thread AdWords API Advisor
Hi Rakesh, In the sandbox environment the TargetingIdeaService doesn't return real keyword ideas. To get those you will need to use the production environment. Best, - Eric Koleda, AdWords API Tean On Oct 11, 8:00 am, Rakesh Sanghavi wrote: > I want the related keywords for the keyword text  l

Re: ACCOUNT_PERFORMANCE_REPORT Fault

2010-10-12 Thread AdWords API Advisor
Hi Stefan, I'm not able to replicate the problem, as the ACCOUNT_PERFORMANCE_REPORT fields are returning correctly for me. Also, the SOAP XML example you posted was for the KEYWORDS_PERFORMANCE_REPORT. Are you seeing this error for all report types? Best, - Eric Koleda, AdWords API Team On Oct

TargetingIdeaService - returns no values for keywords

2010-10-12 Thread Ales Sturala
Hello, I have a peoblem with TargetingIdeaService. When I request a keyword, for some country/language combinations I get back 0 values in all statstics. I checked the SOAP response and I can see that the value for each "column" is missing, so 0 is just a default value used instead. In given reques

How do I get a My Client Center account?

2010-10-12 Thread Chris
OK, this is the heading of one of the Adwords API FAQs, but I haven't been able to sign up, as I keep getting the message: "The login is already an AdWords account." This would imply that MCC is already set up, but there is no indication it has been. Can someone tell me where I need to make ch

Re: EstimateKeywordList "Recursive Object" Error

2010-10-12 Thread Aaron
Apologies for the double post! I'm still searching for an answer to this problem. Any thoughts would be greatly appreciated. I have verified that the keyword dict cannot use the SOAPpy Type variable without conflicting with the client library. could there be a bug in the python api library? On

Re: PHP Lib and INVALID_TOKEN_HEADER Errors

2010-10-12 Thread Eduki
Found the problem. The Developer Token has a dash (-) in front of it that I inadvertently left off. On Oct 12, 10:46 am, Eduki wrote: > Hi, > > After searching through the forum and making sure (hopefully) that my > settings are correct in settings.ini and auth.ini I continue to > experience prob

PHP Lib and INVALID_TOKEN_HEADER Errors

2010-10-12 Thread Eduki
Hi, After searching through the forum and making sure (hopefully) that my settings are correct in settings.ini and auth.ini I continue to experience problems with the PHP Library. After successfully running the examples GetAllCampaigns.php and GetTrafficEstimates.php in the sandbox I figured it w

Sandbox Units

2010-10-12 Thread Sean Taylor
When I try to see the units consumed by my actions, using the example java getunitcount, on the sandbox it always returns 0. I assume this is on purpose, but was wondering what if there was any way to see how many units that you consumed besides just calculating it off the rate sheet. Thanks, Sea

Re: AlertService

2010-10-12 Thread guig
Hello, I use AlertService like in the example and I have this error message: [RequiredError.REQUIRED @ selector.query.triggerTimeSpec, RequiredError.REQUIRED @ selector.query.clientSpec, RequiredError.REQUIRED @ selector.query.filterSpec] when i call AlertPage page = alertService.get(selecto

Re: TargetInvocationException: Exception has been thrown by the target of an invocation

2010-10-12 Thread Madhu
HI Anash, Thanks for the reply. I have done as you have suggested. I am now getting the following error. Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Google.Api.Ads.Common.CommonErrorMessages.resources" was correctly embedded or linked int

Re: No results when using ExcludedKeywordSearchParameter

2010-10-12 Thread sagigi
Hi Eric, Thanks for your prompt reply. The solution that you gave solves it just partially - it does not support excluding broad match phrases so it is a bit hard to work with. Are there are new regarding a fix? Best, Sagigi On Oct 8, 9:36 pm, AdWords API Advisor wrote: > Hi, > > Thank you fo

Re: ACCOUNT_PERFORMANCE_REPORT Fault

2010-10-12 Thread Fuxx
push -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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: Problem getting started with the Python api

2010-10-12 Thread Tim Wintle
Just bumping this a bit - haven't managed to get any further. On Fri, 2010-10-08 at 13:31 -0700, Tim Wintle wrote: > I've been trying to run the python samples, but I'm getting the > following error: > > {{{ > Traceback (most recent call last): > File "get_all_campaigns.py", line 41, in >

How do we add language and location list to the application?

2010-10-12 Thread outsourc...@varazo.com
Can we create a similar application for selecting Location and languages as in google adwords for our application. Only the browse option without the map is required for location selection. Basically, I want to know can we dynamically populate the lists? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How do we add language and location list to the application?

2010-10-12 Thread mind
Can we create a application like google adwords wherein we can dynamically populate the location and language options? Only the browse option without map is required for chosing location. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2010-10-12 Thread Federico Ulfo
Hi, my developer token was accepted and I my billing information for Api Units was accepted too, now when I try to connect to one account of the MCC this is the error I receive. How can I make it working? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-12 Thread AdWords API Advisor
Hi Kameleon, I've received your code snippet, I'll follow up with you on the mail and post the fix on this thread for future reference once the issue is resolved. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 12, 11:36 am, drkameleon wrote: > Anash Hi, > > I've just sent the code snippet

Re: Developer token not showing in account

2010-10-12 Thread AdWords API Advisor
Hi, Since you are following up with me over the email as well, I'll help you locate your developer token over the mail. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 12, 5:59 am, RWS wrote: > Same thing here > > This is just getting crazy. How do we get our developer keys? Can you >

Re: CUSTOMER_NOT_FOUND - if i give ID instead of Email.

2010-10-12 Thread rayden
Very strange, now it is working on sandbox too... I guess you were doing something in background the other day, anyway working now. Best, On Oct 12, 1:03 pm, rayden wrote: > Hello, > > I guess the problem is in sandbox IDs - I can confirm in production it > works without problem. > Can we expec

Re: Regular AdWords Account Already Approved for Developer Token - Where is it???

2010-10-12 Thread AdWords API Advisor
Hi, Since you are following up with me over the email as well, I'll help you locate your developer token over the mail. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 12, 5:55 am, RWS wrote: > Thats my question. Impossible to find the developer token. I got the > approval email today. --

Re: CUSTOMER_NOT_FOUND - if i give ID instead of Email.

2010-10-12 Thread rayden
Hello, I guess the problem is in sandbox IDs - I can confirm in production it works without problem. Can we expect fix in this, or better to configure our app diffrently for sandbox? Best, and keep up the good work, On Oct 12, 12:38 pm, AdWords API Advisor wrote: > Hi Rayden, > > Does this work

Re: TargetInvocationException: Exception has been thrown by the target of an invocation

2010-10-12 Thread AdWords API Advisor
Hi Madhu, This was an issue with v11.0.0 of .NET library, it is fixed in v11.1.0. The library throws this error when it cannot find AdWordsApi node in your App.config/Web.config, so copying the nodes from http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.0/src/App.confi

Re: How can I get Search volume and Competition values or Keyword for exact Country and Language?

2010-10-12 Thread woodentops
Hi Eric, Just to let all know I'm now getting consistent results between API and Keyword Tool. The fix must be in. Cheers, Jaan. On Sep 28, 11:55 pm, AdWords API Advisor wrote: > Hi Jaan, > > I believe the problem has been isolated, but it will likely be a > couple of weeks before the fix is

Re: GetGeoLocationService changes "Hannover" to "Hanover"

2010-10-12 Thread AdWords API Advisor
Hi, Will it be possible to post a sanitized soap request/response or the requestid? I could check it with the AdWords team and find out why this happens. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 8, 1:36 pm, RolfS wrote: > In a successful call to GetGeoLocationService the name of the

Re: CUSTOMER_NOT_FOUND - if i give ID instead of Email.

2010-10-12 Thread AdWords API Advisor
Hi Rayden, Does this work fine against the production account? Cheers, Anash P. Oommen, AdWords API Advisor On Oct 10, 1:39 pm, rayden wrote: > Hello, > > I get an error if I give ID value to SetClientId() PHP function, > instead of email. Im trying in sandbox > the request ID is "aa30a4a29dbc4

Re: AlertService

2010-10-12 Thread AdWords API Advisor
Hi, I've added support for AlertService in v10.1.0 and v11.1.0 of the .NET client library. They were released yesterday. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 11, 6:40 pm, guig wrote: > Why AlertService is not available in .NET client library 10.0.0 > released ? -- =~=~=~=~=~=~

Re: DownloadReportDefinition error CLIENT_CUSTOMER_ID_IS_REQUIRED

2010-10-12 Thread AdWords API Advisor
Hi John, Try running your code with the following settings: email/password = your mcc email/password clientEmail = your client email or clientCustomerId = your client customerid (any one only, comment out the other key). You need the same settings when creating a report definition and downloadin

Re: could not read report

2010-10-12 Thread Marco T.
Thanks for your response. This is a sample code Marco $selector = new Selector( array( "AdGroupId", "AveragePosition", "Clicks", "Cos