Commit 3d92ae56 authored by Dallas Reedy's avatar Dallas Reedy Committed by Kati Paizee

Add information about ctaTracking attrs to the PQL Guide

parent fd10ab10
...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment