Skip to content

Commit 98ae303

Browse files
authored
Merge pull request #137 from segmentio/repo-sync
repo sync
2 parents 12be74a + a551d7f commit 98ae303

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

src/connections/destinations/catalog/actions-fullstory/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ hide-dossier: true
1414
> success ""
1515
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) FullStory Segment destination. There's also a page about the [non-Actions FullStory destination](/docs/connections/destinations/catalog/fullstory/). Both of these destinations receives data from Segment.
1616
17+
## Benefits of FullStory (Actions) vs FullStory Classic
18+
19+
- Greater control over the page properties you send.
20+
- Send events specific to individual pages.
21+
- Select by name the specific to send.
1722

1823

1924
## Getting started

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ analytics.flush("SomePlugin")
416416

417417
## Build Your Own Destination
418418

419-
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
419+
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
420420

421421
To build your own Kotlin destination using a plugin template:
422422

@@ -439,3 +439,6 @@ To test your destination:
439439
4. Commit your changes.
440440

441441
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.
442+
443+
## Changelog
444+
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,6 @@ Copy the IDFACollection plugin to your project. You can also use this [IDFAColle
398398
let idfaPlugin = IDFACollection()
399399
analytics.add(plugin: idfaPlugin)
400400
```
401+
402+
## Changelog
403+
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).

src/connections/sources/catalog/libraries/server/kotlin/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,6 @@ analytics.flush("SomePlugin")
397397
```
398398
{% endcodeexampletab %}
399399
{% endcodeexample %}
400+
401+
## Changelog
402+
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).

0 commit comments

Comments
 (0)