One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level).
More...
|
override string | ToString () |
| Returns a System.String that represents this instance. More...
|
|
|
ProductDimensionType | type [get, set] |
| Dimension type of the category. Indicates the level of the category in the taxonomy. This field can be filtered on using the value "ParentDimensionType". The value must be one of {BIDDING_CATEGORY_L1, BIDDING_CATEGORY_L2, BIDDING_CATEGORY_L3, BIDDING_CATEGORY_L4, BIDDING_CATEGORY_L5}. This field is required and should not be More...
|
|
bool | typeSpecified [get, set] |
|
long | value [get, set] |
| ID of the product category. This field can be filtered on using the value "ParentDimensionId". More...
|
|
bool | valueSpecified [get, set] |
|
string | ProductDimensionType [get, set] |
| Indicates that this instance is a subtype of ProductDimension. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More...
|
|
One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level).
override string Google.Api.Ads.AdWords.v201809.ProductBiddingCategory.ToString |
( |
| ) |
|
|
inline |
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.
Dimension type of the category. Indicates the level of the category in the taxonomy. This field can be filtered on using the value "ParentDimensionType". The value must be one of {BIDDING_CATEGORY_L1, BIDDING_CATEGORY_L2, BIDDING_CATEGORY_L3, BIDDING_CATEGORY_L4, BIDDING_CATEGORY_L5}. This field is required and should not be
null
when it is contained within Operators : ADD.
bool Google.Api.Ads.AdWords.v201809.ProductBiddingCategory.typeSpecified |
|
getset |
true
, if a value is specified for type, false
otherwise.
long Google.Api.Ads.AdWords.v201809.ProductBiddingCategory.value |
|
getset |
ID of the product category. This field can be filtered on using the value "ParentDimensionId".
bool Google.Api.Ads.AdWords.v201809.ProductBiddingCategory.valueSpecified |
|
getset |
true
, if a value is specified for value, false
otherwise.
The documentation for this class was generated from the following files: