Ads API .NET library
|
This code example streams the results of an ad hoc report, collecting total impressions by network from each line. This demonstrates how you can extract data from a large report without holding the entire result set in memory or using files. More...
Public Member Functions | |
void | Run (AdWordsUser user) |
Runs the code example. More... | |
Static Public Member Functions | |
static void | Main (string[] args) |
Main method, to run this code example as a standalone application. More... | |
Properties | |
override string | Description [get] |
Returns a description about the code example. More... | |
![]() | |
abstract string | Description [get] |
Returns a description about the code example. More... | |
This code example streams the results of an ad hoc report, collecting total impressions by network from each line. This demonstrates how you can extract data from a large report without holding the entire result set in memory or using files.
|
inlinestatic |
Main method, to run this code example as a standalone application.
args | The command line arguments. |
|
inline |
Runs the code example.
user | The AdWords user. |
References Google.Api.Ads.Common.Util.Reports.ReportResponse.Stream, and Google.Api.Ads.AdWords.Util.Reports.v201809.ReportQuery.ToString().
|
get |
Returns a description about the code example.