Cart EventAsk AIpost https://dev.simonsignal.com/events/v1/collectPost cart event to Simon Data. See Event Details and Descriptions for more detail.Body Paramspropertiesobjectrequiredproperties objecteventstringenumrequiredEvent type: page_view, etccartAllowed:carttypestringenumrequiredThe high level type of request being sent in can be either track or identify.trackAllowed:trackuserIdstringCustom user identifiertraitsobjecttraits objectpartnerIdstringrequiredThe internal partnerId Simon uses to identify the customer's site.contextobjectrequiredA dictionary containing optional fields about the context of the event.context objectclientIdstringrequiredA unique identifier for the device. If no unique identifier for the device can be maintained this may be a unique identifier for the current session (max length: 45 characters).partnerSecretstringrequiredThe shared secret used for authentication.ipAddressstringThe public IP address of the users device if available.sentAtintegerrequiredEpoch time in milliseconds of when the request was sent. Epoch time is the number of milliseconds that have elapsed since January 1, 1970 (midnight UTC/GMT).timezoneintegerThe time difference between UTC time and local time, in minutes. See https://www.w3schools.com/jsref/jsref_gettimezoneoffset.asp for an example.Responses 200Success (Returns no JSON) 400Invalid JSON body 401Unauthorized 403Forbidden 412Invalid request data 500Internal Server ErrorUpdated 5 months ago