Re: Adwords reporting using C#

2017-02-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The only way to retrieve performance metrics via AdWords API is to download a report . As shown in the example

Re: Adwords reporting using C#

2017-02-08 Thread Alpine
Thank you, sorry, maybe I am not an advanced developer. Could you give me an idea how to convert the stream to an object in C#? On Tuesday, February 7, 2017 at 7:20:01 PM UTC, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > You can refer to this example >

Re: Adwords reporting using C#

2017-02-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can refer to this example in C# to stream the results of Criteria Performance Report. You can, similarly, use this syntax to generate performance sta

Re: Adwords reporting using C#

2017-02-07 Thread Alpine
Hello, I am trying to do the same but in those examples always export the result to a file. I need to get as a object in c# to build my own object. I need to get campaigns with its performances, ads, keywords, is there an example? Thank you On Monday, September 21, 2015 at 9:11:49 PM UTC+1, Ume

Re: Adwords reporting using C#

2015-09-21 Thread Umesh Dengale
Hi Scott, You could use the CAMPAIGN_PERFORMANCE_REPORT. Please check out our DownloadCriteriaReport or DownloadCriteriaReportWithAwql

Adwords reporting using C#

2015-09-21 Thread Scott Kay
Hi, Sorry, I am new to this. I would like to get the actual cost of a campaign and, if I can, cost for each ad group. I see that there is a ReportsUtility class. It looks like I can make a request for a Campaign Performance Report but I can't find any recent examples of how to make this call. M