Sitecore 9 xDB Interaction events
在Xdb.Collection.Shard0/1.[xdb_collection].[Interactions]中,events列记录了此条interaction/visit的页面访问记录和Event记录。
{ "@odata.type": "#Sitecore.XConnect.Collection.Model.PageViewEvent", "CustomValues": [], "DefinitionId": "9326cb1e-cec8-48f2-9a3e-91c7dbb2166c", "Id": "d27640c2-7eb9-41fb-ab94-1096f074f7d3", "Timestamp": "2019-01-15T23:18:56.5476092Z", "Url": "/register", "SitecoreRenderingDevice": { "Id": "fe5d7fdf-89c0-4d99-9aa3-b5fbd009c9f3", "Name": "Default" }, "ItemId": "375fcecf-7462-475b-a5a9-200742d4ecec", "Duration": "PT7.901S", "ItemLanguage": "en", "ItemVersion": 1 }
其中DefinitionId:
{9326CB1E-CEC8-48F2-9A3E-91C7DBB2166C} - /sitecore/system/Marketing Control Panel/Events/Page View
{DC6F6AFF-6AA9-423F-A824-49F9EE741AA9} - /sitecore/system/Settings/Analytics/Page Events/Long running request
如果是自定义的api,默认是Page View,需要转为自定义的event ID