Represents a Google Ads ad param.
Methods:
getAdGroup()
Returns the ad group to which this ad param belongs.
Return values:
Type | Description |
AdsApp.AdGroup |
The ad group to which this ad param belongs. |
getBaseAdGroup()
Returns the base ad group to which this ad param belongs.
Return values:
Type | Description |
AdsApp.AdGroup |
The base ad group to which this ad param belongs. |
getEntityType()
Returns the type of this entity as a
String
, in this case,
"AdParam"
.
Return values:
Type | Description |
String |
Type of this entity: "AdParam" . |
getIndex()
Returns the index of the ad param.
Return values:
Type | Description |
int |
The index of the ad param. |
getInsertionText()
Returns the insertion text of the ad param.
Return values:
Type | Description |
String |
The insertion text of the ad param. |
getKeyword()
Returns the
Keyword the ad param belongs
to.
Return values:
remove()
Removes the ad param.
Returns nothing.
setInsertionText(insertionText)
Sets the insertion text of the ad param to the specified value.
Returns nothing.
Arguments:
Name | Type | Description |
insertionText |
String |
Insertion text. |