Class: Google::Cloud::DiscoveryEngine::V1beta::PageInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::PageInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb
Overview
Detailed page information.
Instance Attribute Summary collapse
-
#page_category ⇒ ::String
The most specific category associated with a category page.
-
#pageview_id ⇒ ::String
A unique ID of a web page view.
-
#referrer_uri ⇒ ::String
The referrer URL of the current page.
-
#uri ⇒ ::String
Complete URL (window.location.href) of the user's current page.
Instance Attribute Details
#page_category ⇒ ::String
277 278 279 280 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb', line 277 class PageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pageview_id ⇒ ::String
277 278 279 280 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb', line 277 class PageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#referrer_uri ⇒ ::String
277 278 279 280 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb', line 277 class PageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
277 278 279 280 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb', line 277 class PageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |