作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我如何使用 JavaScript API 跟踪潜在客户的事件。在像这样的文档讨论中:
When using the JavaScript API, adding the code to your app makes the Events API available. Once added, you can submit an event using the trackEvent method. This will associate the event with the Lead or currently logged-in user or logged-out visitor/lead and send it to Intercom. The final parameter is a map that can be used to send optional metadata about the event.
但是。它不起作用。当我跟踪事件时,对讲机创建新用户。不为潜在客户提交事件。
在 Intercom 管理面板中,lead 是之前创建的。
最佳答案
这在他们的 API 文档中没有记录,而是使用 anonymous_email
代替传递 email
参数,Intercom 将其创建为潜在客户。
例如,要简单地创建潜在客户,您可以:
Intercom('update', {
"anonymous_email": email,
"name": name
});
关于intercom - 跟踪潜在客户事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43888158/
我是一名优秀的程序员,十分优秀!