File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -37,40 +37,37 @@ actions:
3737 - action : Identify User
3838 blurb : Set user identity variables.
3939 fields :
40- - name : userId
40+ - name : User ID
4141 description : The user's ID in FullStory.
4242 default : userId
43- - name : anonymous
43+ - name : Anonymous ID
4444 description : The user's anonymousId in FullStory.
4545 default : anonymousId
46- - name : displayName
46+ - name : Display Name
4747 description : The user's display name.
4848 default : traits.name
49- - name : email
49+ - name : Email
5050 description : The user's email address.
5151 default : traits.email
52- - name : traits
52+ - name : Traits
5353 description : The Segment traits forwarded to FullStory.
5454 default : traits
5555 - action : Track Event
5656 blurb : Send event details to FullStory.
5757 fields :
58- - name : name
58+ - name : Name
5959 description : The name of the event
6060 default : name
61- - name : properties
61+ - name : Properties
6262 description : A JSON object that contains additional information about the event, and is indexed by FullStory.
6363 default : properties
6464 - action : Viewed Page
6565 blurb : Set the properties of a page event, and send them to FullStory.
6666 fields :
67- - name : name
68- description : The name of the viewed page.
67+ - name : Page Name
68+ description : The name of the viewed page. Defaults to `category`. If `category` is not present, `name` is used.
6969 default : name
70- - name : category
71- description : The category of the viewed page
72- default : category
73- - name : properties
70+ - name : Properties
7471 description : The properties of the viewed page.
7572 default : properties
7673settings :
You can’t perform that action at this time.
0 commit comments