Menu

ODMInfo Attribution

Note: The ODMInfo attribution supports iOS 12.0 and above.

Manual Integration

       To manually integrate the SDK and include the ODMInfo plugin, please download the following package:

        https://solar-sdk.oss-cn-beijing.aliyuncs.com/iOS/SolarEngine-iOS-ODMInfo-Plugin-v1.0.0.0.zip

       After downloading, integrate the frameworks from the compressed package into your project:

    • SESDKODMInfo.xcframework: (SolarEngine SDK's ODMInfo library)
    • GoogleAdsOnDeviceConversion.xcframework: (Google's ODMInfo library)
    • nanopb.xcframework: (Dependency library for ODMInfo)
    • GoogleUtilities.xcframework: (Dependency library for ODMInfo)

Cocoapods Integration

       To integrate using Cocoapods, add the following to your Podfile:

pod 'SESDKODMInfo' , '~> 1.0.0.1'
pod 'GoogleUtilities', '~> 8.1'
pod 'nanopb', '~> 3.30910.0'
pod 'GoogleAdsOnDeviceConversion', '~> 2.1.0'


       Enable ODMInfo Attribution During Initialization:

#import <SolarEngineSDK/SolarEngineSDK.h>
#import <SolarEngineSDK/SESDKForUS.h>

SEConfig *config = [[SEConfig alloc] init]; 
config.enableODMInfo = YES; // Enable ODMInfo Attribution
[[SolarEngineSDK sharedInstance] startWithAppKey:appkey config:config];

   

       After initializing the SDK, you can search the keyword "ODM" in the console to check whether ODMInfo has been successfully retrieved.



Previous
Deferred Deep Linking
Next
Integration Testing
Last modified: 2025-08-20Powered by