Properties of a UserEvent.
Package
@google-cloud/retail!Properties
attributes
attributes?: ({ [k: string]: google.cloud.retail.v2.ICustomAttribute }|null);
UserEvent attributes
Type | Description |
({ [k: string]: google.cloud.retail.v2.ICustomAttribute }|null) |
attributionToken
attributionToken?: (string|null);
UserEvent attributionToken
Type | Description |
(string|null) |
cartId
cartId?: (string|null);
UserEvent cartId
Type | Description |
(string|null) |
completionDetail
completionDetail?: (google.cloud.retail.v2.ICompletionDetail|null);
UserEvent completionDetail
Type | Description |
(google.cloud.retail.v2.ICompletionDetail|null) |
eventTime
eventTime?: (google.protobuf.ITimestamp|null);
UserEvent eventTime
Type | Description |
(google.protobuf.ITimestamp|null) |
eventType
eventType?: (string|null);
UserEvent eventType
Type | Description |
(string|null) |
experimentIds
experimentIds?: (string[]|null);
UserEvent experimentIds
Type | Description |
(string[]|null) |
filter
filter?: (string|null);
UserEvent filter
Type | Description |
(string|null) |
offset
offset?: (number|null);
UserEvent offset
Type | Description |
(number|null) |
orderBy
orderBy?: (string|null);
UserEvent orderBy
Type | Description |
(string|null) |
pageCategories
pageCategories?: (string[]|null);
UserEvent pageCategories
Type | Description |
(string[]|null) |
pageViewId
pageViewId?: (string|null);
UserEvent pageViewId
Type | Description |
(string|null) |
productDetails
productDetails?: (google.cloud.retail.v2.IProductDetail[]|null);
UserEvent productDetails
Type | Description |
(google.cloud.retail.v2.IProductDetail[]|null) |
purchaseTransaction
purchaseTransaction?: (google.cloud.retail.v2.IPurchaseTransaction|null);
UserEvent purchaseTransaction
Type | Description |
(google.cloud.retail.v2.IPurchaseTransaction|null) |
referrerUri
referrerUri?: (string|null);
UserEvent referrerUri
Type | Description |
(string|null) |
searchQuery
searchQuery?: (string|null);
UserEvent searchQuery
Type | Description |
(string|null) |
sessionId
sessionId?: (string|null);
UserEvent sessionId
Type | Description |
(string|null) |
uri
uri?: (string|null);
UserEvent uri
Type | Description |
(string|null) |
userInfo
userInfo?: (google.cloud.retail.v2.IUserInfo|null);
UserEvent userInfo
Type | Description |
(google.cloud.retail.v2.IUserInfo|null) |
visitorId
visitorId?: (string|null);
UserEvent visitorId
Type | Description |
(string|null) |