It's possible to include Google Analytics stats in the backend control panel using a 'Custom' module with an iframe that includes the JRealtime Analytics view of your interest, in this case it can be the Google Analytics one.
Copy and paste the folliowing code within the Joomla editor for the custom module and choose a template position that shows it full width:
Code: |
<iframe src="index.php?option=com_jrealtimeanalytics&task=google.display&tmpl=component" width="1670" height="835"></iframe>
|

These informations can be useful for admins that want to see them directly after login, once the Google Analytics login is active you no longer need to do it each time.
Obviously this method can be used also for other stats view of JRealtime Analytics.