Pass custom Page Title
Answered
Hi,
We are using Google Ananlytics along with GTM and we are passing a custom Page Title and Page URL to GA and all our reporting is based of this custom Page Title and URL.
Can we have a similar thing where we pass a custom page title and url? I am using FS via Google Tag Manager and in the script of FS I added a custom title and url will this work? and if so how will it show in the dashboard? if this does not work what can I do?
window.FS = window.FS || {}; window.FS.setVars = window.FS.setVars || function(){}; window.FS.setVars("page", { title: '{{Div - pageTitle}}', url: '{{Div - pageUrl}}'
0
Comments
1 comment
Hello Swastik Sunki - thanks for reaching out!
There are a few ways you can customize your pages in Fullstory:
- The first is to utilize our FS.setVars() API, as you mentioned, to pass custom page properties to Fullstory.
- You can also use our in-app Page Settings to configure page definitions and their associated URL patterns.
If you have additional questions after exploring these options, please let us know.
Please sign in to leave a comment.