This code example activates all line items for the given order. To be activated, line items need to be in the approved (needs creatives) state and have at least one creative associated with them. To approve line items, approve the order to which they belong by running ApproveOrders.cs. To create LICAs, run CreateLicas.cs. To determine which line items exist, run GetAllLineItem.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 activates all line items for the given order. To be activated, line items need to be in the approved (needs creatives) state and have at least one creative associated with them. To approve line items, approve the order to which they belong by running ApproveOrders.cs. To create LICAs, run CreateLicas.cs. To determine which line items exist, run GetAllLineItem.cs.
static void Google.Api.Ads.AdManager.Examples.CSharp.v202402.ActivateLineItem.Main |
( |
| ) |
|
|
inlinestatic |
Main method, to run this code example as a standalone application.
void Google.Api.Ads.AdManager.Examples.CSharp.v202402.ActivateLineItem.Run |
( |
AdManagerUser |
user | ) |
|
|
inline |
override string Google.Api.Ads.AdManager.Examples.CSharp.v202402.ActivateLineItem.Description |
|
get |
Returns a description about the code example.
The documentation for this class was generated from the following file: