Re: Traffic estimator graph

2012-08-19 Thread Michael Ni
Kevin, I am able to get mean_avg_cpc mean_avg_position mean_clicks mean_total_cost however, to produce the graph, how do i get daily impressions and CTR? mike On Wednesday, May 2, 2012 7:25:31 AM UTC-7, Kevin Winter wrote: > > Hi Udy, > The Google Visualization API allows you to create charts

Re: Traffic estimator graph

2012-08-19 Thread jstedman
Mike, You could use the DataService to get BidLandscapes which include estimated impressions and clicks for each bid, then derive an estimated CTR from that. On Sunday, August 19, 2012 5:45:37 AM UTC-4, Michael Ni wrote: > > Kevin, > > I am able to get > mean_avg_cpc > mean_avg_position > mean

character encoding question (.net library issue?)

2012-08-19 Thread Crosby (StoneTempleConsulting)
getting an odd error here and hope for some help tracking it down. SSIS is tripping up on characters being passed from the Adhoc Search Query Performance report. I'm using the .net library to download the file. in the adwords.com interface, it looks like this: When I manually download from the

Re: character encoding question (.net library issue?)

2012-08-19 Thread Crosby (StoneTempleConsulting)
following up a bit... when I download with DownloadFormat as CSV or TSV, i get the same issue. But when I download as .XML, the characters seem to come down encoded correctly. ... this is looking more like a .net library issue? FWIW, I'm on v13.3.0 of the .net client library. Does anybody know i