We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b465b3a commit 5b89f31Copy full SHA for 5b89f31
src/_data/actions/fullstory.yml
@@ -64,12 +64,9 @@ actions:
64
- action: Viewed Page
65
blurb: Set the properties of a page event, and send them to FullStory.
66
fields:
67
- - name: name
68
- description: The name of the viewed page.
+ - name: Page Name
+ description: The name of the viewed page. Defaults to `category. If `category` is not present, `name` is used`.
69
default: name
70
- - name: category
71
- description: The category of the viewed page
72
- default: category
73
- name: properties
74
description: The properties of the viewed page.
75
default: properties
0 commit comments