Skip to content

Commit f264fcf

Browse files
author
markzegarelli
committed
merge conflicts
2 parents c317fcd + 9e6fab6 commit f264fcf

File tree

7 files changed

+25
-1
lines changed

7 files changed

+25
-1
lines changed

src/_data/catalog/destination_categories.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2023-05-16
2+
# destination categories last updated 2023-05-11
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/connections/sources/catalog/libraries/mobile/apple/implementation.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Analytics for Swift Implementation Guide
33
strat: swift
4+
tags:
5+
- apple
6+
- swift
7+
- ios
48
---
59
Once you've installed the Analytics-Swift library, you can start collecting data through Segment's tracking methods:
610

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ redirect_from:
55
- '/connections/sources/catalog/cloud-apps/swift/'
66
- '/connections/sources/catalog/libraries/mobile/swift-ios/'
77
id: dZeHygTSD4
8+
tags:
9+
- apple
10+
- swift
11+
- ios
812
---
913
With Analytics Swift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS and Linux applications to any analytics or marketing tool without having to learn, test, or implement a new API every time. Analytics Swift is compatible with both Swift and Objective-C applications.
1014

src/connections/sources/catalog/libraries/mobile/apple/migration.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Analytics for Swift Migration Guide
33
strat: swift
4+
tags:
5+
- apple
6+
- swift
7+
- ios
48
---
59

610
> info ""

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Analytics for Kotlin Implementation Guide
33
strat: kotlin-android
4+
tags:
5+
- android
6+
- kotlin
7+
- android-kotlin
48
---
59

610
Once you've installed the mobile or server Analytics Kotlin library, you can start collecting data through Segment's tracking methods:

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

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ strat: kotlin-android
44
redirect_from:
55
- '/connections/sources/catalog/cloud-apps/kotlin/'
66
id: dZeHygTSD4
7+
tags:
8+
- android
9+
- kotlin
10+
- android-kotlin
711
---
812
With Analytics Kotlin, you can send data using Kotlin and Java applications to any analytics or marketing tool without having to learn, test, or implement a new API every time. Analytics Kotlin enables you to process and track the history of a payload, while Segment controls the API and prevents unintended operations.
913

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Analytics for Kotlin Migration Guide
33
strat: kotlin-android
4+
tags:
5+
- android
6+
- kotlin
7+
- android-kotlin
48
---
59

610
> info ""

0 commit comments

Comments
 (0)