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 Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com".

Returns:



170
171
172
173
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 170

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.



170
171
172
173
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 170

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

Returns:

  • (::String)

    Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"



170
171
172
173
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 170

class WebStreamData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end