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

2011-08-12 Thread prashant
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 Clicks per Day. e.g. Keyword:MAP QUEST DRIVING DIRECTIONS Lower Avg. Position: 1.0 Upper Avg. Position:

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread khanh
This does NOT solve my problem. The UI report has a column called Phone Cost. I can not retrieve Phone Cost (it's not a field available) from the API and must generate the column/report via the UI. Why should retrieving the report which is XML break? If i manually save the XML file from the UI a

[Docs] selecting UserListMembershipStatus for Criterion in CampaignCriterionService

2011-08-12 Thread Wilrik Mook
Dear team, Adding the field "UserListMembershipStatus" to the selector in the CampaignCriterionService generates a "SelectorError.INVALID_FIELD_ NAME" exception. For the AdGroupCriterionService, which uses the same Criterion classes, it succeeds without exception. Could you look into this? Reg

Re: Intermittent NOT_ADS_USER error message

2011-08-12 Thread Eric Koleda
Hi Yaron, I'll work with the core engineering team to see if I can more information about the cause these errors, as your requests seem to fine. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:/

Re: Cost of using the AdWords API to manage ads and keywords

2011-08-12 Thread timp
You may also think about using the CustomerSyncService. Seems to work well. In the past there were all sorts of tangential problems to using the Reports for info retrieval (file size clipping (which there is was a hack around), long execution time, google sometimes would (occurred just a few day

Re: ReportDefinitionError - Simple Campaign Report

2011-08-12 Thread Kevin Winter
We have an update for this issue: https://groups.google.com/forum/#!topic/adwords-api/sHvSoAQTy54 - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread Kevin Winter
We have an update for this issue: https://groups.google.com/forum/#!topic/adwords-api/sHvSoAQTy54 - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Downloading UI reports via API is not supported - will give error ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT

2011-08-12 Thread Kevin Winter
Recently, we made changes that prevent reports that have been defined in the UI from being downloaded via the API. Previously, it was possible to define a report via the UI, retrieve the ReportDefinition via the API and download it via the API. Additionally, in the coming weeks reports defined

Get All Keywords from an existing Ad Group

2011-08-12 Thread Joseph Ng.
Hi, Is there any PHP script to get all keywords from an existing Ad Group? Thanks in advance :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: RE: Account Access

2011-08-12 Thread Kevin Winter
Hi, Unfortunately, this is not possible for users, only for accounts managed by the MCC: http://code.google.com/apis/adwords/docs/reference/latest/ServicedAccountService.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread Kevin Winter
Hi, To save time, how about you just send me the php code that is defining the report definition? I should be able to reconstruct how the report should look like from that and attempt to reproduce. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Predicate Adding and removing Programtically

2011-08-12 Thread Sajan Maharjan
HI, I have been using Google API for .NET client for quite a time. Now, i am facing a problem with predicates. After we define all the predicates, we actually need to assign them to the selector. like selector.predicates = new Predicate[] {adGroupPredicate, campaignPredicate}; But lets say we

Re: Getting a criterion's actual serving status (whether blocked at adGroup or campaign level)

2011-08-12 Thread jstedman
This cannot be achieved by one call per criteria. You could get the Campaign.status, AdGroup.status, Keyword.status all at the same time by downloading a keyword performance report and including "AdGroupStatus", "CampaignStatus", "Status" in your report. This however does not include the Campaign.

SandBox connection

2011-08-12 Thread Mouloud Zennadi
After installing php as environnmentale variable, i move the file php.exe on the folder where is my librarie (v200909), and it seems to change some things, because befor i had got the following message: 'php' is unknown as internal commande or external, or as executable program or as file command

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

2011-08-12 Thread John Lawson
Hi Daniel thank you for the response The Error message is " Must specify a client in order to do traffic estimates. " I used My MCC email address as both 'email' and 'clientemail' fields. I also tried to set this mail in each of this fields separately, but this also failed with error. -- =~=~=

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread opalepatrick
Well this morning twice I got 'ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector', then the third time, it worked (this is a re-created report via the API), still working. However, I also cannot get a report because $user->LogAll(); gives me a fatal error, $user->LogDefaults();