Adwords API exception An internal error has occurred. Please retry your request

2011-10-20 Thread Shobha
I am fetching the creative report using Google API v13 and the PHP code is getCreativeTsvReport( $reportName,

Re: Anyone able to access the API in an Obj-C (iOS) project?

2011-10-20 Thread jstedman
I don't think anyone has done this previously, but in order to have an api token, you probably have more accounts than can be managed from your phone. A better approach may be to build an application that runs on a server using any of the languages that there is support for, then build a front-end

Re: where can I find the AdParams in the web interface

2011-10-20 Thread Eric Koleda
Hi, Ad parameters are an API-only feature, and they can't be viewed or set via the AdWords web interface. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Anyone able to access the API in an Obj-C (iOS) project?

2011-10-20 Thread Van Du Tran
Hi jstedman, Could you clarify what you meant by more accounts than can be managed from your phone? Actually, I only want to get the number of clicks for the last 7 days for example on my iPhone. I just want to retrieve several key figures and display on the app. I do not plan to write an app

Re: Quality Score History

2011-10-20 Thread Eric Koleda
Hi Peter, The quality score returned in the report is not historical, it's the value as of the time the report was downloaded. There is no mechanism to request historical quality scores, but you can regularly run reports and record the values. Best, - Eric Koleda, AdWords API Team --

Re: Anyone able to access the API in an Obj-C (iOS) project?

2011-10-20 Thread jstedman
I would definitely recommend centralizing the API access to a server that the iPhone app would request data from. Otherwise you would have to distribute an API token with the app which is probably not in line with the terms of service. Production API tokens are usually reserved for large

Re: To get the Global and Local search volumes/ result through adwords API

2011-10-20 Thread Eric Koleda
Hi Santhosh, Please be aware that the use of the AdWords API is governed by the Terms and Conditions and the Required Minimum Functionality: http://code.google.com/apis/adwords/docs/terms.html http://code.google.com/apis/adwords/docs/requirements.html Information about the sandbox is available

Re: Get global or local search result of a keyword via API

2011-10-20 Thread Eric Koleda
Hi Santhosh, Please see my response on your other thread: https://groups.google.com/d/msg/adwords-api/rMwO6fnU04M/CndRHcyBC3YJ Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Using the AdHoc reporting

2011-10-20 Thread Van Du Tran
Hi, I'm a bit confused. Can we use OAuth only or ClientToken only? Or do we have to mix? Thanks, On Oct 19, 2:32 pm, Reed powell.r...@gmail.com wrote: THANK YOU!!  That php code was a great help!  Below is a slightly modified version of it that doesn't use OAUTH, and saves the csv

Re: Keyword Category Suggestion

2011-10-20 Thread Eric Koleda
Hi Mani, I'm also having trouble retrieving these categories. Let me ask some of my colleagues and see if I can get more information. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Verticals in v201109 AdPerformance report ?

2011-10-20 Thread Eric Koleda
Hi Andreas, My understanding is that the KeywordId of the AD report will segment the results by the criteria that triggered the ad, whether it be a keyword, placement, vertical, etc. You can retrieve further information about verticals using the CRITERIA report introduced in v201109. Best, -

Re: automatic placements full URL's

2011-10-20 Thread Eric Koleda
Hi Greg, Unfortunately it's not possible to get all the URLs your ad had an impression on, either in the UI or the API. As described in the help dialog for the Other URLs row in the UI: Other URLs These webpages ran your ads but aren't listed in the rows above. Some examples of why a URL

Re: Using the AdHoc reporting

2011-10-20 Thread Stephen Yeargin
No reason to mix the two authentication methods (you can't), just pick one or the other. My implementation uses OAuth (which used to not be available to use the ReportDefinitionService). Reed used ClientLogin for his example. - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

AuthorizationError.USER_PERMISSION_DENIE

2011-10-20 Thread Alwin
Hi I'm new with the AdWords API and I wanted to get started with the examples and then learning by doing. I got two main problems and I think I have some trouble with my API authentication 1) when I run the GetAllCampaigns.java I get that there are no campaigns (actually there is a active

V201109 csv report format re quote characters?

2011-10-20 Thread Reed
Loaded a bunch of csv reports from criteria performance report - all of them have the usual title in the first line of the csv. But the title is in html quotes, not real quotes. ie, quot; instead of just ' Seems an odd thing to do in a csv file. Is this a bug or the intended behavior? thanks,

Re: Search Volume for mobile searches?

2011-10-20 Thread Eric Koleda
Hi Calford, You should be able to use the DeviceTypeSearchParameter to limit your results to only mobile phones: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.DeviceTypeSearchParameter.html Best, - Eric Koleda, AdWords API Team --

google Client library for reports for v201109

2011-10-20 Thread Cap'n of d'Ship
Pardon my ignorance, but where can I get the google client library java client for v201109? I'm looking at calling the reports (like Campaign Performance report, etc.). -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

How to get a report. sample code? where to find it?

2011-10-20 Thread Cap'n of d'Ship
I can't find sample java code for getting reports for V201109. I'm using the V13 version =). any help would be appreciated. I looked at the API already but needs a sample code that I can pattern mine to thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Quality Score History

2011-10-20 Thread timp
Hey there, Will changes in quality score trigger the customer sync service to signal that a criterion has changed? Or do I have to download a keyword report everyday? Thanks, -tim On Oct 20, 12:13 pm, Eric Koleda eric.kol...@google.com wrote: Hi Peter, The quality score returned in the