|
| AddDetailView (string userId, string itemId, DateTime? timestamp=null, long? duration=null, bool? cascadeCreate=null, string recommId=null, Dictionary< string, object > additionalData=null) |
| Construct the request More...
|
|
override string | Path () |
| - Returns
- URI to the endpoint including path parameters
More...
|
|
override Dictionary< string, object > | QueryParameters () |
| Get query parameters More...
|
|
override Dictionary< string, object > | BodyParameters () |
| Get body parameters More...
|
|
| Request (HttpMethod httpMethod, int timeoutMilliseconds, bool ensureHttps=false) |
| Construct the request More...
|
|
|
string | UserId [get] |
| User who viewed the item More...
|
|
string | ItemId [get] |
| Viewed item More...
|
|
DateTime? | Timestamp [get] |
| UTC timestamp of the view as ISO8601-1 pattern or UTC epoch time. The default value is the current time. More...
|
|
long? | Duration [get] |
| Duration of the view More...
|
|
bool? | CascadeCreate [get] |
| Sets whether the given user/item should be created if not present in the database. More...
|
|
string | RecommId [get] |
| If this detail view is based on a recommendation request, recommId is the id of the clicked recommendation. More...
|
|
Dictionary< string, object > | AdditionalData [get] |
| A dictionary of additional data for the interaction. More...
|
|
TimeSpan | Timeout [get, set] |
| Timeout for the request in milliseconds More...
|
|
bool | EnsureHttps [get] |
| If true, HTTPS must be chosen over HTTP for this request More...
|
|
HttpMethod | RequestHttpMehod [get] |
| Used HTTP method More...
|
|
Add detail view
Adds a detail view of a given item made by a given user.