Ads API .NET library
|
This code sample illustrates how to perform asynchronous requests using BatchJobService and incremental uploads of operations. It also demonstrates how to cancel a running batch job. More...
Public Member Functions | |
void | Run (AdWordsUser user, long adGroupId) |
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 sample illustrates how to perform asynchronous requests using BatchJobService and incremental uploads of operations. It also demonstrates how to cancel a running batch job.
|
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. |
adGroupId | Id of the ad groups to which keywords are added. |
References Google.Api.Ads.AdWords.v201809.BatchJob.downloadUrl, Google.Api.Ads.Common.Lib.AdsUser.GetService(), Google.Api.Ads.AdWords.v201809.BatchJob.processingErrors, and Google.Api.Ads.AdWords.v201809.TemporaryUrl.url.
|
get |
Returns a description about the code example.