Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions features/google-icm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Older versions do not collect `odm_info` or provide the consent API.
| [Android](/sdk/android#google-ads-consent) | `io.linkrunner:android-sdk:4.1.0` |
| [iOS](/sdk/ios#google-integrated-conversion-measurement-optional) | LinkrunnerKit 4.1.0 |
| [React Native](/sdk/react-native#google-integrated-conversion-measurement-optional) | `rn-linkrunner` 3.1.0 |
| [Flutter](/sdk/flutter#google-integrated-conversion-measurement-optional) | `linkrunner` 4.1.0 |
| [Flutter](/sdk/flutter#google-integrated-conversion-measurement-optional) | `linkrunner` 4.1.1 |
| [Expo](/sdk/expo#google-integrated-conversion-measurement-optional) | `rn-linkrunner` 3.1.0 |
| [Unity](/sdk/unity#google-integrated-conversion-measurement-optional) | LinkrunnerKit 4.1.0 and `io.linkrunner:android-sdk:4.1.0` |

Expand Down Expand Up @@ -169,10 +169,10 @@ Update the Linkrunner SDK before adding Google's ODM SDK or calling `setConsent`
</Tab>

<Tab title="Flutter">
Upgrade the package to 4.1.0 or later:
Upgrade the package to 4.1.1 or later:

```bash
flutter pub add linkrunner:^4.1.0
flutter pub add linkrunner:^4.1.1
```

Then complete the [Flutter ICM setup](/sdk/flutter#google-integrated-conversion-measurement-optional).
Expand Down
2 changes: 1 addition & 1 deletion sdk/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ For complete SKAdNetwork integration details, see the [SKAdNetwork Integration G

Integrated Conversion Measurement (ICM) recovers Google App Campaign installs on iOS that Google cannot attribute because there is no click identifier and no IDFA to match on. Google's On-Device Measurement (ODM) SDK turns the click context into an encrypted signal that never leaves the device, and Linkrunner sends it with the install. See [Google ICM](/features/google-icm) for how it works.

Set this up if you run Google App Campaigns for your iOS app. Requires `linkrunner` 4.1.0 or later.
Set this up if you run Google App Campaigns for your iOS app. Requires `linkrunner` 4.1.1 or later.

<Note>
Google keeps ODM inactive for users in the European Economic Area, the United Kingdom, and Switzerland, so ICM recovers nothing for that traffic. Elsewhere, Google reports improved coverage for iOS 14+ users.
Expand Down
Loading