A ProductPartitionTree is a container for a root ProductPartitionNode that also handles applying changes made to the tree under the root.
More...
A ProductPartitionTree is a container for a root ProductPartitionNode that also handles applying changes made to the tree under the root.
Creates a new ProductPartitionTree based on the collection of ad group criteria provided.
If retrieving existing criteria for use with this method, you must include all of the fields in REQUIRED_SELECTOR_FIELD_ENUMS in your selector.
- Parameters
-
adGroupCriteria | The list of ad group criteria. |
- Returns
Creates a new ProductPartitionTree based on the collection of ad group criteria provided.
If retrieving existing criteria for use with this method, you must include all of the fields in REQUIRED_SELECTOR_FIELD_ENUMS in your selector.
- Parameters
-
adGroupId | The ad group ID. |
adGroupCriteria | The list of ad group criteria. |
- Returns
Creates a new tree by retrieving the product partition of the specified ad group.
- Parameters
-
user | The user that owns the ad group.. |
adGroupId | The ad group ID. |
- Returns
- An in-memory representation of the product partition tree in this ad group.
Gets the mutate operations that will apply the changes made to this tree.
- Returns
- The list of mutate operations.
override string Google.Api.Ads.AdWords.Util.Shopping.v201809.ProductPartitionTree.ToString |
( |
| ) |
|
|
inline |
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.
const int Google.Api.Ads.AdWords.Util.Shopping.v201809.ProductPartitionTree.NEW_ROOT_ID = -1 |
The ID for a new root node.
const int Google.Api.Ads.AdWords.Util.Shopping.v201809.ProductPartitionTree.ROOT_PARENT_ID = 0 |
The parent ID for root node.
long Google.Api.Ads.AdWords.Util.Shopping.v201809.ProductPartitionTree.AdGroupId |
|
get |
Gets the ad group ID for this tree.
Gets the root node of this tree.
The documentation for this class was generated from the following file: