Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit b7af6a4

Browse files
Dan Leedataform.co
authored andcommitted
event -> name
1 parent 48067fa commit b7af6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let TRACK_FIELDS = {
2222

2323
// From here: https://segment.com/docs/connections/spec/screen/
2424
let SCREEN_FIELDS = {
25-
event: "name"
25+
name: "name"
2626
};
2727

2828
function allPageFields(params) {

0 commit comments

Comments
 (0)