Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-15 Thread Kevin Winter
Hi, Unfortunately, this is not a supported field via the API at this time. Since the field does not have any analog in the API, we felt it does not make sense to return it in API reports. This is consistent with the existing report definition behavior which does not allow these fields to be

Re: [Docs] selecting UserListMembershipStatus for Criterion in CampaignCriterionService

2011-08-15 Thread Danial Klimkin
Hi Wilrik, I am looking into it. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

Re: Get All Keywords from an existing Ad Group

2011-08-15 Thread Danial Klimkin
Hi Joseph, Please check with PHP code examples: http://code.google.com/p/google-api-adwords-php/source/browse/trunk#trunk/examples/v201101 Particularly: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllAdGroupCriteria.php -Danial, AdWords API T

Re: API setup I always get error that client must be specified

2011-08-15 Thread Danial Klimkin
Hello John, You should use your MCC login for email field and a linked AdWords account login for clientEmail (or its ID in clientCustomerId field). MCC accounts are used for managing other accounts and should not be used for actual campaigns. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=

Re: Notice: Undefined offset: 1 in AdsSoapClient.php on line 285 Could not connect to host

2011-08-15 Thread Danial Klimkin
Hello Oleg, Does your hosting allow outbound connections? It appears the library is unable to reach google services. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

Re: Fatal error: Cannot redeclare non static AdWordsSoapClient::$endpoint as static TargetingIdeaService::$endpoint ???

2011-08-15 Thread Eric Koleda
Hi AmateurMetheus, The AdWords API PHP client library required the PHP SOAP extension, and other PHP SOAP libraries are not supported. If you follow the inheritance down, TargetIdeaService eventually extends SoapClient, which is provided by

Re: AdGroupAdService not retrieving all the ads

2011-08-15 Thread Eric Koleda
Hi, Unfortunately these types of ads cannot be retrieved by the AdGroupAdService. What type of operations do you wish to perform on these ads? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: TrafficEstimatorService getting zero values for lowerCPC, upperCPC....

2011-08-15 Thread prashant
Hi, Can anybody help me out with this?? Thanks, Prashant On Aug 12, 4:38 pm, prashant wrote: > Hi, > I am using trafficEstimatorService and when I try to get estimates for > a list of keywords. Most of  them are returned with zero values for > lower CPC, upper CPC, Lower Clicks per Day and Upper

InfoService with API v201101

2011-08-15 Thread ovikast
Hi, I'm getting the following error when trying to get APi usage for one client under MCC: [ApiUsageError.INVALID_CLIENT_EMAIL @ selector; trigger:'email'] -code used- // Get the InfoServic

Developer token

2011-08-15 Thread Vehix ETL
It's been two weeks since we submitted our application for a developer token and it still says Pending Approval. What's the hold up? How long does it take to get things rolling? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector

2011-08-15 Thread Eric Koleda
Hi Tim, Without looking into that specific case it's hard to determine the cause. In general a delay shouldn't be needed between requests. My guess is that trying to download it again won't work, but if you provide the report definition ID I can look into it further. Best, - Eric Koleda, AdW

Re: AdGroup Keyword Limit

2011-08-15 Thread Eric Koleda
Hi Ian, I believe the limit only applies to active keywords, not paused or deleted ones. I would expect the 2000 limit to be enforced in the sandbox, but I'm not certain. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Search Query Performance Report for Today or Yesterday?

2011-08-15 Thread Abhinay Mehta
Hi all, When I try and download SEARCH_QUERY_PERFORMANCE_REPORT for today or yesterday, the report is always empty. Is there some rule that I've missed that says you can't get search query reports for today or yesterday? Every other date is fine. Any help on this would be much appreciated. T

Random SOAP faults in AdParamService

2011-08-15 Thread valeriy
We started getting these errors today for some of the client accounts. Does not happen in sandbox. javax.xml.ws.soap.SOAPFaultException: Cannot find method [get] version=v201101 in class [interface com.google.ads.api.se rvices.campaignmgmt.adparam.AdParamService] while invoking public abstract

Re: Merging Ad, Keyword, and Managed Placement Performance Reports

2011-08-15 Thread bgraves
Changing our database structure isn't an option right now. We really need a single report comparable to the v13 Keyword Performance Report. Was anyone able to merge the 3 reports together in .NET? On Jul 29, 4:35 am, TJ wrote: > We don't merge them. Instead, use each to write to the different >

Exact match keywords

2011-08-15 Thread Abr17
Hello, I'm currently developing a desktop application based on the concept of importing CSV file from Google keyword tool and then filtering the keyword list according to the exact match query " " . What do I need to integrate that in my app? Do I need an API or just a specific code? Thanks --

CPC API?

2011-08-15 Thread Darko
Say I want to make an app which will use the AdWords API to get an approximate CPC or cost per click for every keyword. Is there a way to do this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: Random SOAP faults in AdParamService

2011-08-15 Thread c)hri
same here - any hints? c)hri On 15 Aug., 21:04, valeriy wrote: > We started getting these errors today for some of the client accounts. Does > not happen in sandbox. > > javax.xml.ws.soap.SOAPFaultException: Cannot find method [get] > version=v201101 in class [interface com.google.ads.api.se > rv