Sha256: 8ed7dd768a798f98777dddb2eef757460261c515ee29f29388555ef7be957181
Contents?: true
Size: 1.44 KB
Versions: 142
Compression:
Stored size: 1.44 KB
Contents
# UltracartClient::HitSessionStart ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bot** | **Boolean** | | [optional] | | **bounce** | **Boolean** | | [optional] | | **channel** | **String** | | [optional] | | **device_switch_detected** | **Boolean** | | [optional] | | **fake_bot** | **Boolean** | | [optional] | | **geolocation_country** | **String** | | [optional] | | **geolocation_latitude** | **Float** | | [optional] | | **geolocation_longitude** | **Float** | | [optional] | | **geolocation_province** | **String** | | [optional] | | **no_cookie_support** | **Boolean** | | [optional] | | **prefetch** | **Boolean** | | [optional] | | **referrer** | **String** | | [optional] | | **screen_height** | **Integer** | | [optional] | | **screen_width** | **Integer** | | [optional] | | **time_on_site** | **Float** | | [optional] | | **user_agent** | **String** | | [optional] | | **user_ip** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::HitSessionStart.new( bot: null, bounce: null, channel: null, device_switch_detected: null, fake_bot: null, geolocation_country: null, geolocation_latitude: null, geolocation_longitude: null, geolocation_province: null, no_cookie_support: null, prefetch: null, referrer: null, screen_height: null, screen_width: null, time_on_site: null, user_agent: null, user_ip: null ) ```
Version data entries
142 entries across 142 versions & 1 rubygems