adjust-icon

Google On-device Conversion Measurement

With Google On-device Conversion Measurement (ODM), you can attribute ads served on Google iOS apps to corresponding app installs in a way that enhances measurement accuracy while preserving user privacy. This approach ensures that neither the individual user, the device, nor the app is identifiable by you or Google.

To enable Google On-device Conversion Measurement, you need to add the following dependencies to your Dependencies.xml file:

<iosPods>
<iosPod name="Adjust/AdjustGoogleOdm" version="5.4.1" minTargetSdk="12.0"/>
<iosPod name="GoogleAdsOnDeviceConversion" version="2.0.0" minTargetSdk="12.0"/>
</iosPods>

Capturing app launch time

One of the most critical factors for accurate attribution using On-device Conversion Measurement is capturing the app launch time as precisely as possible. The Adjust SDK handles this automatically during its initialization process. Therefore, it is essential to call the InitSdk method as early as possible in your app’s launch sequence.

If you need to delay the start of the Adjust SDK, it is still strongly recommended to invoke the InitSdk method promptly and use the First Session Delay feature to coordinate the actual start of the SDK with your app’s logic.