Interface protos.google.cloud.retail.v2beta.IUserEvent (1.3.0)

Properties of a UserEvent.

Package

@google-cloud/retail

Properties

attributes

attributes?: ({ [k: string]: google.cloud.retail.v2beta.ICustomAttribute }|null);

UserEvent attributes

Property Value
TypeDescription
({ [k: string]: google.cloud.retail.v2beta.ICustomAttribute }|null)

attributionToken

attributionToken?: (string|null);

UserEvent attributionToken

Property Value
TypeDescription
(string|null)

cartId

cartId?: (string|null);

UserEvent cartId

Property Value
TypeDescription
(string|null)

completionDetail

completionDetail?: (google.cloud.retail.v2beta.ICompletionDetail|null);

UserEvent completionDetail

Property Value
TypeDescription
(google.cloud.retail.v2beta.ICompletionDetail|null)

eventTime

eventTime?: (google.protobuf.ITimestamp|null);

UserEvent eventTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

eventType

eventType?: (string|null);

UserEvent eventType

Property Value
TypeDescription
(string|null)

experimentIds

experimentIds?: (string[]|null);

UserEvent experimentIds

Property Value
TypeDescription
(string[]|null)

filter

filter?: (string|null);

UserEvent filter

Property Value
TypeDescription
(string|null)

offset

offset?: (number|null);

UserEvent offset

Property Value
TypeDescription
(number|null)

orderBy

orderBy?: (string|null);

UserEvent orderBy

Property Value
TypeDescription
(string|null)

pageCategories

pageCategories?: (string[]|null);

UserEvent pageCategories

Property Value
TypeDescription
(string[]|null)

pageViewId

pageViewId?: (string|null);

UserEvent pageViewId

Property Value
TypeDescription
(string|null)

productDetails

productDetails?: (google.cloud.retail.v2beta.IProductDetail[]|null);

UserEvent productDetails

Property Value
TypeDescription
(google.cloud.retail.v2beta.IProductDetail[]|null)

purchaseTransaction

purchaseTransaction?: (google.cloud.retail.v2beta.IPurchaseTransaction|null);

UserEvent purchaseTransaction

Property Value
TypeDescription
(google.cloud.retail.v2beta.IPurchaseTransaction|null)

referrerUri

referrerUri?: (string|null);

UserEvent referrerUri

Property Value
TypeDescription
(string|null)

searchQuery

searchQuery?: (string|null);

UserEvent searchQuery

Property Value
TypeDescription
(string|null)

sessionId

sessionId?: (string|null);

UserEvent sessionId

Property Value
TypeDescription
(string|null)

uri

uri?: (string|null);

UserEvent uri

Property Value
TypeDescription
(string|null)

userInfo

userInfo?: (google.cloud.retail.v2beta.IUserInfo|null);

UserEvent userInfo

Property Value
TypeDescription
(google.cloud.retail.v2beta.IUserInfo|null)

visitorId

visitorId?: (string|null);

UserEvent visitorId

Property Value
TypeDescription
(string|null)