Reference documentation and code samples for the Google Ads Data Manager V1 Client class ItemParameter.
A bucket of any event parameters related to an item to be included within the event that were not already specified using other structured fields.
Generated from protobuf message google.ads.datamanager.v1.ItemParameter
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameter_name |
string
Required. The name of the parameter to use. |
↳ value |
string
Required. The string representation of the value of the parameter to set. |
getParameterName
Required. The name of the parameter to use.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParameterName
Required. The name of the parameter to use.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Required. The string representation of the value of the parameter to set.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Required. The string representation of the value of the parameter to set.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|