You can use this manual to start tracking app installations through Indus App Bazaar using Singular Platform. Singular is an attribution platform which combines campaign data and attribution data in a single dashboard.
For integration and initialization of SDK, Please go to following link :
https://developers.singular.net/docs/android-sdk
<application android:icon="@mipmap/ic_launcher" android:label="@string/app_name" ...> <meta-data android:name="SINGULAR_PRELOAD_CAMPAIGN" android:value="CampaignName"/> <meta-data android:name="SINGULAR_PRELOAD_GROUP" android:value="SamsungGalaxyApps_IndusAppBazaar" /> <meta-data android:name="SINGULAR_PRELOAD_SOURCE" android:value="SamsungGalaxyApps_IndusAppBazaar" />
Campaign name should be used by developer for internal tracking purposes.
<application android:icon="@mipmap/ic_launcher" android:label="@string/app_name" ...> <meta-data android:name="SINGULAR_PRELOAD_CAMPAIGN" android:value="CampaignName"/> <meta-data android:name="SINGULAR_PRELOAD_GROUP" android:value="IndusOS" /> <meta-data android:name="SINGULAR_PRELOAD_SOURCE" android:value="IndusOS" />
Campaign name should be used by developer for internal tracking purposes.
Please share the apks with Indus App Bazaar team, once you are done with these changes.