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.237 docs/ScreenRecordingPageView.md
ultracart_api-4.0.236 docs/ScreenRecordingPageView.md
ultracart_api-4.0.235 docs/ScreenRecordingPageView.md
ultracart_api-4.0.234 docs/ScreenRecordingPageView.md
ultracart_api-4.0.233 docs/ScreenRecordingPageView.md
ultracart_api-4.0.232 docs/ScreenRecordingPageView.md
ultracart_api-4.0.231 docs/ScreenRecordingPageView.md
ultracart_api-4.0.230 docs/ScreenRecordingPageView.md
ultracart_api-4.0.229 docs/ScreenRecordingPageView.md
ultracart_api-4.0.228 docs/ScreenRecordingPageView.md
ultracart_api-4.0.227 docs/ScreenRecordingPageView.md
ultracart_api-4.0.226 docs/ScreenRecordingPageView.md
ultracart_api-4.0.225 docs/ScreenRecordingPageView.md
ultracart_api-4.0.224 docs/ScreenRecordingPageView.md
ultracart_api-4.0.214 docs/ScreenRecordingPageView.md
ultracart_api-4.0.213 docs/ScreenRecordingPageView.md
ultracart_api-4.0.212 docs/ScreenRecordingPageView.md
ultracart_api-4.0.211 docs/ScreenRecordingPageView.md
ultracart_api-4.0.210 docs/ScreenRecordingPageView.md
ultracart_api-4.0.209 docs/ScreenRecordingPageView.md