public class ProductAdwordsGrouping extends ProductDimension
adwords grouping string. Not supported by campaigns of
AdvertisingChannelType.SHOPPING so is only used in ProductScopes.
Java class for ProductAdwordsGrouping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductAdwordsGrouping">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimension">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
productDimensionType| Constructor and Description |
|---|
ProductAdwordsGrouping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getProductDimensionType, setProductDimensionTypeprotected String value
Copyright © 2023. All rights reserved.