AdWords API Re: How Can I fetch all the campaigns of the clients under an MCC.

2010-01-22 Thread ipsita rout
Hi Eric Thanks for the response.But still my problem is remained unsolved. My objective is 1>I need to fetch all the campaigns of each clients of an MCC account 2>I need to make the report for each of the clients of that MCC account. Now I concentrate to solve the 1st problem. I commented the //'

AdWords API New Versions of the Client Libraries Available

2010-01-22 Thread AdWords API Advisor
Hi All, This week we released new versions of some of our client libraries, introducing a variety of bug fixes, unit tests, and enhancements. New versions are available for the following languages: Java: http://code.google.com/p/google-api-adwords-java/ PHP: http://code.google.com/p/google-a

AdWords API Re: Sandbox:ADD_OPERATION_NOT_PERMITTED

2010-01-22 Thread AdWords API Advisor
Hi Ralph, The sandbox does allow for ADD operations. We typically see this error when the request is made as the MCC user, when a clientEmail isn't specified. Can you double check that you are specifying your client account correctly in the headers? Best, - Eric Koleda, AdWords API Team On Jan

AdWords API Re: TrafficEstimatorService vs Keyword Tool

2010-01-22 Thread AdWords API Advisor
Hi Shane, The v200909 TargetingIdeaService encapsulates the functionalty of the v13 KeywordToolService and SiteSuggestionService. However, this service doesn't provide estimated data, including CPC, position, etc. A separate service will exist for that information, similar to the v13 TrafficEstim

AdWords API Re: Duplicate Keywords/MatchTypes?

2010-01-22 Thread AdWords API Advisor
Hi Bobby, The match type specified in the RelatedToKeywordsSearchParameter only influences the way that keywords ideas are generated, but it doesn't restrict the match type of the returned ideas. If you only want to have certain match types returned you must use the KeywordMatchTypeSearchParamete

AdWords API Re: Exception handling using v2009

2010-01-22 Thread AdWords API Advisor
Hi, We've gotten feedback from the developers that it is currently difficult to retrieve the reason field from the ApiError since in statically typed languages you must first cast the error. I think the reflection tactic you've outlined in version 2 is a good work around for this problem. If you

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-22 Thread AdWords API Advisor
Hi Nicklas, Other users are seeing success with around 1000 operations per request: http://groups.google.com/group/adwords-api/browse_thread/thread/6a44d62d3e4e0398/ Best, - Eric On Jan 22, 4:10 am, Nicklas wrote: > Hi Eric, > Are there any updates on the   UNEXPECTED_INTERNAL_API_ERROR  in

AdWords API Re: We can't modify the keywords more than 3000..

2010-01-22 Thread AdWords API Advisor
Hi Peng, There have been some reports of timeouts happening for large requests, and it is something the core engineering team is looking in to. For the time being I would recommend sending your operations in smaller batches to avoid these timeouts. Best, - Eric Koleda, AdWords API Team On Jan 2

AdWords API Re: How Can I fetch all the campaigns of the clients under an MCC.

2010-01-22 Thread AdWords API Advisor
Hi, I believe the problem here is that you are running the report in the sandbox. All statistics in the sandbox are fake and the report service will always return an empty report. Try this request in production and you should get back the correct data. Best, - Eric Koleda, AdWords API Team On

AdWords API Re: Cost

2010-01-22 Thread AdWords API Advisor
Hi Dane, Unfortunately we are a little light on example for perl, but I believe schedule_report.pl should be enough to get you started. As for the server error, I believe this was a transient error due to an internal connection issue. Please try again and let me know if you experience any proble

AdWords API Re: BoomUserList

2010-01-22 Thread AdWords API Advisor
Hi Pete, This is a known issue and the engineers are aware of the problem. These entries aren't keywords, and you can safely ignore them. Best, - Eric Koleda, AdWords API Team On Jan 22, 4:02 am, pete wrote: > Hi > > When I create a Keyword Structure report for one of our clients, I get > 340 o

AdWords API Re: UI and APIs enforce different max length for BiddableAdGroupCriterion's DestinationUrl

2010-01-22 Thread AdWords API Advisor
Hi Hans, Thank you for bringing this to our attention. Let me follow up with the core engineering team to get more information regarding this limit. Best, - Eric Koleda, AdWords API Team On Jan 21, 6:12 pm, HK wrote: > In v13, the max length for a keyword's destinationUr was 1024, at > least t

AdWords API Sandbox:ADD_OPERATION_NOT_PERMITTED

2010-01-22 Thread Ralph Heimburger
I am testing a large scale campaign/ad/agroup rollout using sandbox (v200909) and am getting this error FaultException: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[ 0]] Does sandbox not allow for testing ADD operations? -- You received this message because you are subscrib

AdWords API Re: TrafficEstimatorService vs Keyword Tool

2010-01-22 Thread Shane
Hi Eric, Thanks for reply. Follow up question...is there a service in either the v13 or v2009 APIs that can return similar Position and CPC results to what is found using the Keyword Tool? Shane On Jan 22, 8:18 am, AdWords API Advisor wrote: > Hi Shane, > > I think the primary reason for this

AdWords API Duplicate Keywords/MatchTypes?

2010-01-22 Thread Bobby
I'm making a web service call to the Keywords tool with the matchType of BROAD specified. However, I am returned duplicate keywords of all different matchTypes. This is obviously a problem given Google penalizes you for having duplicate keywords. Here's my log: Request: ...

AdWords API Re: How do i know money spent on keyword thru API

2010-01-22 Thread AdWords API Advisor
Hi, The best way to get this information is through the ReportService: http://code.google.com/apis/adwords/docs/developer/ReportService.html The report type to use would be the Keyword Performance Report: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html T

AdWords API Re: Can't get any of my adwords campaigns

2010-01-22 Thread AdWords API Advisor
Hi J, The best way to debug this is to enable logging (described in the README) and then look at the SOAP XML request and response. Best, - Eric Koleda, AdWords API Team On Jan 21, 5:38 am, jlbandeira wrote: > I guys, > > I'm new to AdWords APi and I'm trying to get all the campaigns > associat

AdWords API Re: TrafficEstimatorService vs Keyword Tool

2010-01-22 Thread AdWords API Advisor
Hi Shane, I think the primary reason for this discrepancy is that you are comparing data from two different types of sources. If you are using the TrafficEstimatorService then you should use the Traffic Estimator web interface: https://adwords.google.com/select/TrafficEstimatorSandbox In my t

AdWords API Re: aw_api.Errors.Error: (10048, 'Address already in use')

2010-01-22 Thread AdWords API Advisor
Hi Ralph, This error appears to be caused by a problem getting sockets in windows: http://www.paessler.com/support/kb/questions/48 Best, - Eric Koleda, AdWords API Team On Jan 21, 7:05 am, Ralph Heimburger <1stpo...@gmail.com> wrote: > not sure what is causing this but it happened last night:

AdWords API Re: PlZ help

2010-01-22 Thread AdWords API Advisor
Hi, The requirements for the AdWords API PHP client library can be found in the README file: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README Best, - Eric Koleda, AdWords API Team On Jan 21, 5:01 am, ipsita rout wrote: > I have already installed nusoap.php in my ser

AdWords API Re: re-approve keywords

2010-01-22 Thread AdWords API Advisor
Hi Kevin, There isn't a feature in the API that explicitly triggers approval checking. My guess is that you need to update the keywords to have them checked for approval again. You may want to investigate further at the AdWords Help Center: http://adwords.google.com/support/aw/?hl=en Best, -

AdWords API Exception handling using v2009

2010-01-22 Thread ryo
Hi all, I am wondering what exception handling using v2009 should be implemented. (I use Java.) For example, Version 1: public String getErrorReason(ApiError error) { if (error instanceof AdError) { // return reason. } else if (error instanceof AdExtensionError) { // re

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-22 Thread Nicklas
Hi Eric, Are there any updates on the UNEXPECTED_INTERNAL_API_ERROR in production? Is there any workaround for this error? Your talking about using smaller batches, how small do you recommend? Thanks, Nicklas On 5 Jan, 23:49, AdWords API Advisor wrote: > Hi Ralph, > > I've done some more res

AdWords API We can't modify the keywords more than 3000..

2010-01-22 Thread 郭鹏
Hi, we successd using the AdGroupCriterionServiceInterface to modify 1000 keywords, but failed to modify 3000 keywords. Is there anybody have this problem? -- Regards Peng Guo -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to

AdWords API Re: Campaign Stats using PHP

2010-01-22 Thread ipsita rout
Hi Jeya This is Ipsita I have done the exact thing u asked for.Before using the below code you should keep your account information in 'Account_info.php' file. require_once('soapclientfactory.php'); require_once('Account_Info.php'); $campaign_service = SoapClientFactory::GetClient($namespace . '/

AdWords API How Can I fetch all the campaigns of the clients under an MCC.

2010-01-22 Thread ipsita rout
I wrote the following code $sandbox = 1; # Provide AdWords login information.For security reason I have not given the Proper adword information.But in my code i used the proper information. $email = "MCC gmail"; $password = "MCC Gmail's password"; $useragent = "Ipsita Test Sample"; $applicationToke

AdWords API Re: Cost

2010-01-22 Thread Dane
schedule_report.pl gives this non-informative error message: Report job failed validation due to the following error: The following SOAP fault occurred: faultcode: soapenv:Server.generalException faultstring: An internal error has occurred. Please retry your request. -- You received this me

AdWords API Re: Cost

2010-01-22 Thread Dane
I am thinking that using the webinterface to schedule the keyword report to run daily, and the API to download the report - but how do I download a specific report - are there any perl examples available? -- You received this message because you are subscribed to the Google Groups "AdWords API F

AdWords API Cost

2010-01-22 Thread Dane
I use perl. I succesfully used most testscripts. problem 1) I would like to download the cost within a given period of keywordX in adgroupY in CampaignZ problem 2) I would like to set the destination url and CPC of keywordX in adgroupY in CampaignZ any code examples? regards Dane -- You recei

AdWords API BoomUserList

2010-01-22 Thread pete
Hi When I create a Keyword Structure report for one of our clients, I get 340 odd keywords with a match type of "BoomUserList". What is this? pete -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwor

AdWords API Re: Strange Login Error

2010-01-22 Thread pete
Unbelievably the client has now pulled the campaign and removed the Login from Ad Words so I can't check. Sigh... Thank you very much for your help - if I ever see this type of issue again, I'll try the "gmail" (or vice versa) variant. Regards pete -- You received this message because you ar