This code example creates custom field options for a drop-down custom field. Once created, custom field options can be found under the options fields of the drop-down custom field and they cannot be deleted. To determine which custom fields exist, run GetAllCustomFields.cs.
More...
|
static void | Main () |
| Main method, to run this code example as a standalone application. More...
|
|
|
string | GetTimeStamp () |
| Gets the current time stamp. More...
|
|
static string | _T (string prompt) |
| Retrieves a user provided sample value. More...
|
|
This code example creates custom field options for a drop-down custom field. Once created, custom field options can be found under the options fields of the drop-down custom field and they cannot be deleted. To determine which custom fields exist, run GetAllCustomFields.cs.
static void Google.Api.Ads.AdManager.Examples.CSharp.v202402.CreateCustomFieldOptions.Main |
( |
| ) |
|
|
inlinestatic |
Main method, to run this code example as a standalone application.
void Google.Api.Ads.AdManager.Examples.CSharp.v202402.CreateCustomFieldOptions.Run |
( |
AdManagerUser |
user | ) |
|
|
inline |
override string Google.Api.Ads.AdManager.Examples.CSharp.v202402.CreateCustomFieldOptions.Description |
|
get |
Returns a description about the code example.
The documentation for this class was generated from the following file: