Re: Error downloading report

2010-07-02 Thread manolator
Hi coldsurf, to download a report, you have to do a HTTP request to the URL mentioned on http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefinitionService.html DownloadReportDefinition sounds like it's the method to fetch existing ReportDefinitions, but not the reports themselve.

Re: get request on TargetingIdeaService started returning different results within the last 12 hours

2010-07-02 Thread Stuart
Although the results haven't changed, I have found a workaround by using the STATS instead of IDEAS for the requestType -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

How can we get into MCC account with existing adwords account?

2010-07-02 Thread oscprofessionals
To use developer token on live site we need a MCC account. But we are facing a problem that we can not upgrade our existing Google Adwords account to MCC account. We are getting the following message: The login is already an AdWords account. How can we get into MCC account with existing adwords

Top performing keywords and ads.

2010-07-02 Thread Mr. Junior
Hi guys, I am developing a tool that will display campaign stats (clicks, impressions, cpc, conversions, etc), Keywords stats and ads stats. I have completed displaying campaign stats but could not find how to implement / display best performing keywords for each campaign i.e. displaying all top

Re: My reports stopped, whats the alternative now?

2010-07-02 Thread Justin
Anyone? (bump) On Jul 1, 5:10 pm, Justin jusm...@gmail.com wrote: Hi guys, I was running daily reports which have now stopped due to the 22nd June sunset for V13. I see on the whats new v2009 page that the ReportService is coming

Recieve Google Competition Value

2010-07-02 Thread WoY
Hey guys, First Question: is there a possibility on the google api the competition number of the organic search to get. For example Keyword: seo 191,000,000 Search Results. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

No last two months (April/May) search volume for TARGETED_MONTHLY_SEARCHES with TargetingIdeaSelector and data is wrong

2010-07-02 Thread keyword volume
Hi, I'm having a trouble to getting monthly local search volume with the targeting idea service. It is not only missing last two months (Apr/May) search volumes, but also the data is completely wrong. I was comparing the local search volume between the data from Adwords api and from Adwords

Re: No April/May search volume with targeting idea service.

2010-07-02 Thread chewy
To: Eric Koleda, AdWords API Team... Were you able to find an answer to this issue? I've been seeing the same things as well. On Jun 25, 1:05 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Dmitriy, Thank you for reporting this issue.  I'll investigate the problem and

Re: My reports stopped, whats the alternative now?

2010-07-02 Thread manolator
The v13 ReportService is unchanged still running. On Jul 2, 12:51 pm, Justin jusm...@gmail.com wrote: Anyone? (bump) On Jul 1, 5:10 pm, Justin jusm...@gmail.com wrote: Hi guys, I was running daily reports which have now stopped due to the 22nd June sunset for V13. I see on the whats

Update campaign status via bulkmutatejobService

2010-07-02 Thread axum
Is there some c# code samples on how to update(pause) a campain status using the bulkmutatejobservice? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Pulling down a report already created via the MCC custom report

2010-07-02 Thread a...@epiphanysolutions.co.uk
Hi, I've created a report template in the MCC which pulls together the data for a number of campaigns which collectively all send traffic to a single domain. It is currently set to run daily and set to send an email with the report attached in XML format. I'd like to know if it is possible to

Re: No April/May search volume with targeting idea service.

2010-07-02 Thread Jason Tan
I am also experiencing this problem with missing data for June 2010 since rolling over to the new month on July 1. On Jul 1, 6:50 pm, chewy lemuelp...@gmail.com wrote: To: Eric Koleda, AdWords API Team... Were you able to find an answer to this issue?  I've been seeing the same things as

Re: Getting started

2010-07-02 Thread AdWords API Advisor
Hi, What version of PHP are you using? Is anything written to the SOAP XML logs? Best, - Eric On Jul 1, 3:49 am, netport y...@netport.com.tr wrote: this is what i did so far : i installed aw_api_php_lib_2.2.0.tar put the files under htdocs (i am using apache server) changed auth.ini and

Re: Targeting Idea Service using the java API client

2010-07-02 Thread AdWords API Advisor
Hi Martin, Can you post the sanitized SOAP XML request and response that demonstrates the problem? To just receive statistics on your seed keyword you should use the requestType STATS instead of IDEAS. Best, - Eric Koleda, AdWords API Team On Jul 1, 8:04 am, Martin martin.lars...@jajja.com

Re: time for approval of the API

2010-07-02 Thread AdWords API Advisor
Hi, It can take up to two weeks, but usually happens sooner. If your token was previously approved then you can continue to use it even while it is under re-review. Best, - Eric Koleda, AdWords API Team On Jul 1, 10:23 am, ad...@lederoase.de ad...@lederoase.de wrote: Hi, for several weeks i

Re: My reports stopped, whats the alternative now?

2010-07-02 Thread AdWords API Advisor
Hi Justin, There was no sunset of v13 services on June 22nd, and the v13 ReportService is still up and running. The v201003 beta includes a ReportDefinitionService which can also be used to retrieve reports:

Re: Monthly search volume

2010-07-02 Thread AdWords API Advisor
Hi Jason, This is the expected behavior. The monthly search volume data for the last month only becomes available about a week after the month has ended. Best, - Eric Koleda, AdWords API Team On Jul 1, 11:54 am, Jason Tan jasonw...@gmail.com wrote: Starting this morning, when requesting

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-07-02 Thread AdWords API Advisor
Hi, Can you post the sanitized SOAP XML request and response that demonstrates the error? Best, - Eric Koleda, AdWords API Team On Jul 1, 2:43 pm, ojak ojakub...@gmail.com wrote: Receiving InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when submitting a BulkMutateJob. The API docs state is:

Re: Bulkmutatejobservice

2010-07-02 Thread AdWords API Advisor
Hi, The AdWords API .NET client library includes an example for the BulkMutateJobService: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/PerformBulkMutateJob.cs Best, - Eric Koleda, AdWords API Team On Jul 1, 2:58 pm, axum axumch...@gmail.com wrote:

Re: Receiving BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS for non-fractional digits (Ruby API)?

2010-07-02 Thread AdWords API Advisor
Hi, Thanks for the suggestion, I'll pass it along to our documentation team. Best, - Eric On Jul 1, 5:03 pm, ojak ojakub...@gmail.com wrote: Thanks for the response. It'd probably be a good idea to clarify this (intended) behavior in the API docs, as the 'type Money' docs are unclear

Re: Is it possible to query the start time of a BulkMutateJob?

2010-07-02 Thread AdWords API Advisor
Hi, Yes. If you set BulkMutateJobSelector.includeHistory to true then the BulkMutateJob.history field will be populated, which will include the time it started processing. http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.BulkMutateJobSelector.html

Re: Monthly search volume

2010-07-02 Thread Jason Tan
I haven't noticed this for previous months. If this is expected, why is the data point for a month with no data not omitted? The current response makes it difficult to distinguish between the last month not being available yet, and the last month having a 0 search volume. - Jason On Jul 2,