Re: Marketing Dashboards

2011-11-01 Thread MT
You should try my tool, GA Data Grabber: http://gadatagrabber.automateanalytics.com/ - makes it easy to fetch any AdWords data into Excel and Powerpoint. There's a free 7 day trial. On Oct 31, 10:14 pm, Curious George i...@inovat.com wrote: Hello, i would like to create custom dashboards from

Re: Missing automatic placements data in reports

2011-11-01 Thread Edward Bells
Hi, Sorry for the late response. I have had some progress with this. It appears that the campaign with the missing data is a remarketing campaign. Should remarketing campaign data show under the 300 keyword? If not, is there any way to retrieve content network data for remarketing campaigns?

Re: Encoding Issues with the Reporting API V201109

2011-11-01 Thread Peter Petrov
I guess you can ignore this one. I figured it out. I believe the answers are: 1) Your data is UTF-8 encoded. 2) You don't escape these as you did (like #233;) but that's still OK. Regards, Peter On Mon, Oct 31, 2011 at 12:31 PM, Peter Petrov p.a.pet...@gmail.com wrote: Small correction:

Re: Marketing Dashboards

2011-11-01 Thread iateadonut
Would you download the report once a day? I would recommend using the script: /examples/v201101/ DownloadCrossClientReport.php, modified of course to your specifications. Then, you could pull the data into a database and then create php scripts to display your reports. If you can't afford to

Re: Non-MCC related account and the use of the ServicedAccountService

2011-11-01 Thread Alexander Parij
Looks like the problem is fixed and you return the usual {'accounts': [{'canManageClients': 'false', 'customerId': '-1'}]} for non-MCC accounts Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Natural Healing With The Amethyst Biomat

2011-11-01 Thread mony mony
Natural Healing With The Amethyst Biomathttp://www.newonlinehealth.com/2011/10/natural-healing-with-amethyst-biomat.html Science and analgesic acquire arise calm to beforehand this medically acclimatized accent for home and able use. The Amethyst Bio-Mats beat afire technology reverses

Internal API Error while accessing the Report Definition Service on the sandbox

2011-11-01 Thread Filipe Moreira
Hi everyone, While running a request on the sandbox report definition service I'm getting the following error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro] The request is the following: ?xml

getBulkKeywordIdeas keyword retrieval and sandbox

2011-11-01 Thread Piotr Szotkowski
When trying to come up with a minimal TargetingIdeaService.getBulkKeywordIdeas example in Ruby I ended with the below: srv = @api.service :TargetingIdeaService, :v201101 srv.get_bulk_keyword_ideas({ :idea_type = 'KEYWORD', :paging = { :start_index = 0, :number_results = 1 }, :request_type =

Stats.Network in API calls and/or Report-based workarounds

2011-11-01 Thread goo...@rndinteractive.com
On 14 Apr 2010, a member of the Google Adwords API team (at the time) wrote: http://www.mail-archive.com/adwords-api@googlegroups.com/msg07680.html Is that still answer true with the v201109 api? will it ever be changing? The reports API is unsatisfying because our customers want the

Failed to retrieve Campaign(s). Exception says ClientEmail header is not supported in v201109.

2011-11-01 Thread Nitin Singh Rajpoot Rajpoot
I was using v201101 version and passing the below details in config file. add key=ClientEmail value=x/ add key=DeveloperToken value=xx/ add key=AuthorizationMethod value=ClientLogin / add key=Email value=xx/ add key=Password value=xx/ System was working