summaryrefslogtreecommitdiffstats
path: root/res/values/analytics.xml
blob: 426591abe7f5dbdef33cd6fb05fc11e158ccbd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>

<resources>
  <!--Replace placeholder ID with your tracking ID-->
  <string name="ga_trackingId">UA-39737599-1</string>

  <!--Enable automatic activity tracking-->
  <bool name="ga_autoActivityTracking">false</bool>

  <!--Enable automatic exception tracking-->
  <bool name="ga_reportUncaughtExceptions">false</bool>
</resources>