When setting or removing an AdParam
, it is uniquely
identified by the combination of these three fields:
adGroupId
criterionId
paramIndex
Property | Type | Description | |
---|---|---|---|
$adGroupId | integer | ||
$criterionId | integer | ||
$insertionText | string | ||
$paramIndex | integer |
Method | Description | |
---|---|---|
__construct ( $adGroupId = null, $criterionId = null, $insertionText = null, $paramIndex = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $adGroupId = null, $criterionId = null, $insertionText = null, $paramIndex = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |