Sha256: 6f90c5b324f92611d34e5532043369d5950cb0381496abded82b11444691f765
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 KB
Contents
--- title: WebEvent --- ## PureCloud::WebEvent ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **event_name** | **String** | Represents the action the customer performed. A good event name is typically an object followed by the action performed in past tense (e.g. page_viewed, order_completed, user_registered). | | | **total_event_count** | **Integer** | The total count of events performed by the customer across all sessions. | [optional] | | **total_pageview_count** | **Integer** | The total count of pageviews performed by the customer across all sessions. | [optional] | | **page** | [**JourneyPage**](JourneyPage.html) | The webpage where the user interaction occurred. | [optional] | | **user_agent_string** | **String** | HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15). | [optional] | | **browser** | [**Browser**](Browser.html) | Customer's browser. | [optional] | | **device** | [**Device**](Device.html) | Customer's device. | [optional] | | **geolocation** | [**JourneyGeolocation**](JourneyGeolocation.html) | Customer's geolocation. | [optional] | | **ip_address** | **String** | Customer's IP address. May be null if the business configures the tracker to not collect IP addresses. | [optional] | | **ip_organization** | **String** | Customer's IP-based organization or ISP name. | [optional] | | **mkt_campaign** | [**JourneyCampaign**](JourneyCampaign.html) | Marketing / traffic source information. | [optional] | | **referrer** | [**Referrer**](Referrer.html) | Identifies the page URL that originally generated the request for the current page being viewed. | [optional] | | **attributes** | [**Hash<String, CustomEventAttribute>**](CustomEventAttribute.html) | User-defined attributes associated with a particular event. | [optional] | {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-53.0.0 | docs/WebEvent.md |