Class: Google::Analytics::Admin::V1alpha::DataStream::WebStreamData
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DataStream::WebStreamData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Data specific to web streams.
Instance Attribute Summary collapse
-
#default_uri ⇒ ::String
Immutable.
-
#firebase_app_id ⇒ ::String
readonly
Output only.
-
#measurement_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#default_uri ⇒ ::String
Returns Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com".
177 178 179 180 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 177 class WebStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firebase_app_id ⇒ ::String (readonly)
Returns Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
177 178 179 180 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 177 class WebStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#measurement_id ⇒ ::String (readonly)
Returns Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E".
177 178 179 180 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 177 class WebStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |