Function_reference previous pagenext page

4.2: uix.tracking Go back up one level

tracks anonymized usage data

uix.tracking( p, v, id )
tracks usage to the property p for the version v and identifier id using Google Analytics.
uix.tracking( state )
turns tracking on or off.
state = uix.tracking( 'query' )
queries whether tracking is on or off.

For example:

uix.tracking('UA-45678-9','1.2.3','featurename')
uix.tracking('on')
state = uix.tracking('query')

state = 'on'


© 2023 The MathWorks Ltd Terms of Use Patents Trademarks