public class DomainCategory extends DimensionProperties
No categories available means that AdWords couldn't automatically find categories for your website. To control how categories are assigned, manually add breadcrumbs to your webpages.
Categories can be filtered by domain name or by a set of campaign IDs.
Java class for DomainCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainCategory">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}DimensionProperties">
<sequence>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="coverage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isoLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recommendedCpc" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="hasChild" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="categoryRank" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Integer |
categoryRank |
protected Double |
coverage |
protected String |
domainName |
protected Boolean |
hasChild |
protected String |
isoLanguage |
protected Money |
recommendedCpc |
levelOfDetaildataEntryType| Constructor and Description |
|---|
DomainCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
Integer |
getCategoryRank()
Gets the value of the categoryRank property.
|
Double |
getCoverage()
Gets the value of the coverage property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getIsoLanguage()
Gets the value of the isoLanguage property.
|
Money |
getRecommendedCpc()
Gets the value of the recommendedCpc property.
|
Boolean |
isHasChild()
Gets the value of the hasChild property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCategoryRank(Integer value)
Sets the value of the categoryRank property.
|
void |
setCoverage(Double value)
Sets the value of the coverage property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setHasChild(Boolean value)
Sets the value of the hasChild property.
|
void |
setIsoLanguage(String value)
Sets the value of the isoLanguage property.
|
void |
setRecommendedCpc(Money value)
Sets the value of the recommendedCpc property.
|
getLevelOfDetail, setLevelOfDetailgetDataEntryType, setDataEntryTypeprotected String category
protected Double coverage
protected String domainName
protected String isoLanguage
protected Money recommendedCpc
protected Boolean hasChild
protected Integer categoryRank
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic Double getCoverage()
Doublepublic void setCoverage(Double value)
value - allowed object is
Doublepublic String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic String getIsoLanguage()
Stringpublic void setIsoLanguage(String value)
value - allowed object is
Stringpublic Money getRecommendedCpc()
Moneypublic void setRecommendedCpc(Money value)
value - allowed object is
Moneypublic Boolean isHasChild()
Booleanpublic void setHasChild(Boolean value)
value - allowed object is
Booleanpublic Integer getCategoryRank()
IntegerCopyright © 2023. All rights reserved.