Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,3 @@ analytics.ready(function() {

To migrate from the classic ABsmartly destination to ABsmartly (Actions), disconnect the classic ABsmartly destination before enabling the ABsmartly (Actions) destination to avoid duplicate experimentation events.

---

Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ Track non-monetary conversion data such as unique users, conversions, and sessio
- **uVariables**: Custom Floodlight variables.
- **dcCustomParams**: Custom data for event snippets.

---
2 changes: 0 additions & 2 deletions src/connections/destinations/catalog/actions-nudge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ How Nudge handles Identify calls:
* If `userId` already exists, Nudge merges or overwrites profile properties with the latest values.
* Identify calls without `userId`, or with only `anonymousId`, are dropped.

---

### Track

The Track method sends custom events and their properties into Nudge. You must include `event` name in every Track call so events can be associated with the correct user. See Segment's Spec for Track for any reference: [Track Spec](/docs/connections/spec/track/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ TikTok Offline Events API requires at least one type of PII (email addresses and
- iOS compliance checks will be performed on PII (ATT opt-out users will still be reported and attributed).
- TikTok will pruge unmatched offline conversions IDs/records.


---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/amberflo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,3 @@ curl --request POST \
'
```

---
2 changes: 0 additions & 2 deletions src/connections/destinations/catalog/bento/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ analytics.group("0e8c78ea9d9dsasahjg", {
```

Segment sends Group calls to Bento as a `group` event.

---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/factorsai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ analytics.track('Product Viewed')

Track calls will be sent to FactorsAI as a `track` event.

---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/funnelenvy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ analytics.track('Clicked Login Button')

Track calls will be sent to FunnelEnvy as an event, which can be used for goal tracking as well as behavioral segmentation.

---
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ When you set up this destination for an Engage audience, provide the snake_cased
| AppId | Request from Liveintent |
| Audiences | If you use this destination for an audience generated using Engage, specify the snake-cased name of the Segment audience; otherwise, the setting is invalid |

---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/lumen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ analytics.track('Login Button Clicked')

Segment sends Track calls to Lumen as a `track` event.

---
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ title: 'Nudge (Actions) Destination'
hidden: true
id: 6863e71f2a1e1ddc4b4612bf
published: false
---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/regal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,3 @@ For the identify method, the `ip` field is required if you are opting in users s

Make sure to include `timestamp` with the exact time the user opted in. Since traits are [cached](/docs/connections/sources/catalog/libraries/website/javascript/identity/#clearing-traits) and sent with subsequent Identify calls, Regal.io ignores opt-ins that do not have a `timestamp` date.

---
1 change: 0 additions & 1 deletion src/connections/destinations/catalog/screeb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ Segment sends Alias calls to Screeb as an `identity.alias` event.

**Important:** After this call, the Screeb respondent will have 3 aliases for the same identity: previous userId, anonymousId and `newUserId`. Merge of responses and events will be added in the future.

---
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ Analytics.Client.Track("identified@example.com", "Identified Action");

For more details about `alias`, including the **`alias` call payload**, check out our [Spec](/docs/connections/spec/alias/).

---

## Development Settings

You can use this initialization during development while testing the library. `SetAsync(false)` will make sure the library makes a request to our servers every time it's called.
Expand Down Expand Up @@ -419,4 +417,4 @@ void Logging_Handler(Level level, string message, Dict args) {

We collect IP address for client-side (iOS, Android, Analytics.js and Xamarin) events automatically.

If you don't want us to record your tracked users' IP in destinations and S3, you can set your event's `context.ip` field to `0.0.0.0` . Our server won't record the IP address of the client for libraries if the `context.ip` field is already set.
If you don't want us to record your tracked users' IP in destinations and S3, you can set your event's `context.ip` field to `0.0.0.0` . Our server won't record the IP address of the client for libraries if the `context.ip` field is already set.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ Analytics.Client.Track("identified@example.com", "Identified Action");

For more details about `alias`, including the **`alias` call payload**, check out our [Spec](/docs/connections/spec/alias/).

---

## Development Settings

You can use this initialization during development while testing the library. `SetAsync(false)` will make sure the library makes a request to our servers every time it's called.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ Example Alias call:

For more details about Alias, including the **Alias call payload**, check out the [Segment Spec](/docs/connections/spec/alias/).

---

## Builder

If the above methods don't meet your needs, you can use the builder types directly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ client.Enqueue(analytics.Track{

For more details about Alias, including the **Alias call payload**, check out the Segment [Spec](/docs/connections/spec/alias/).

---


## Development Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ client.Track(&analytics.Track{

For more details about `alias`, including the **`alias` call payload**, check out our [Spec](/docs/connections/spec/alias/).

---


## Development Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ track("identified@example.com", "Identified Action");

For more details about Alias, including the **Alias call payload**, check out the [Segment Spec](/docs/connections/spec/alias/).

---

## Historical Import

You can import historical data by adding the `timestamp` argument to any of your method calls. This can be helpful if you've just switched to Segment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ Analytics.Client.Identify("identified@example.com", new Traits() { plan: "Free"
Analytics.Client.Track("identified@example.com", "Identified Action");
```

---

## Development Settings

You can use this initialization during development while testing the library. `SetAsync(false)` will make sure the library makes a request to Segment's servers every time it's called.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ Analytics.Client.Identify("identified@example.com", new Traits() { plan: "Free"
Analytics.Client.Track("identified@example.com", "Identified Action");
```

---

## Development Settings

You can use this initialization during development while testing the library. `SetAsync(false)` will make sure the library makes a request to Segment's servers every time it's called.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ analytics.track({ userId: 'identified@example.com', event: 'Identified Action' }

For more details about `alias`, including the **`alias` call payload**, check out the [Spec](/docs/connections/spec/alias/).

---


## Configuration

The second argument to the `Analytics` constructor is an optional dictionary of settings to configure the module.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ analytics.track({ userId: 'identified@example.com', event: 'Identified Action' }

For more details about Alias, including the **Alias call payload**, check out the [Segment Spec](/docs/connections/spec/alias/).

---


## Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ Analytics.track(user_id: 'user id', event: 'Identified Action')

For more details about Alias, including the **Alias call payload**, check out the [Segment Spec](/docs/connections/spec/alias/).

---
## Historical Import

You can import historical data by adding the `timestamp` argument to any of your method calls. This can be helpful if you've just switched to Segment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ Track {

For more details about Alias, including the **Alias call payload**, check out the [Segment Spec](/docs/connections/spec/alias/).

---

## Selecting Destinations

The Alias, Group, Identify, Page, and Track calls can all be passed an object of `context.integrations` that lets you turn certain integrations on or off. By default all destinations are enabled.
Expand Down
2 changes: 0 additions & 2 deletions src/connections/sources/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ In 2018 we fully deprecated and stopped supporting the following Segment source

This means that they are no longer supported, and Segment cannot be responsible for answering questions about their continued use and maintenance. This page exists to help you find a replacement if you previously used one of these "plugin" methods.

---

## Amazon Webstore

Amazon Webstore was deprecated by Amazon, and no replacement is available.
Expand Down
2 changes: 0 additions & 2 deletions src/connections/spec/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ When user navigates away from a playback/stream.
}
```

---

## Content

Underneath the playback level, we now have the **pod** level. A pod can be seen as a "group" or "segment" of either the content or advertisement.
Expand Down
Loading