Re: GeoLocation -> some addresses works, some not (PHP)

2011-01-28 Thread MMV Limburg
://adwords.google.com/api/adwords/cm/ v201008"> CampaignReturnValue 75283779 Knoellweb #erstellt: 28.01.2011 11:01 - 1296208866 PAUSED SERVING 20110128 20371231 DAILY Money

Re: V13 AccountService error

2011-01-28 Thread rafal
Hi Eric, I've been struggling with that for over three weeks now. Any ideas how long it may last? Best Rafal -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Re: Having problems to get a development token. Please Help !!

2011-01-28 Thread vit
*The easiest workaround is to - Create a new gmail account for use with your MCC alone - Follow sequence (2), - Use the new login in sequence (2), after picking "I have..." option. *Dear Anash, I think this is not an option neither for me nor for other users. The entire point is to keep the s

Re: MediaService Questions

2011-01-28 Thread Pete Lavetsky (AdWords API Guru)
Code examples should be updated then: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201008/UploadImage.java Would love images to take names for easy reference later. Pete On Jan 27, 6:19 pm, AdWords API Advisor wrote: > Hi Pete, > > To address your questions: >

Re: traffic estimator geotarget

2011-01-28 Thread jmshinn
In other words, you can't target a city when requesting search volume. You can only target a country and a language. My understanding is that this is equivalent to the adwords user interface, is that correct? -Jason On Jan 27, 6:52 pm, AdWords API Advisor wrote: > Hi Murali, > > The average lo

Re: Getting Reports using v13.

2011-01-28 Thread adword user
I have made the necessasary changes and here is the updated code. $soapHeaders = ''.$email.'' .''.$password.'' //.''.$client_email.'' .''.$useragent.'' .''.$developer_token.'' .''.$application_token.''; $xmlvar = new SoapVar($soapHeaders, XSD_ANYXML ); $namespace = 'htt

Re: V13 AccountService error

2011-01-28 Thread AdWords API Advisor
Hi Rafal, It may be helpful to log into the web interface with that account, as that may force it to update the values. Best, - Eric On Jan 28, 9:55 am, rafal wrote: > Hi Eric, > > I've been struggling with that for over three weeks now. > Any ideas how long it may last? > > Best > Rafal -- =

Re: MediaService Questions

2011-01-28 Thread AdWords API Advisor
Hi Pete, Thanks for alerting us to that, we'll update the examples. I'll ask again about the names for images, but I think it's a limitation of the backend. Best, - Eric On Jan 28, 11:51 am, "Pete Lavetsky (AdWords API Guru)" wrote: > Code examples should be updated > then:http://code.google.

Re: traffic estimator geotarget

2011-01-28 Thread AdWords API Advisor
Hi Jason, That's correct, the Traffic Estimator web interface has the same limitation. Best, - Eric On Jan 28, 11:52 am, jmshinn wrote: > In other words, you can't target a city when requesting search > volume.  You can only target a country and a language.  My > understanding is that this is e

Re: Getting Reports using v13.

2011-01-28 Thread AdWords API Advisor
Hi, It looks like the request XML doesn't contain the reportJobId to get the URL of. Can you ensure that you are passing in this value correctly? Best, - Eric On Jan 28, 3:16 pm, adword user wrote: > I have made the necessasary changes and here is the updated code. > >    $soapHeaders = ''.$em

Re: Negative keywords lists via the API

2011-01-28 Thread AdWords API Advisor
Hi Rob, Unfortunately these types of shared lists aren't yet available with the API. From what I know about them they can't be shared across multiple accounts. Best, - Eric Koleda, AdWords API Team On Jan 27, 11:18 am, Rob Sedgwick wrote: > We would like to use the new feature negative keyword

Re: Adding Segments to ReportDefinition

2011-01-28 Thread AdWords API Advisor
Hi Sebastian, Please see the report migration guide for more information: http://code.google.com/apis/adwords/docs/reportguide.html#aggregation Best, - Eric Koleda, AdWords API Team On Jan 27, 11:24 am, Sebastian wrote: > Hi, > > I am trying to download reports using the PHP libraries but I

Re: RateExceededError?

2011-01-28 Thread AdWords API Advisor
Hi Bryan, Please see the following blog post for more information: http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html Best, - Eric Koleda, AdWords API Team On Jan 27, 7:52 pm, ADM wrote: > I just received 2 of these errors from the API: > > RateExceededError ra

Re: Getting Reports using v13.

2011-01-28 Thread adword user
Looks like it , But i am calling the client with the id. $reportUrl = $client->getGzipReportDownloadUrl($job->id); I will try to reformate the request and check if i am missing something. On Jan 28, 1:42 pm, AdWords API Advisor wrote: > Hi, > > It looks like the request XML doesn't contain t