5.8.0에서 추가됨
You can use the Adjust SDK to record information about the store from which an app was installed on a user’s device. Adjust supports a predefined list of store types defined here.
You can set the store information by assigning storeInfo
property in the Adjust.initSdk
method.
To configure this, follow the instructions below:
Adjust.initSdk({ appToken: "YOUR_APP_TOKEN", environment: "sandbox", storeInfo: { storeName: 'NameOfTheStore', storeAppId: 'AppIdForTheStore' }});