Contextual targeting Tool

2011-07-18 Thread John
Hai, I want to search my keywords using Contextual targeting Tool and get the suggested bid of the data's that i got using Adword's API.Is it possible,how can i do it.Iam new to Adword API.please help me. Thanks in advance -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re : Re: Need help with Proxy authentication in C#

2011-07-18 Thread Thomas D
Hi Jo, The problem comes from the AdWordsUser constructor: it try to authenticate the user before applying the proxy settings... I use a method which get the authtoken and use another method to instantiate the AdWordsUser to solve the problem. To get the authtoken: public static string

Re : Re: Re : Re: Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-18 Thread Thomas D
I don't have much information with the error, only the message internal server error (500).. It happen every time, I've checked in Adwords, but the account isn't created Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

ACCOUNT_DELINQUENT despite payment

2011-07-18 Thread serverad...@solutionsbeyond.com
Hello Adwords API team I am getting a ACCOUNT_DELINQUENT error despite of the payment made. Kindly do the needful asap. What is the fastest way to get this rectified? Ricky -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Unsubscribe

2011-07-18 Thread Kevin Winter
Hi, To unsubscribe, visit this link: https://groups.google.com/group/adwords-api?pli=1 Then click Edit My Membership and click Unsubscribe. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Api connection through excel

2011-07-18 Thread Kevin Winter
Hi, I'm not aware of anyone who has built an integration with excel. You might want to try the resources under Developing Without A Client Library at this link: http://code.google.com/apis/adwords/docs/clientlibraries.html - Kevin Winter AdWords API Team --

UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-18 Thread Kraszi
Using sandbox I keep getting error InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when I try to call operations of ReportDefinitionService v201101. I tried it with two different Google accounts at least, none of them worked. I also tried invoking CampaignService opeartions and finally it worked

Re: UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-18 Thread Alex
Experiencing similar problem with sandbox environment. Started last week. I don't think our code has some problem because it works when connecting to production environment. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: AdGroup Experiments

2011-07-18 Thread Kevin Winter
Hi, AdWords Campaign Experiments are intended to be run at the campaign-level. You don't need to make copies of your AdGroups - by designating a experiment split you can tell AdWords to use new experimental settings on a portion of the traffic a given campaign would see. This blog post

Re: How can i view the preview of the ad in sanbox account

2011-07-18 Thread Kevin Winter
Hi Aravind, There is no front-end connected to the sandbox database, therefore there is no way to view an ad created in the sandbox. Similarly, you cannot view sandbox data via the AdWords UI. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: ServicedAccountService issue

2011-07-18 Thread Kevin Winter
Hi, Is this affecting all client accounts you request this way, or just some of them? When you log into the AdWords UI ( https://adwords.google.com ) with these accounts, are currency code and timezone set? What fields are being set? If some fields are set and some aren't, how were these

Re: Api for Keyword tool

2011-07-18 Thread Kevin Winter
Hi Aravind, The TargetingIdeaService ( http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html ) does return back related keywords, but the sandbox explicitly will not return back useful ideas: http://code.google.com/apis/adwords/docs/sandbox.html#behavior The

Keyword performance report MaxCpc field value

2011-07-18 Thread Sanju
Sir, When I download Keyword Performance report XML file, I got MaxCpc value as auto: 15.00. What is this 'auto' value. Is they any scenario where we get different from above other than 'auto' and why they get that type of values. Thx in advance. --

Re: MCC REPORT - MISSING_CUSTOMER_ID_AND_LABEL_ID

2011-07-18 Thread Kevin Winter
Hi, The v201101 MCC reports have not been completely released yet: http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html Currently, it is not possible to specify individual clients via the client selector. If you specify no client selector, you will receive

Re: ServicedAccountService issue

2011-07-18 Thread Sanju
My account is been set with all that information but even am not able to get above fields. On Jul 18, 7:20 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   Is this affecting all client accounts you request this way, or just some of them?  When you log into the AdWords UI

Re: validateReportJob - An internal error has occured.

2011-07-18 Thread David Torres
Hi Tomasz, Could you confirm if you are still experiencing this issue? we have done some clean up in our side that should have fixed it. Best, -David -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: unmarshalling error

2011-07-18 Thread Kevin Winter
Hi Soumya, There are a few things you need to fix with your xml. - You need to use adwords.google.com for the namespaces, even when making requests against the sandbox. - You need a namespace qualifier on the xsi:type for the bidding strategy. I noticed a few other things you don't need that

Re: INVALID_VERSION error

2011-07-18 Thread Kevin Winter
Hi Soumya, Similarly to the other post of yours I just answered, you need to change a few things: - Namespace needs to be adwords.google, not adwords-sandbox. - It looks like you have a space in the declaration of your soap-env namespace. Here's the modified version: soapenv:Envelope

Re: 回覆:CampaignAdExtensionService

2011-07-18 Thread Kevin Winter
Hi, Could you please provide the sanitized (no developer token or auth token) XML that's being sent to the server? The error suggests that it's not being formed correctly and I'd like look at it outside of php. - Kevin Winter AdWords API Team --

Re: BulkMutateJobService queue size

2011-07-18 Thread Kevin Winter
Hi Greg, This documentation is actually out of date. We've since removed the limitation of 10 pending jobs per queue (it is now unlimited). The limitation was previous per-client-account, not per-mcc. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: ServicedAccountService issue

2011-07-18 Thread jstedman
I think this is a known issue, see Eric's post here: http://groups.google.com/group/adwords-api/browse_thread/thread/19fdb889fb5cccb8/51d5c3196a2bd468?lnk=gstq=ServicedAccountService#51d5c3196a2bd468 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: ACCOUNT_DELINQUENT despite payment

2011-07-18 Thread Michael
I am also interested in this-- I am getting the same error from multiple accounts today, despite these same requests returning good information on Friday. The UI also shows that these accounts have no outstanding balance. I have however read that this error can be thrown if the credit card linked

Re: Keyword performance report MaxCpc field value

2011-07-18 Thread jstedman
This is how Google represents bids that they have made on your(or your clients) behalf. If you use BudgetOptimized, ConversionOptimized, or any Optimized by Google bidding, you will get these as the bids returned. If a bid gets returned with auto: then the bid cannot be set through the API

Re: I am not able to create campaign in sandbox

2011-07-18 Thread Kevin Winter
Hi Soumya, Please see my other responses. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Sandbox customerSyncService dumps every error, no information

2011-07-18 Thread Michael
Hi, When requesting changes made within the last 24 hours from the sandbox (as well as in production, but I've already posted that question here: http://groups.google.com/group/adwords-api/browse_thread/thread/a1711e07bedf003a?pli=1), the returned response appears to be a dump of all of the

Re: Suggested Keywords on Adwords UI tool

2011-07-18 Thread Kevin Winter
Hi Mani, One of my colleagues pointed out the SeedAdGroupIdSearchParameter: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.SeedAdGroupIdSearchParameter.html This will allow you to specify an AdGroup and have the TargetingIdeaService return results that are

Re: Not able to get all clientsId under MCC account

2011-07-18 Thread Kevin Winter
Hi Chirag, Could you post the sanitzed (no authToken or Developer Token) SOAP XML being sent to the server? I just tested this out on a brand-new sandbox account and saw 5 accounts created after running a GetCampaign on only one of them. - Kevin Winter AdWords API Team --

Re: V13 ReportService customer report validation

2011-07-18 Thread Kevin Winter
Hi, I'm unfortunately not able to find these requests in the logs. With cross-client reports, the effective account has to be an MCC account, whereas for single-client accounts the effective account must be a client account. If you do a validate with cross-client off, then make a

Re: Keyword performance report MaxCpc field value

2011-07-18 Thread jstedman
Something I forgot to clarify: auto: #.## happens when google has already established what the auto bid is. auto only happens for new targets which have not been bid on yet and use Google managed bids. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Python client AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2011-07-18 Thread Kevin Winter
Hi, There is a bug in the python client library where it doesn't correctly handle the Captcha responses. I.E. if you make too many auth tokens, it will start captcha-challenging you and the python client library currently doesn't handle this case correctly. As a best practice, I would

Re: AuthenticationError with clientCustomerId but works with clientEmail

2011-07-18 Thread Kevin Winter
Hi, The log indicates you are sending requests to the sandbox, but you are specifying a clientCustomerId. Does this account exist in the sandbox or is this a production account? - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Ad Stats

2011-07-18 Thread Kevin Winter
Hi, The correct link for v200909 is here: http://code.google.com/apis/adwords/docs/reference/v200909/AdGroupAdService.AdGroupAdSelector.html However, this is an older version of the API and will be sunset four months after MCC reporting is released:

Re: TargetingIdeaService to add new keywords

2011-07-18 Thread Kevin Winter
Hi Soumya, The TargetingIdeaService can help you discover new keywords, but cannot be used to add them. The AdGroupCriterionService is used to do this. Here's an example in python:

Re: add keywords to existing adgroup and campaign in sandbox.

2011-07-18 Thread Kevin Winter
Hi Soumya, I posted some examples here: https://groups.google.com/forum/#!topic/adwords-api/Lcg4xnjJOUY - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Reports Not Working in Sandbox

2011-07-18 Thread Kevin Winter
Hi, I'm able to reproduce this issue in the sandbox when creating a reportDefinition. I'm talking to the sandbox database engineers about it. No known workaround at this time. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-18 Thread Kevin Winter
Hi all, Just wanted to let you know that we're aware of the issue in creating reportDefinitions in the sandbox and hope to get it resolved as soon as possible. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Getting AuthenticationError.NOT_ADS_USER on the v201008 CampaignService API

2011-07-18 Thread Don Spaulding
Hi there, While trying to make a Get call to the CampaignService, I'm receiving the following error (in production, with a previously-working account): 'AuthenticationError.NOT_ADS_USER @ ; trigger:'447150406446' Service[CampaignService.get]' I've searched for this error, and it seems all

Re: UNEXPECTED_INTERNAL_API_ERROR when trying to add ReportDefinition in Sandbox environment with ClientCustomerId

2011-07-18 Thread Kevin Winter
Hi, We're aware of this issue: https://groups.google.com/forum/#!topic/adwords-api/3Fqf0JnZw2A - Kevin Winter, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: OAUTH_TOKEN_HEADER_INVALID from CustomerSyncService

2011-07-18 Thread Kevin Winter
Hi, Is this request going to sandbox or production? I'm not able to locate it in the production logs. Are you specifying the HTTP header 'Authorization' ? - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Missing content network data for keyword reports

2011-07-18 Thread okiebug1...@gmail.com
Hello Google, Do you have any additional information on the timeline as well as sunset dates for the last working version V13? Appreciate all your assistance, David Kelly On Jun 20, 12:52 pm, David Torres davi...@google.com wrote: Hi All, I'll make sure all this information is communicated

Re: UNEXPECTED_INTERNAL_API_ERROR when trying to add ReportDefinition in Sandbox environment with ClientCustomerId

2011-07-18 Thread Kevin Winter
This should be resolved now. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-18 Thread Kevin Winter
This should be resolved now. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Reports Not Working in Sandbox

2011-07-18 Thread Kevin Winter
This should be resolved now. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Api connection through excel

2011-07-18 Thread Kevin Winter
Hi, You might want to take a look at our .NET resources for using the API without a client library: http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Can not generate AdGroup Performance Report

2011-07-18 Thread Kevin Winter
Hi, It looks like there may be a bug in the validation logic - it should have caught this when you created the reportDefinition. From the logs, it looks lik 'ClickType' doesn't agree with another column. I'm having trouble locating the log for the creation of the report - could you please

Re: update province codes on adwords api docs

2011-07-18 Thread Kevin
Hi David, The appendix page still shows deprecated regions. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

What Company URL to use when applying to the AdWords API?

2011-07-18 Thread JPM
Hi I've just signed up with the Google My Client Centre and I want to apply to the AdWords API. In the application process, it asks for a company URL. Does this mean: a) The URL for the website I wish to use the API with. or b)The URL of my overall business - which is different. If the answer is

Re: Language...

2011-07-18 Thread Eric Koleda
Hi Anderson, I'm not sure which is the most popular, but we provide client libraries for a variety of languages. http://code.google.com/apis/adwords/docs/clientlibraries.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR while adding ad performance report

2011-07-18 Thread Eric Koleda
Hi Michael, We recently applied some patches that should fix the problem in the sandbox, please check again. As for no stats being returned, the Date field has the strange behavior that you need to request a statistical column. Id and Url are both property columns, and don't change over

Re: Search Query Performance Report generation time

2011-07-18 Thread Eric Koleda
Hi Tomasz, Report generation times may vary based on server load. Let us know if you see this trend continue. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Can not generate AdGroup Performance Report

2011-07-18 Thread surya prakash
Hi Kevin, Thanks for your response. You were right about the cause of issue. Removing the 'ClickType' from the list of fields has resolved the issue. But I am not sure what other field combination with ClickType is causing the problems. This has happened because of any recent changes on your side

Re: OAUTH_TOKEN_HEADER_INVALID from CustomerSyncService

2011-07-18 Thread Michael
Hi Kevin, This request went to the production environment (I have tried the same requests in the sandbox environment, with different but still error- laden results). And yes, I am specifying the authorization header in the same fashion I have for the successful requests. I ran the same code again

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR while adding ad performance report

2011-07-18 Thread Michael
Hi Eric, You're right-- it's working now! Thanks very much for your response. This sandbox functionality will be very useful for me. On Jul 18, 4:55 pm, Eric Koleda eric.kol...@google.com wrote: Hi Michael, We recently applied some patches that should fix the problem in the sandbox, please

回覆:Re: 回覆:CampaignAdExtensionService

2011-07-18 Thread Keung Chan
Dear Kevin Winter, the error occurs before sending to the server, not replied by the server. I cannot got the last request message nor the last response message. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

回覆:Re: 回覆:CampaignAdExtensionService

2011-07-18 Thread Keung Chan
Dear Kevin Winter, the error occurs before sending to the server, not replied by the server. I cannot get the last request message nor the last response message. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Not able to get all clientsId under MCC account

2011-07-18 Thread Chirag
Hi Kevin, Please look at my sanitzed (no authToken or Developer Token) SOAP XML. I am using example GetAccountHierarchy.php but it nly shows me last account in both production and sandbox environment. I believe that example is not displaying output properly.So that it only shows me last account as