-
Notifications
You must be signed in to change notification settings - Fork 312
Description
Hey! I wanted to start using the new ICM integration. To accomplish that i followed the following documentation: https://dev.adjust.com/en/sdk/ios/plugins/google-odm/#capturing-app-launch-time
I updated the Adjust SDK version and added te Pod configuration.
As I'm using Firebase Analytics 12.0.4, I didn't need to add the ODM GoogleAdsOnDeviceConversion dependency to the Pod, as the documentation mention.
I'm seeing ICM data in my Adjust Dashboard. BUT I'm seeing thousand of 500 errors in my Sentry Dashboard from this endpoint: https://analytics.adjust.com/sdk_click. The requests to this endpoint are being triggered by the Adjust SDK, I'm not manually performing requests to this endpoint at all.
My suspicion is that Adjust doesn't properly support the newer versions of GoogleAdsOnDeviceConversion. In the documentation that ODM was tested with GoogleAdsOnDeviceConversion 3.0.0 and the Firebase Analytic dependency uses GoogleAdsOnDeviceConversion 3.1.0.
I'm not sure if this is affecting my attribution but I reverted the ODM changes and that 500 reports stop appearing in Sentry.