Reference documentation and code samples for the Google Ads Data Manager V1 Client class RetrieveInsightsRequest.
Request message for DM API MarketingDataInsightsService.RetrieveInsights
Generated from protobuf message google.ads.datamanager.v1.RetrieveInsightsRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent account that owns the user list. Format: |
↳ baseline |
Baseline
Required. Baseline for the insights requested. |
↳ user_list_id |
string
Required. The user list ID for which insights are requested. |
getParent
Required. The parent account that owns the user list.
Format: accountTypes/{account_type}/accounts/{account}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent account that owns the user list.
Format: accountTypes/{account_type}/accounts/{account}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBaseline
Required. Baseline for the insights requested.
| Returns | |
|---|---|
| Type | Description |
Baseline|null |
|
hasBaseline
clearBaseline
setBaseline
Required. Baseline for the insights requested.
| Parameter | |
|---|---|
| Name | Description |
var |
Baseline
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUserListId
Required. The user list ID for which insights are requested.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUserListId
Required. The user list ID for which insights are requested.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|