Skip to content

Commit b7885ae

Browse files
author
markzegarelli
committed
Merge branch 'develop' of github.com:segmentio/segment-docs into develop
2 parents ed94b51 + fa64a90 commit b7885ae

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/connections/destinations/catalog/optimizely-full-stack/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Segment's **Optimizely Full Stack (previously Optimizely X)** destination suppor
1515
* [Optimizely Full Stack Android (Cloud-mode)](#android-cloud-mode-implementation)
1616
* [Optimizely Full Stack iOS (Cloud-mode)](#ios-cloud-mode-implementation)
1717

18-
If you're interested in implementing Optimizely X Web or Optimizely Full Stack with the JavaScript SDK, see Segment's [**Optimizely Web** destination](/docs/connections/destinations/catalog/optimizely-web/), which supports:
18+
If you're interested in implementing Optimizely X Web or Optimizely Full Stack with the JavaScript SDK, see Segment's [**Optimizely Web Destination**](/docs/connections/destinations/catalog/optimizely-web/), or follow the links below:
1919

2020
* [Optimizely X Web](/docs/connections/destinations/catalog/optimizely/#optimizely-x-web)
21-
* [Optimizely Full Stack (JavaScript)](/docs/connections/destinations/catalog/optimizely/#optimizely-full-stack-javascript-)
21+
* [Optimizely Full Stack (JavaScript SDK)](/docs/connections/destinations/catalog/optimizely-web/#optimizely-full-stack-javascript-sdk)
2222

2323
## Implementation Prerequisite
2424

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ configuration.trackDeepLinks = YES;
221221
{% endcodeexampletab %}
222222
{% endcodeexample %}
223223
224+
> note ""
225+
> **Note:** You still need to call the `continueUserActivity` and `openURL` methods on the analytics client.
226+
224227
### Flushing
225228
226229
You can set the number of events that should queue before flushing. Setting this to `1` will send events as they come in (i.e. not send batched events) and will use more battery. `20` by default.

src/privacy/user-deletion-and-suppression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When you create a `SUPPRESS_AND_DELETE` regulation, the user is actively suppres
4242

4343
Segment deletes messages with this `userId` from connected raw data Destinations, including Redshift, BigQuery, Postgres, Snowflake, and Amazon S3. Warehouse deletions occur using a DML run against your cluster or instance, and Segment delete from S3 by "recopying" clean versions of any files in your bucket that included data about that `userId`.
4444

45-
Segment forwards these deletion requests to a [growing list of supported partners](https://segment.com/docs/privacy/faq/#which-destinations-can-i-send-deletion-requests-to).
45+
Segment forwards these deletion requests to a [growing list of supported partners](/docs/privacy/faq/#which-destinations-can-i-send-deletion-requests-to).
4646

4747
Note that Segment has a 30-day SLA for submitted deletion requests. Additionally, Segment's deletion manager can only accommodate 100,000 users within a 30-day period and cannot guarantee a 30-day SLA if there are more than 100,000 deletion requests submitted within those 30 days.
4848

0 commit comments

Comments
 (0)