From e7c9b2b02f38fe385d0d9441675ecf49be7e54b7 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Thu, 29 May 2025 14:37:41 -0400 Subject: [PATCH 1/2] Analytics_flutter - Add more info for collectDeviceId on apple platforms --- .../sources/catalog/libraries/mobile/flutter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/flutter/index.md b/src/connections/sources/catalog/libraries/mobile/flutter/index.md index 1163da7561..30b2e095f8 100644 --- a/src/connections/sources/catalog/libraries/mobile/flutter/index.md +++ b/src/connections/sources/catalog/libraries/mobile/flutter/index.md @@ -65,7 +65,7 @@ These are the options you can apply to configure the client: | ----------- | --------- | --------| | `writeKey` *(required)* | '' | Your Segment API key. | | `debug` | false | When this is set to `false`, it won't generate any info logs. | -| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. | +| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. On Apple platforms it will collect the `idenfierForVendor` value if available. | | `flushPolicies` | count=30, time=20s | List of flush policies controlling when to send batches of events to the plugins | | `apiHost` | api.segment.io/v1 | Used to specify the regional Segment event endpoint. | | `cdnHost` | cdn-settings.segment.com/v1 | Used to specify the regional Segment settings endpoint. | From f5aaaf23ceab4193fb4558bc72e16fc5b9349bcc Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Thu, 29 May 2025 14:42:16 -0400 Subject: [PATCH 2/2] speling --- .../sources/catalog/libraries/mobile/flutter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/flutter/index.md b/src/connections/sources/catalog/libraries/mobile/flutter/index.md index 30b2e095f8..02578054de 100644 --- a/src/connections/sources/catalog/libraries/mobile/flutter/index.md +++ b/src/connections/sources/catalog/libraries/mobile/flutter/index.md @@ -65,7 +65,7 @@ These are the options you can apply to configure the client: | ----------- | --------- | --------| | `writeKey` *(required)* | '' | Your Segment API key. | | `debug` | false | When this is set to `false`, it won't generate any info logs. | -| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. On Apple platforms it will collect the `idenfierForVendor` value if available. | +| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. On Apple platforms it will collect the `identifierForVendor` value if available. | | `flushPolicies` | count=30, time=20s | List of flush policies controlling when to send batches of events to the plugins | | `apiHost` | api.segment.io/v1 | Used to specify the regional Segment event endpoint. | | `cdnHost` | cdn-settings.segment.com/v1 | Used to specify the regional Segment settings endpoint. |