Sometimes the most powerful features are the silent ones! Track by Name for (video) Recordings is a powerful silent feature. It allows you to start a recording on the conditions that you want to trigger them from.
Configure Track by Name on your (video) Recordings
When configuring your Recordings, you can go to customize recordings select the page targeting option of "only start recording a session once ..." and use the following code.
(window.CE_API || (window.CE_API=[])).push(function(){
CE2.startRecording();
});
This code will let you trigger a recording under the conditions you want on your website.
The Key to Track By Name - Troubleshooting
There are two reasons why Track by Name might not be working correctly. One reason is that the your Crazy Egg account script is missing from the page.
The second reason is that you haven't placed the code in the correct location. This is a common mistake when working with SPAs. Please email us if you have any trouble, and we will set up a call to take care of the issue.