AdParam
- Article
-
-
Contains the methods used to manage the substitution parameters used in the keyword.
Methods
getAdGroup
Gets the ad group that the keyword associated with this substitution parameter belongs to.
Returns
Type |
Description |
AdGroup |
The ad group that the keyword associated with this substitution parameter belongs to. |
getEntityType
Gets this entity's type.
Returns
Type |
Description |
string |
This entity's type, which is AdParam. |
getIndex
Gets the index that identifies this substitution parameter.
Returns
Type |
Description |
int |
The index that identifies this substitution parameter. |
getInsertionText
Gets the substitution parameter's text.
Returns
Type |
Description |
string |
The substitution parameter's text. |
getKeyword
Gets the keyword that the substitution parameter applies to.
Returns
Type |
Description |
Keyword |
The keyword that the substitution parameter applies to. |
remove
Removes the substitution parameter from the keyword.
Returns
Type |
Description |
void |
Returns nothing. |
setInsertionText(string insertionText)
Sets the substitution parameter's text.
Arguments
Name |
Type |
Description |
insertionText |
string |
The text to set the substitution parameter to. |
Returns
Type |
Description |
void |
Returns nothing. |