Getting Started
Salesforce Classic Setup
tracking users using the salesforce classic interface requires setting up a visualforce sidebar component this component will run a position detector in help cue mode to record page impressions for licensed users how it works once deployed, the sidebar component automatically logs an interaction record in the help interaction object (depending on your help global settings ) each time a permissioned user views a page in salesforce classic, an interaction record will be created — allowing accurate user tracking and engagement analytics 1\ create a visualforce page in salesforce, navigate to setup > custom code > visualforce pages click new to create a new visualforce page you can use any name for the page; for example, useranalyticsclassic you need to configure the visualforce page to load the position detector component in help cue mode to this end, use the following markup, replacing the placeholders in \[square brackets] with your own values iframe \[local visual force root] url you can find it by going to help settings from the app launcher and look for remote site for metadata api access it should look something like this https //acme–iahelp vf force com \[your choice of component id] it can be something report friendly, for example user tracking (don’t have spaces or special characters between words) using the above examples, your iframe code should look something like this iframe click save to finish 2\ create a custom home page component create a new custom home page component in salesforce classic with the following settings type visualforce area column narrow (left) column visualforce page select the visualforce page you created height minimal options deselect show label and show scrollbars 3\ add the component to the home page layout edit the desired home page layout and add the component created in the previous step the placement doesn’t affect functionality —however, adding it near the bottom of the layout is recommended the component will log an interaction record in the help interaction object (subject to help global settings ) on each page impression, for each permissioned user ensure users have the correct permissions to log interactions licensed for help analytics granted at least the helped user permission