Hello, I have several skuid pages, which are within Visualforce pages on Salesforce, which is all good. additionally I am using an app exchange product called “Yardstick” to monitor who views these pages (as they are used within a community of customers). This works fine.
However I want to monitor when people open specific drawers, rather than the whole page.
The company replied with the following:
Yardstick does support tracking different sections/tabs within the same VF page. You would use multiple tracking components in the same page and name them different - something like this:
<ystick:yardstickTrackClick yardstickUrl=“{!$CurrentPage.url}” yardstickPageName=“Page Name - Section/Tab 1” />
<ystick:yardstickTrackClick yardstickUrl=“{!$CurrentPage.url}” yardstickPageName=“Page Name - Section/Tab 2” />
However as the visualforce page is just referencing a skuid page, I’m not sure how to include this snippet within the draws?
Thanks,
Laura