Google Analytics Admin V1alpha Client - Class DeleteConnectedSiteTagRequest (0.20.0)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getTagId

Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

Returns
TypeDescription
string

setTagId

Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

Parameter
NameDescription
var string
Returns
TypeDescription
$this