Skip to content

Google module

  • Enum: AffiseModules.GOOGLE (lib/module/affise_modules.dart:8)
  • Native key: "Google" (lib/module/affise_modules.dart:37)

Provides the odm_info value from Google’s On-Device Conversion Measurement SDK on iOS.

The Flutter README lists GOOGLE in the iOS modules pod table (README.md:324). Add the CocoaPods subspec to your app’s iOS Podfile:

pod 'AffiseModule/Google', affise_version

This pulls in Google’s GoogleAdsOnDeviceConversion SDK. See the iOS Google module page for native details.

ProviderType.ODM_INFOodm_info (lib/parameters/provider_type.dart:99, native key at :310-311). Unlike AD_SERVICE_ATTRIBUTION / PUSHTOKEN_SERVICE, ODM_INFO is defined in the Dart ProviderType enum, so it is exposed to Flutter consumers via getProviders().