Skip to content
代码片段 群组 项目
提交 3d92ae56 编辑于 作者: Dallas Reedy's avatar Dallas Reedy 提交者: Kati Paizee
浏览文件

Add information about ctaTracking attrs to the PQL Guide

上级 fd10ab10
No related branches found
No related tags found
无相关合并请求
...@@ -35,6 +35,7 @@ The hand-raise lead form accepts the following parameters via provide or inject. ...@@ -35,6 +35,7 @@ The hand-raise lead form accepts the following parameters via provide or inject.
```javascript ```javascript
provide: { provide: {
small,
user: { user: {
namespaceId, namespaceId,
userName, userName,
...@@ -43,9 +44,18 @@ The hand-raise lead form accepts the following parameters via provide or inject. ...@@ -43,9 +44,18 @@ The hand-raise lead form accepts the following parameters via provide or inject.
companyName, companyName,
glmContent, glmContent,
}, },
ctaTracking: {
action,
label,
property,
value,
experiment,
},
}, },
``` ```
The `ctaTracking` parameters follow [the `data-track` attributes](../snowplow/implementation.md#data-track-attributes) for implementing Snowplow tracking. The provided tracking attributes are attached to the button inside the `HandRaiseLeadButton` component, which triggers the hand-raise lead modal when selected.
### Monitor the lead location ### Monitor the lead location
When embedding a new hand raise form, use a unique `glmContent` or `glm_content` field that is different to any existing values. When embedding a new hand raise form, use a unique `glmContent` or `glm_content` field that is different to any existing values.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册