要传递以获取 dec 交互的默认数据源名称是什么?

What is the default data source name to be passed to get the dec interaction?

我正在创建一个 Dotnet 应用程序以从 Sitefinity 数字体验云中提取客户数据。

但是当我调用交互时 API

https://api.dec.sitefinity.com/collect/v2/data-centers/{App KEY}/datasources/{datasourcesname}/interactions

当我尝试将 Website 作为键传递时,它给出 1 作为响应而不是交互数据。

response data for the request

Sitefinity Digital Experience Cloud API 需要传递什么默认 dataSourceName 来获取交互细节?

页面跟踪代码:

return DataIntelligenceSubmitScript.load({"apiServerUrl":"https://api.dec.sitefinity.com","apiKey":"88cf13bb-3424-12f4-6fc1-19360fexxxxx","applicationName":"Website","trackingCookieDomain":"","keepDecTrackingCookieOnTrackingConsentRejection":false});

您需要使用在您的数据中心下配置的数据源之一。

登录DEC账号->管理->点击您要使用的数据中心->数据集成。

可能有助于设置的文章 -

  1. https://www.progress.com/documentation/sitefinity-cms/dec/plug-data-from-data-sources
  2. https://knowledgebase.progress.com/articles/Article/how-to-configure-dec-in-sitefinity-cms