Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class ListAnalyticsAccountLinksResponse.
Response message for ListAnalyticsAccountLinks RPC.
Generated from protobuf message google.marketingplatform.admin.v1alpha.ListAnalyticsAccountLinksResponse
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analytics_account_links |
array<AnalyticsAccountLink>
Analytics account links in this organization. |
↳ next_page_token |
string
A token, which can be sent as |
getAnalyticsAccountLinks
Analytics account links in this organization.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<AnalyticsAccountLink> |
|
setAnalyticsAccountLinks
Analytics account links in this organization.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AnalyticsAccountLink>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|