Ads API .NET library
|
This code example adds a user list (a.k.a. audience) and uploads hashed email addresses to populate the list. 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 adds a user list (a.k.a. audience) and uploads hashed email addresses to populate the list.
Note: It may take up to several hours for the list to be populated with members. Email addresses must be associated with a Google account. For privacy purposes, the user list size will show as zero until the list has at least 1000 members. After that, the size will be rounded to the two most significant digits.
|
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.Lib.AdsUser.GetService().
|
get |
Returns a description about the code example.