Skip to content

Commit 9c10901

Browse files
Merge pull request #8076 from segmentio/sucess-tip
Success tip
2 parents 0a2269a + 2e8c6dc commit 9c10901

File tree

20 files changed

+47
-48
lines changed

20 files changed

+47
-48
lines changed

src/api/config-api/tutorial-javascript-google-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ See the [Authentication](/docs/api/config-api/authentication/) doc for more info
3333

3434
To set up Segment Protocols through the API you first need to create a personal access token with **full access** to your workspace through the `workspace` scope.
3535

36-
> success ""
37-
> **Tip**: As best practice, tokens should be assigned the least permissions needed to perform a required API action, however for simplicity in this demo, we'll select Workspace Owner. You may want to delete the token once you've finished this demo.
36+
> info "Tip"
37+
> As best practice, tokens should be assigned the least permissions needed to perform a required API action, however for simplicity in this demo, we'll select Workspace Owner. You may want to delete the token once you've finished this demo.
3838
3939
1. Log in to your Segment workspace.
4040
2. Click **Settings** in the left navigation bar.

src/connections/destinations/catalog/adobe-analytics/mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before you start sending data from your mobile application to Adobe Analytics, y
1717
- Download these settings as the `ADBMobileConfig.json` file by clicking the **Config JSON** link at the bottom of the same tab. Follow the instructions in Adobe's [Configuration documentation](https://developer.adobe.com/client-sdks/home/base/mobile-core/configuration/){:target="_blank”}.
1818
- Finally, follow the instructions below for each mobile environment to bundle Segment's Adobe Analytics SDK in your project.
1919

20-
> success ""
21-
> **Tip**: Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. You can change these settings from the Manage App Settings tab in your Adobe Mobile Services dashboard, and can download the file from that same tab. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings.
20+
> info "Tip"
21+
> Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. You can change these settings from the Manage App Settings tab in your Adobe Mobile Services dashboard, and can download the file from that same tab. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings.
2222
2323
#### For Android
2424

src/connections/destinations/catalog/adobe-analytics/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This page explains in detail how to configure your Segment Adobe Analytics Desti
77

88
Segment uses a user-action data model, which uses different types of calls to track a user's different activities on a website or app. Adobe Analytics uses page views as the basic unit of activity, and specific data variables such as "props", eVars, lVars, and hVars to add details that allow more granular analysis. The Adobe Analytics destination settings in the Segment App allow you to create mappings between properties in your Segment calls and Adobe's expected format.
99

10-
> success ""
11-
> **Tip**: Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings. See the [Segment Adobe Analytics Mobile documentation](/docs/connections/destinations/catalog/adobe-analytics/mobile) to learn more.
10+
> info "Tip"
11+
> Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings. See the [Segment Adobe Analytics Mobile documentation](/docs/connections/destinations/catalog/adobe-analytics/mobile) to learn more.
1212
1313
## Implementing Success Events
1414

src/connections/destinations/catalog/amplitude/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ When you use the **Track Named Pages** or **Track Categorized Pages** settings,
8989

9090
When you use the **Track All Pages** setting, Segment sends a `Loaded a Page` event type to Amplitude. When you use the generic event name, it is applied to all Page and Screen calls, so you don't hit the event type limit in your project in Amplitude. The page or screen name is still available as an attribute of the `Loaded a Page` event, and you can query it as an event property. The `Loaded a Page` event is counted as one event type, and Amplitude does not place any limits on the number of unique event property values in Amplitude.
9191

92-
> success ""
93-
> **Tip**: These settings also apply to mobile Cloud-mode connections.
92+
> info "Tip"
93+
> These settings also apply to mobile Cloud-mode connections.
9494
9595
### Event Type settings for iOS
9696

@@ -308,8 +308,8 @@ For Segment's Analytics.js (device-mode), iOS, and Android sources, if you do no
308308

309309
In Segment's Analytics.js, iOS and Android sources, if `properties.price` isn't present, Segment falls back to `revenue` and sends that as `price`. The Segment iOS and Android sources also do an additional fallback to `total`, if `revenue` isn't present either.
310310

311-
> success ""
312-
> **Tip** If your site allows users to perform a single transaction with multiple products (such as a shopping cart checkout), Segment recommends that you use an [Order Completed](/docs/connections/destinations/catalog/amplitude/#order-completed) event to track revenue with Amplitude.
311+
> info "Tip"
312+
> If your site allows users to perform a single transaction with multiple products (such as a shopping cart checkout), Segment recommends that you use an [Order Completed](/docs/connections/destinations/catalog/amplitude/#order-completed) event to track revenue with Amplitude.
313313
314314

315315

src/connections/destinations/catalog/doubleclick-floodlight/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ If you want to set this flag, you can send an integration option namespaced as `
113113
Analytics.with(context).track("Free El", new Properties().putValue("show", "Stranger Things").putValue("source", "Netflix").putValue("greatestShowEver", true), new Options().setIntegrationOptions("DoubleClick Floodlight", new ValueMap().putValue("coppaCompliant", true)));
114114
```
115115

116-
> success ""
117-
> **Tip**: This flag was previously called `copaCompliant` (a typo) instead of `coppaCompliant`. The method has been aliased to preserve the old functionality, and you do not need to update it if you used the old spelling.
116+
> info "Tip"
117+
> This flag was previously called `copaCompliant` (a typo) instead of `coppaCompliant`. The method has been aliased to preserve the old functionality, and you do not need to update it if you used the old spelling.
118118
119119
## Sending Personally Identifiable Information (PII)
120120

src/connections/destinations/catalog/mixpanel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ To send computed traits or audiences to Mixpanel, connect the destination to you
667667
3. Enter your API Secret and Token for the integration.
668668
4. Enable the "Use Mixpanel People” toggle. This allows Engage to send `identify` calls to Mixpanel.
669669

670-
> success ""
671-
> **Tip**: Mixpanel now accepts Identify calls by default. Previously, this was an additional paid feature.
670+
> info "Tip"
671+
> Mixpanel now accepts Identify calls by default. Previously, this was an additional paid feature.
672672
673673

674674
![A screenshot of the settings page for the Mixpanel destination.](images/pers-12-settings-people.png)

src/connections/destinations/catalog/moesif-api-analytics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This destination is maintained by Moesif. For any issues with the destination, [
1919
your [Moesif account](https://www.moesif.com){:target="_blank"} and navigating to the extensions settings.
2020
4. Once integrated, Segment data shows up in Moesif in a few seconds.
2121

22-
> tip ""
23-
> **Tip**: You can use Segment's [Replay feature](/docs/guides/what-is-replay/) to sync historical events sent through Segment into your Moesif app.
22+
> info "Tip"
23+
> You can use Segment's [Replay feature](/docs/guides/what-is-replay/) to sync historical events sent through Segment into your Moesif app.
2424
2525
## Identify
2626

src/connections/destinations/catalog/salesforce-marketing-cloud/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ In order to do this, you must have access to **Engage**. To learn more, [contact
275275

276276
### Set up Engage with SFMC in Segment
277277

278-
> info ""
279-
> **Tip**: Segment recommends that you use [SFMC batching](#optional-set-up-sfmc-batching) with Engage to help reduce the number of API calls that you send to SFMC, but this is optional. If you choose to set up batching, do this _before_ you set up the SFMC destination in your Segment workspace.
278+
> info "Tip"
279+
> Segment recommends that you use [SFMC batching](#optional-set-up-sfmc-batching) with Engage to help reduce the number of API calls that you send to SFMC, but this is optional. If you choose to set up batching, do this _before_ you set up the SFMC destination in your Segment workspace.
280280
281281
Engage sends audience membership and computed trait values to SFMC using Identify calls. To integrate Engage with SFMC:
282282
1. [Create a Data Extension to store Identify calls](#create-a-data-extension-in-sfmc-to-store-identify-calls) if you haven't already.

src/connections/integration_error_codes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Integration Error Codes
3-
id: integrationerrors
43
---
54

65
| Error Codes | Reason |

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/adobe-swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Before you start sending data from your Swift application to Adobe Analytics, co
2525
3. Download these settings as the `ADBMobileConfig.json` file by clicking the **Config JSON** link at the bottom of the same tab. Follow the instructions in Adobe's [Core implementation and lifestyle](https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html){:target="_blank”} documentation.
2626
4. Follow the instructions below for each mobile environment to add the Adobe Analytics dependency to your project.
2727

28-
> success ""
29-
> **Tip**: Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. You can change these settings from the Manage App Settings tab in your Adobe Mobile Services dashboard, and can download the file from that same tab. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings.
28+
> info "Tip"
29+
> Mobile implementations use the `ADBMobileConfig.json` file to store the settings that you would otherwise enter in the Adobe Analytics destination settings in the Segment app. You can change these settings from the Manage App Settings tab in your Adobe Mobile Services dashboard, and can download the file from that same tab. This file includes the Report Suite ID, Timestamp Option, Tracking Server Secure URL, Tracking Server URL, and Use Secure URL for Server-side settings.
3030
3131

3232
## Adding the dependency

0 commit comments

Comments
 (0)