Integration with myTracker tracker


Android

MyTarget SDK has integrated support for myTracker. MyTracker is initialized in the MyTargetManager.initSdk method (see SDK Initialization). To correctly launch myTracker, you must specify the SDK key for myTracker in AndroidManifest

<!--mytracker_app_key must be in string resources to avoid type conversion-->
<meta-data
 android:name="com.my.target.myTrackerSdkKey"
            android:value="@string/mytracker_app_key" />

iOS

MyTarget SDK has integrated support for myTracker. MyTracker is initialized in the [MTRGManager initSdk] method (see SDK Initialization). To correctly launch myTracker, you must specify the SDK key for myTracker in the Info.plist file

<key>com.my.target.myTrackerSdkKey</key>
<string>{myTracker key}</string>
Was this article helpful?