Sha256: 94ab3e18470f8292e95c32bdcfc164bfd22b46fef68a83d23bbd0321fc6fda7e

Contents?: true

Size: 1.99 KB

Versions: 196

Compression:

Stored size: 1.99 KB

Contents

# UltracartClient::ScreenRecordingPageView

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **domain** | **String** |  | [optional] |
| **events** | [**Array<ScreenRecordingPageViewEvent>**](ScreenRecordingPageViewEvent.md) |  | [optional] |
| **first_event_timestamp** | **String** | First event timestamp | [optional] |
| **http_post** | **Boolean** |  | [optional] |
| **last_event_timestamp** | **String** | Last event timestamp | [optional] |
| **missing_events** | **Boolean** |  | [optional] |
| **params** | [**Array<ScreenRecordingPageViewParameter>**](ScreenRecordingPageViewParameter.md) |  | [optional] |
| **range_end** | **Integer** |  | [optional] |
| **range_start** | **Integer** |  | [optional] |
| **referrer** | **String** |  | [optional] |
| **referrer_params** | [**Array<ScreenRecordingPageViewParameter>**](ScreenRecordingPageViewParameter.md) |  | [optional] |
| **referrer_raw** | **String** |  | [optional] |
| **screen_recording_page_view_uuid** | **String** |  | [optional] |
| **time_on_page** | **Integer** |  | [optional] |
| **timing_dom_content_loaded** | **Integer** | Amount of time for DOMContentLoaded event to fire (milliseconds) | [optional] |
| **timing_loaded** | **Integer** | Amount of time for loaded event to fire (milliseconds) | [optional] |
| **truncated_events** | **Boolean** |  | [optional] |
| **ucapv** | **String** |  | [optional] |
| **url** | **String** |  | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ScreenRecordingPageView.new(
  domain: null,
  events: null,
  first_event_timestamp: null,
  http_post: null,
  last_event_timestamp: null,
  missing_events: null,
  params: null,
  range_end: null,
  range_start: null,
  referrer: null,
  referrer_params: null,
  referrer_raw: null,
  screen_recording_page_view_uuid: null,
  time_on_page: null,
  timing_dom_content_loaded: null,
  timing_loaded: null,
  truncated_events: null,
  ucapv: null,
  url: null
)
```

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
ultracart_api-4.0.47.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.46.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.45.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.44.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.43.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.42.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.41.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.40.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.39.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.38.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.37.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.36.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.35.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.34.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.33.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.32.rc docs/ScreenRecordingPageView.md