duplicate keywords whth report service

2010-06-10 Thread Hongyu Li
I used Report Service to get account structure, I request with all column and it returned keyword count more than it should be, I found 1 keyowrd with same keywordid return twice in result, the properties all same but budget value(Daily Budget), I tryed to remove the column Daily Budget, then I get

INVALID_ENCODED_LOCATION while adding an AdExtension to a campaign.

2010-06-10 Thread Don Spaulding
Can anyone tell me why I'm getting this error while adding a LocationExtension to a campaign? The encoded location is pulled directly from the AdWords GeoLocationService, so I'm not sure why it would be invalid. The request object I'm sending looks something like this (I don't have the actual SOA

Re: use without soap on php server

2010-06-10 Thread AdWords API Advisor
Hi Tony, The AdWords API PHP client library is currently not compatible with nuSoap. The library is open source however, so you have the opportunity to add this feature: http://code.google.com/p/google-api-adwords-php/ Best, - Eric Koleda, AdWords API Team On Jun 9, 5:37 pm, thetonyleone wr

Re: TOO_FEW_OPERATIONS_IN_JOB

2010-06-10 Thread AdWords API Advisor
Hi, A minimum job size was introduced in v201003: "Since v201003, a job may have no fewer than 100 mutate operations in total." http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.BulkMutateJob.html The BulkMutateJobService is most useful when performing a large nu

Re: ReportDefinitionService questions, and code sample request

2010-06-10 Thread AdWords API Advisor
Hi All, That is correct, after the report is defined (ReportDefinition ADDed) a request to the reportdownload enpoint will generate and return the report immediately. Real data won't be returned in the sandbox, but you should get a row for each matching entity. Best, - Eric Koleda, AdWords API T

Re: Using ReportDefinitionService in sandbox what do I have to do to get sample data?

2010-06-10 Thread AdWords API Advisor
Hi All, Reports in v201003 can be run in the sandbox, and unlike the v13 reports will return real rows of data. The stats will all be zero however, since ads don't run in the sandbox. Best, - Eric Koleda, AdWords API Team On Jun 9, 10:03 am, Alex Parij wrote: > You can't generate reports on sa

Re: Retrieving keyword information

2010-06-10 Thread AdWords API Advisor
Hi, The TargetingIdeaService can be used to get keyword ideas: http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html Estimated CPC values must be retrieved from the v13 TrafficEstimatorService though: http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-

Re: How to get data from the KeywordTool?

2010-06-10 Thread AdWords API Advisor
Hi Chris, Please see the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/3b4147ce7c819c1e/ Best, - Eric Koleda, AdWords API Team On Jun 9, 11:59 am, Chris wrote: > I'd like to know if there`s a possibility to collect information about > certain keywords tha

Re: KeywordMatchType.EXACT problem

2010-06-10 Thread AdWords API Advisor
Hi, Please see the following thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/c28c21e1d7a2a837/df651da58a50fe31#df651da58a50fe31 Best, - Eric Koleda, AdWords API Team On Jun 8, 6:28 am, yaniv wrote: > Hello > i want to get an exact results for any

Re: stack

2010-06-10 Thread AdWords API Advisor
Hi, Please also check that your email address doesn't contain any special characters and isn't extremely long, as these may cause some problems. Best, - Eric On Jun 9, 5:52 am, ramonpoli wrote: > it is in that way, I have no idea why I'm getting this exception, > these are my auth.ini parameter

Access denied - Invalid_Add_Operation when trying to add a campaign using sandbox mode

2010-06-10 Thread RamonPV
Hello, I am trying to start doing some tests for a .net console App and when I try to add my first campaign I have been getting this error but it has been impossible to find the cause of it; I am using the .net library that google provides for free(google-api-adwords-dotnet); problem is that as so

Re: Turning get to getBulkKeywordIdeas?

2010-06-10 Thread AdWords API Advisor
Hi, If you look closely at the error, the trigger is the KeywordMatchTypeSearchParameter. That parameter isn't compatible with getBulkKeywordIdeas, since the method will only return BROAD match results. I'll work with the documentation team to make sure that the restriction is included in the do

soap error response

2010-06-10 Thread Mauri
Please help me here, I have no idea how to get getBulkTargetIdeas to work without erroring out. I've had no problems getting keywords from a simple get, but I can't get getBulkTargetIdeas to work I am trying to call getBulkTargetIdeas to get related keywords in bulk but I keep getting errors [me

Re: aggregationTypes dissapeared from v201003 beta:ReportDefinitionService?

2010-06-10 Thread AdWords API Advisor
Hi Yuuki, The current ReportDefinitionService beta doesn't support different aggregation types. Currently all statistics will be aggregated over the entire span of the report, like the v13 Summary aggregation type. There are plans to support additional types of aggregation, but I don't have any e

Re: Covvalue in new ReportService of new AdwordsAPI

2010-06-10 Thread AdWords API Advisor
Hi Illya, The conversion value field is not yet available in the v201003 ReportDefinitionService beta. Best, - Eric Koleda, AdWords API Team On Jun 8, 3:55 am, illya wrote: > we want to implement a report on a keyword base and what we need is a > "convvalue"(that was available in V13), that Sta

Re: wipe the sandbox database

2010-06-10 Thread AdWords API Advisor
Hi Roman, The sandbox environment is wiped about once a week, and is announced on the forum and twitter feed. In the mean time, you can rename your deleted campaigns so that there aren't name conflicts. Best, - Eric Koleda, AdWords API Team On Jun 7, 10:02 pm, Roman Gonzalez wrote: > I'm tryin

Re: Add Campaign soap call error

2010-06-10 Thread AdWords API Advisor
Hi, Please ensure that the clientEmail header uses the format client_# +em...@address.com, where # is a value 1 through 5. More information about using the sandbox is available here: http://www.youtube.com/watch?v=cqVtUdB975M&feature=PlayList&p=9CA736F591727260&playnext_from=PL&index=6 Best,

Re: Billing Information

2010-06-10 Thread AdWords API Advisor
Hi, Unfortunately billing information is not available in the API. Best, - Eric Koleda, AdWords API Team On Jun 8, 10:05 am, sonka sonka wrote: > *in Payments section > > > > > is located in Billing section)? Daily used money I can get from > > reports. But how can I get money which paid from c

Re: set monthly bugdet limit and bidding higher than daily budget

2010-06-10 Thread AdWords API Advisor
Hi Ondrej, Monthly budgets have been deprecated and are no longer available for use. We'll update the documentation to make this clearer. Best, - Eric Koleda, AdWords API Team On Jun 4, 5:37 am, Podolinek wrote: > Hello, > I'm just going through the AdWords API documentation and I don't > unde

"The developer token is invalid" response on the production

2010-06-10 Thread Alexander
I'm using production environment to request the service (not sandbox). The developer token is in the "APPROVED" state. But i'm always getting the error message "The developer token is invalid". I have checked the credentials before posting. Some advise? Here is the conversation with server. Reques

How can i sum statistics ?

2010-06-10 Thread pacen
Hello everybody, i have a small question. Is there a way that adwords can directly send me the statistique's by adgroups total ? A small example : $tab; $tab[0] = id number 1; $tab[1] = id number 2; $tab[2] = id number 3; $adGroupService= $user->GetAdGroupService();

Get in CampaignService API Call not returning correct Networks Values

2010-06-10 Thread RedZoneGlobal
Sending: http://schemas.xmlsoap.org/soap/ envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/ encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";> 91zmsEnqwQ84WAgJQldn9A ### Red

Newbie's question about using the sandbox

2010-06-10 Thread oren
Hi, As mentioned I'm a newbie to this api. While implementing a reporting job using the .NET example I got empty reports from the sanbox (unlike google's statement here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#reportservice) So I tried to working with the real a

Balance of a particular account

2010-06-10 Thread Zaher Hazeem
Hello, I can't find any references in the documentation - I am wondering if it is possible to call the balance of a particular account(s) using v200909? Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

pertinence

2010-06-10 Thread NexTone
Hi i have a recording studio and id like to know why my ads appears on a specific website for searches which do not have any pertinence with my ads. I know i received clicks for searches like restaurants, bolts,measuring instruments, plates. I am sure that among my keywords there are none that can

Re: BadAuthentication v200909 Sandbox

2010-06-10 Thread ramonpoli
It doesn't change nothing in my proyect On Jun 10, 4:25 am, Malks wrote: > I put the ini_set just after the require_once in the examples. > > I don't need the ini_set if I am running the examples from the command > line but do if I'm running the examples from a web page under Apache/ > Drupal.  A