Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.     <integer name="ga_sessionTimeout">300</integer>
  4.  
  5.     <!-- Enable automatic Activity measurement -->
  6.     <bool name="ga_autoActivityTracking">true</bool>
  7.  
  8.     <!-- The screen names that will appear in reports -->
  9.     <screenName name="hu.gyengus.web.MainActivity">
  10.         gyengus.hu app mainactivity
  11.     </screenName>
  12.     <!--  The following value should be replaced with correct property id. -->
  13.     <string name="ga_trackingId">UA-XXXXXXX-Y</string>
  14. </resources>