Closed samwoodall closed 4 years ago
Adds the ability to auto track activities by adding meta data to entries in the manifest
Set in CoreAssembler block to enable auto tracking:
CoreAssembler( accountToken = getString(R.string.rover_api_token), analyticsActivityAutoTracking = true )
Add into activity block to exclude activity from auto tracking:
<meta-data android:name="rvAutoTrackingExcludeActivity" android:value="true" />
Set the name to be used for a particular activity (the activity label is used if not set):
<meta-data android:name="rvAutoTrackingLabel" android:value="Main Screen" />
Marker interface to exclude from auto tracking
RoverAutoTrackingExcluded
closes #78
actually @samwoodall should we consider naming TrackableContentScreen to RoverTrackableContentScreen?
TrackableContentScreen
RoverTrackableContentScreen
Description
Adds the ability to auto track activities by adding meta data to entries in the manifest
Set in CoreAssembler block to enable auto tracking:
Add into activity block to exclude activity from auto tracking:
Set the name to be used for a particular activity (the activity label is used if not set):
Marker interface to exclude from auto tracking
closes #78