public class CategoryProductsAndServicesSearchParameter extends SearchParameter
SearchParameter for KEYWORD IdeaTypes that
sets a keyword category that all search results should belong to.
Uses the newer "Products and Services" taxonomy.
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS.
Java class for CategoryProductsAndServicesSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryProductsAndServicesSearchParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter">
<sequence>
<element name="categoryId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
categoryId |
searchParameterType| Constructor and Description |
|---|
CategoryProductsAndServicesSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryId()
Gets the value of the categoryId property.
|
void |
setCategoryId(Integer value)
Sets the value of the categoryId property.
|
getSearchParameterType, setSearchParameterTypeprotected Integer categoryId
Copyright © 2023. All rights reserved.