Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.44 KB

File metadata and controls

50 lines (44 loc) · 1.44 KB

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

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
)