Class: Google::Analytics::Admin::V1alpha::DataStream::WebStreamData

Inherits:
Object
  • Object
show all
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

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".

Returns:



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.

Returns:

  • (::String)

    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.

Example: "G-1A2BCD345E".

Returns:

  • (::String)

    Output only. Analytics Measurement ID.

    Example: "G-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