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.107.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.106.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.105.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.104.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.103.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.102.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.101.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.100.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.99.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.98.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.97.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.96.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.95.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.94.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.93.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.92.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.91.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.90.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.89.rc docs/ScreenRecordingPageView.md
ultracart_api-4.0.88.rc docs/ScreenRecordingPageView.md