The other thing to check is that the tracking is going to the correct suite....
Using the tools suggested by @Sujeet_Kharote is good place to start. Using Launch Switch (as I can see in your screenshot) with other tools to see the actual beacon calls gives you a good overall testing setup to see everything that is happening.
Since this is web, you can use your browser's Network panel (filtered to "b/ss") if you don't want to pull up Charles or Fiddler. You can use the "Preserve Log" (highlighted) feature to make sure that your beacons don't clear between page views... (you can manually clear the requests when you choose by using the circled icon)
