Skip to content

Commit 253ea05

Browse files
[Goal Manager] Add context as an event payload key as expected by js-sdk-common (#276)
1 parent c3905a1 commit 253ea05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoalManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function GoalManager(clientVars, readyCallback) {
3030
data: null,
3131
url: window.location.href,
3232
creationDate: new Date().getTime(),
33-
contextKeys: common.getContextKeys(context),
33+
context: context,
3434
};
3535

3636
if (kind === 'click') {

0 commit comments

Comments
 (0)