Google module
- Enum:
AffiseModules.GOOGLE(lib/module/affise_modules.dart:8) - Native key:
"Google"(lib/module/affise_modules.dart:37)
Purpose
Section titled “Purpose”Provides the odm_info value from Google’s On-Device Conversion Measurement SDK on iOS.
Platform
Section titled “Platform”Native setup (iOS)
Section titled “Native setup (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_versionThis pulls in Google’s GoogleAdsOnDeviceConversion SDK. See the iOS Google module page for native details.
ProviderType contribution
Section titled “ProviderType contribution”ProviderType.ODM_INFO → odm_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().