You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-tiktok-audiences/index.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,12 @@ id: 63d2e550fb90f1632ed8820a
4
4
hide-personas-partial: true
5
5
hide-boilerplate: true
6
6
hide-dossier: false
7
-
hidden: true
8
7
---
9
8
10
9
The TikTok Audiences destination enables advertisers to send Engage audiences to TikTok as Custom Audiences using [TikTok's Segment API](https://ads.tiktok.com/marketing_api/docs?id=1739940504185857){:target="_blank"}.
11
10
12
11
By using Segment's TikTok Audiences destination, you can increase traffic and drive conversions with hyper-relevant ads that promote product discovery.
13
12
14
-
> info ""
15
-
> The TikTok Audiences destination is in beta and is in active development. Some functionality may change before it becomes generally available.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/inkit/index.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,37 +3,38 @@ title: Inkit Destination
3
3
rewrite: true
4
4
id: 5f0746ced1c79b49ddee49fd
5
5
---
6
-
[Inkit](https://inkit.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) connects to hundreds of printers with complete visibility. Instantly use global print infrastructure with Inkit's developer friendly APIs, dashboards, and reporting. Connect, track, and manage critical business communications faster than ever before.
7
-
8
-
The Inkit Destination is in beta, which indicates ongoing development. To join the Inkit beta program, or if you have any feedback to help improve the Inkit Destination and its documentation, [contact the Inkit support team](mailto:[email protected]).
6
+
[Inkit](https://inkit.com){:target="_blank"} empowers organizations to securely generate and distribute documents - both digitally as well as through direct mail.
7
+
For example, automatically create and send electronic documents like invoices, reports, notices, and more using a magic link or e-delivery. Or generate and send documents for e-signature, storage, postcards, letters, and more, all powered by the Inkit integration for Segment.
9
8
10
9
> note ""
11
-
> Inkit maintains this destination. For any issues with the destination, [contact the Inkit support team](mailto:[email protected]).
12
-
10
+
> Inkit maintains this destination. For any issues with the destination, [email the Inkit support team](mailto:[email protected]).
13
11
14
12
## Getting Started
15
13
16
14
Add the destination:
17
15
18
16
1. From the Destinations catalog page in your Segment workspace, click **Add Destination**.
19
-
2. Search for "INKIT" in the Destinations Catalog, and select the "INKIT" destination.
20
-
3. Choose which Source should send data to the "INKIT" destination.
17
+
2. Search for "Inkit" in the Destinations Catalog, and select the "Inkit" destination.
18
+
3. Choose which Source should send data to the "Inkit" destination.
21
19
22
20
Get the Inkit API Key:
23
21
24
-
1. Go to the [INKIT Integrations](https://app.inkit.io/#/account/integrations), find and copy the "API key".
25
-
2. Enter the "API Key" in the "INKIT" destination settings in Segment.
22
+
1.[Sign up](https://app.inkit.com/auth-init){:target="_blank"} and create an Inkit account.
23
+
2. Follow [the instructions to create an API key](https://docs.inkit.com/docs/add-an-api-key-to-your-account){:target="_blank"}.
24
+
3. Enter the “API Key” in the “Inkit” destination settings in Segment.
25
+
26
26
27
27
To use a Template ID:
28
28
29
-
1. From the Destinations catalog page in your Segment workspace, click **Add Destination**.
30
-
2. Search for "INKIT" in the Destinations Catalog, and select the "INKIT" destination.
31
-
3. Choose which Source should send data to the "INKIT" destination.
32
-
4. Go to the [INKIT Templates](https://app.inkit.io/#/templates), find the desired template.
33
-
5. Click the three dots on the far right side and select "Copy Id".
34
-
6. Paste the id into the "template_id" field when setting up the destination.
29
+
1. From the Destinations catalog page in your Segment workspace, click Add Destination.
30
+
2. Search for “Inkit” in the Destinations Catalog, and select the “Inkit” destination.
31
+
3. Choose which Source should send data to the “Inkit” destination.
32
+
4. [Create a template](https://docs.inkit.com/docs/create-a-template) in Word, PDF, HTML, Excel, or PowerPoint.
33
+
5. Copy the Template ID to the “Templates” tab in the Inkit web app.
34
+
6. Paste the id into the “template_id” field when setting up the Destination in Segment.
35
+
35
36
36
-
For more information, see INKIT [documentation](https://docs.inkit.com/docs/inkit-postcards-api).
37
+
For more information, see the Inkit [documentation](https://docs.inkit.com/docs/welcome-to-inkit){:target="_blank"}.
37
38
38
39
## Expected Data
39
40
@@ -61,14 +62,13 @@ If you aren't familiar with the Segment Spec, see the [Identify method documenta
61
62
> note""
62
63
> All address elements should be satisified within the segment's user identity
63
64
(exception of address_line_2 which is a custom entry)
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ To get started with the Analytics-Kotlin mobile library:
149
149
150
150
5.EnableJava8+API desugaring.
151
151
152
-
TheSDK internally uses a number of Java8 language APIs through desugaring. Make sure your project either [enables desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring)) or requires a minimum API level of 26.
152
+
If you're on a version prior to `1.10.4`, the SDK internally uses a number of Java 8 language APIs through desugaring, which requires you to either [enable desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring), have a minimum API level of 26, or upgrade to the latest version. If you're on version `1.10.4` and above, you don't need desugaring.
153
153
154
154
> info ""
155
155
> You'll find configuration options such as IDFA collection and automatic screen tracking in Segment’s [PluginExamples repository](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins){:target="_blank"}.
0 commit comments