Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ReportingIdentitySettings.
A resource containing settings related to reporting identity.
Generated from protobuf message google.analytics.admin.v1alpha.ReportingIdentitySettings
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings" |
↳ reporting_identity |
int
The strategy used for identifying user identities in reports. |
getName
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReportingIdentity
The strategy used for identifying user identities in reports.
Returns | |
---|---|
Type | Description |
int |
Enum of type ReportingIdentity. |
setReportingIdentity
The strategy used for identifying user identities in reports.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type ReportingIdentity. |
Returns | |
---|---|
Type | Description |
$this |