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
Domain name of the web app being measured, or empty.
-
#firebase_app_id ⇒ ::String
readonly
Output only.
-
#measurement_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#default_uri ⇒ ::String
Returns Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com".
188 189 190 191 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 188 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.
188 189 190 191 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 188 class WebStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#measurement_id ⇒ ::String (readonly)
Returns Output only. Analytics Measurement ID.
Example: "G-1A2BCD345E".
188 189 190 191 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 188 class WebStreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |