Reference documentation and code samples for the Google Analytics Admin V1alpha Client class DeleteConnectedSiteTagRequest.
Request message for DeleteConnectedSiteTag RPC.
Generated from protobuf message google.analytics.admin.v1alpha.DeleteConnectedSiteTagRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ property |
string
The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234 |
↳ tag_id |
string
Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345). |
getProperty
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234
Returns | |
---|---|
Type | Description |
string |
setProperty
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTagId
Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
Returns | |
---|---|
Type | Description |
string |
setTagId
Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |