Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ListConnectedSiteTagsResponse.
Response message for ListConnectedSiteTags RPC.
Generated from protobuf message google.analytics.admin.v1alpha.ListConnectedSiteTagsResponse
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connected_site_tags |
array<ConnectedSiteTag>
The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned. |
getConnectedSiteTags
The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setConnectedSiteTags
The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ConnectedSiteTag>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|