Class: Google::Analytics::Admin::V1alpha::ReportingIdentitySettings
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ReportingIdentitySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A resource containing settings related to reporting identity.
Defined Under Namespace
Modules: ReportingIdentity
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#reporting_identity ⇒ ::Google::Analytics::Admin::V1alpha::ReportingIdentitySettings::ReportingIdentity
The strategy used for identifying user identities in reports.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings".
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1802 class ReportingIdentitySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Various strategies for identifying user identities in reports. module ReportingIdentity # Unspecified blending strategy. IDENTITY_BLENDING_STRATEGY_UNSPECIFIED = 0 # Blended reporting identity strategy. BLENDED = 1 # Observed reporting identity strategy. OBSERVED = 2 # Device-based reporting identity strategy. DEVICE_BASED = 3 end end |
#reporting_identity ⇒ ::Google::Analytics::Admin::V1alpha::ReportingIdentitySettings::ReportingIdentity
Returns The strategy used for identifying user identities in reports.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1802 class ReportingIdentitySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Various strategies for identifying user identities in reports. module ReportingIdentity # Unspecified blending strategy. IDENTITY_BLENDING_STRATEGY_UNSPECIFIED = 0 # Blended reporting identity strategy. BLENDED = 1 # Observed reporting identity strategy. OBSERVED = 2 # Device-based reporting identity strategy. DEVICE_BASED = 3 end end |