Adword API error

2010-06-14 Thread Hudar
Hi, Wondering if anyone had any experience like this before or have any idea what were wrong. I try to submit a keyword and textad after creating a campaign and adgroup. For this, I use bulk service, use the same code as in adword 2009 example. But then got this error in function CreateAndBeginJob

Re: Customer id is always 0 on sandbox

2010-06-14 Thread khelll
Yes still getting 0. On Jun 14, 8:30 pm, AdWords API Advisor wrote: > Hi, > > I'm not able to replicate this issue with my own sandbox account.  Are > you still seeing this behavior? > > Best, > - Eric Koleda, AdWords API Team > > On Jun 12, 8:42 pm, khelll wrote: > > > > > > > I'm trying to get

Re: Empty NGRAM_GROUP value in TargetingIdeaService.get method

2010-06-14 Thread Sergey Mashentsev
Hi, Yes, problem still exists. I'm using php client library (http://code.google.com/p/google-api- adwords-php/). Here is XML I get from SoapClient used in this lib: Request XML body: adventure BROAD BROAD

Re: Newbie's question about using the sandbox

2010-06-14 Thread AdWords API Advisor
Hi, It looks like you have many fields commented out, and I'm not sure you have all the required fields specified. Have you tried the example included with the client library? http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v13/ReportServiceStructureDemo.java Th

Re: how to find search volume in different countries?

2010-06-14 Thread AdWords API Advisor
Hi Jay, You can add the CountryTargetSearchParameter to limit the statistics to certain countries: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html If you add all three countries to your request you will get the sum search volume.

Re: Balance of a particular account

2010-06-14 Thread AdWords API Advisor
Hi Zaher, You can use the InfoService to get this information: http://code.google.com/apis/adwords/v2009/docs/reference/InfoService.InfoSelector.html You can select the apiUsageType FREE_USAGE_API_UNITS_PER_MONTH to get your total free units per month, and select UNIT_COUNT to determine how m

Re: Customer id is always 0 on sandbox

2010-06-14 Thread AdWords API Advisor
Hi, I'm not able to replicate this issue with my own sandbox account. Are you still seeing this behavior? Best, - Eric Koleda, AdWords API Team On Jun 12, 8:42 pm, khelll wrote: > I'm trying to get the customer id of some client on sandbox. > I was using exactly the code > examplehttp://code.

Re: CUSTOMER_NOT_FOUND in Sandbox with Java

2010-06-14 Thread AdWords API Advisor
Hi Barton, The sandbox environment doesn't use your production account credentials or ids. An introduction to using the sandbox is available here: http://www.youtube.com/watch?v=cqVtUdB975M Best, - Eric Koleda, AdWords API Team On Jun 11, 11:26 am, Barton wrote: > Hi, > > I'm am running the

Re: Turning get to getBulkKeywordIdeas?

2010-06-14 Thread AdWords API Advisor
Hi, Unfortunately it isn't possible to use the BulkMutateJobService to get targeting ideas in bulk. Are you trying to get new keyword ideas or just stats on known keywords? Best, - Eric On Jun 11, 12:15 pm, Mauri wrote: > Is there any way to get BROAD (and PHRASE) match results in bulk? By > c

Re: v201003 beta : ReportDefinitionService - getReportFields - Not contains all fields

2010-06-14 Thread AdWords API Advisor
Hi Jony, Thanks for this information, I'll follow up on this as well. Best, - Eric On Jun 11, 10:38 am, Jony wrote: > Thanks ! > > There is an other problem. CampaignId field isn't present in every > reports. > For example with an AD_PERFORMANCE_REPORT I can get the field > "CampaignName" but t

Re: PAYLOAD_STORE_UNAVAILABLE

2010-06-14 Thread AdWords API Advisor
Hi, The PAYLOAD_STORE_UNAVAILABLE error should be rare, but it may sporadically occur. When you receive this error, wait for 30-60 seconds and try the request again. Best, - Eric On Jun 11, 5:24 am, mariek wrote: > this problem seems not to be solved, or I get it from some another > reason ? >

Re: v201003 php examples

2010-06-14 Thread AdWords API Advisor
Hi, There are the following examples included with the PHP Client Library: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/AddKeywordsPerformanceReportDefinition.php http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/Dow

Re: Empty NGRAM_GROUP value in TargetingIdeaService.get method

2010-06-14 Thread AdWords API Advisor
Hi Sergey, I'm not able to reproduce this problem, are you still seeing this behavior? If so, can you post a sample XML request and response? Best, - Eric Koleda, AdWords API Team On Jun 11, 6:22 am, Sergey Mashentsev wrote: > Hi everybody, > > When I trying to get keyword ideas with Targeting

Re: KeywordMatchType.EXACT problem

2010-06-14 Thread yaniv
Hi, well i think it my mistake that i was not so clear, i try again. i don't care to get many many results back. the problem is the statistic result. GLOBAL_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES those number are wide! and not exact for the word in google key word tool when you move

Ecommerce Site Offering Adwords API - revenue share opportunity?

2010-06-14 Thread William
If a third party ecommerce site offers Google adwords management via API, is there any potential revenue share for the ecommerce site? i.e. is there any opportunity for third parties to earn revenue directly from Google for referring these customers to use AdWords? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Report download format GZIPPED_XML in v201003?

2010-06-14 Thread manolator
Hi, reports can berequested as gzipped CSV, but XML can only be requested as not-gezipped. Are there any plans to add GZIPPED_XML to the available download formats? Best, Manfred -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: unspecific error in ReportDefinitionService (v201003)

2010-06-14 Thread manolator
Hi Eric, this is the log output. Best, Manfred [14 Jun 2010 17:20:46,179 - DEBUG] http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://schemas.xmlsoap.org/soap/ actor/next" soapenv:mustUndersta

Retrieving request parts from completed BulkMutateJob

2010-06-14 Thread Mike R.
Is there any way to retrieve the submitted request parts from a completed BMJS job? We don't hang on to the submitted request parts once they're submitted to the engine for memory-use/performance reasons so we'd need to get these from the completed job. Looking at the API docs and stepping throug

Re: BadAuthentication v200909 Sandbox

2010-06-14 Thread kondalarao yarragunta
> Hi, > > > i treid to run php client library for sandbox like > aw_api_php_lib_2.2.0_src.tar and i am setting the accounts in auth.ini file > like > > email = "x...@gmail.com" > password = "xyz" > userAgent = "xx" > applicationToken = "ignored" > developerToken = "x...@gmail.com++usd" > > >

Re: Newbie's question about using the sandbox

2010-06-14 Thread oren
Hi Eric, Got the MCC billing account working and now i'm able to submit the DefinedReportJob and get back the url for the report but for some reason all the reports contain the headers only with the colomn names but with no data. This happens in the sandbox and in the "real" account, which btw bill

how to find search volume in different countries?

2010-06-14 Thread Jay
We are using this code. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetRelatedKeywords.php We went thru the manuals and docs. We want to show search volumes in UK, USA and Canada. hows that possible? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A