public class SeedAdGroupIdSearchParameter extends SearchParameter
SearchParameter for KEYWORD IdeaTypes
that specifies that the supplied AdGroup should be used as a seed
for generating new ideas. For example, an AdGroup's keywords
would be used to generate new and related keywords.
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS.
Java class for SeedAdGroupIdSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeedAdGroupIdSearchParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter">
<sequence>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
searchParameterType| Constructor and Description |
|---|
SeedAdGroupIdSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
getSearchParameterType, setSearchParameterTypeprotected Long adGroupId
Copyright © 2023. All rights reserved.