Skip to content

Commit 91f0fde

Browse files
committed
Merge branch 'master' into littledata-docs-update
2 parents a113721 + 5d7dbae commit 91f0fde

File tree

30 files changed

+267
-239
lines changed

30 files changed

+267
-239
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ algolia:
5555
index_name: segment-docs
5656
files_to_exclude:
5757
- _release_notes/*
58+
nodes_to_index: 'p, table#limit'

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2021-04-20
2+
# destination categories last updated 2021-04-23
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination data last updated 2021-04-20
2+
# destination data last updated 2021-04-23
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -6587,11 +6587,9 @@ items:
65876587
previous_names:
65886588
- Digioh
65896589
logo:
6590-
url: >-
6591-
https://public-segment-devcenter-production.s3.amazonaws.com/efc8aed0-e80b-4285-80b3-12ec1294257e.svg
6590+
url: 'https://cdn.filepicker.io/api/file/edr4ZVFPT22RIAMui2Kk'
65926591
mark:
6593-
url: >-
6594-
https://public-segment-devcenter-production.s3.amazonaws.com/c4298d78-7115-4f48-b8ef-0e7aab492ff5.svg
6592+
url: 'https://cdn.filepicker.io/api/file/JE0a9XqxSdujRRcOY9tP'
65956593
categories:
65966594
- Email Marketing
65976595
- Marketing Automation
@@ -14474,6 +14472,26 @@ items:
1447414472
required: false
1447514473
description: Map your Segment properties to the Marketo Activity Fields
1447614474
settings:
14475+
- name: marketoAttributeType
14476+
display_name: Marketo Field Type
14477+
type: SELECT
14478+
deprecated: false
14479+
required: true
14480+
select_validators:
14481+
select_options:
14482+
- string
14483+
- boolean
14484+
- number
14485+
- date
14486+
description: Enter the Marketo Field type.
14487+
settings: []
14488+
- name: primaryKey
14489+
display_name: Set as Primary Key
14490+
type: BOOLEAN
14491+
deprecated: false
14492+
required: false
14493+
description: Mark this property as the Primary field in Marketo.
14494+
settings: []
1447714495
- name: segmentProperty
1447814496
display_name: Segment Property Name
1447914497
type: STRING
@@ -14496,26 +14514,6 @@ items:
1449614514
Enter the Marketo Field name. Make sure to copy and paste the exact
1449714515
API Name for your field as it appears in Marketo.
1449814516
settings: []
14499-
- name: marketoAttributeType
14500-
display_name: Marketo Field Type
14501-
type: SELECT
14502-
deprecated: false
14503-
required: true
14504-
select_validators:
14505-
select_options:
14506-
- string
14507-
- boolean
14508-
- number
14509-
- date
14510-
description: Enter the Marketo Field type.
14511-
settings: []
14512-
- name: primaryKey
14513-
display_name: Set as Primary Key
14514-
type: BOOLEAN
14515-
deprecated: false
14516-
required: false
14517-
description: Mark this property as the Primary field in Marketo.
14518-
settings: []
1451914517
- name: event
1452014518
display_name: Segment Event Name
1452114519
type: STRING

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# source cateogries last updated 2021-04-20
2+
# source cateogries last updated 2021-04-23
33
items:
44
- display_name: Server
55
slug: server

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# sources last updated 2021-04-20
2+
# sources last updated 2021-04-23
33
items:
44
- display_name: .NET
55
slug: net

src/_data/sidenav/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ sections:
273273
title: Personas and GDPR
274274
- path: /personas/faqs
275275
title: Personas FAQs
276-
- path: /personas/rate-limits
277-
title: Rate Limits
276+
- path: /personas/product-limits
277+
title: Personas Limits
278278
- section_title: Privacy
279279
section:
280280
- path: /privacy

src/connections/destinations/add-destination.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ You can add multiple instances of a destination using the Segment Config API. Se
125125
### Multi-instance destinations and Device-mode
126126

127127
- **_Mobile_ sources cannot connect to multiple instances of a destination.**
128+
- _Beware_: Bundling one instance of a destination in a mobile source while having other instances of that destination for a given source will have unexpected consequences.
128129
- **You can connect a source to an unlimited number of instances of a destination if all of the instances use cloud-mode.** Destinations using cloud-mode receive data directly from the Segment servers.
129-
- **Each source can only connect to one *device-mode* instance of a destination, in addition to unlimited cloud-mode instances.** A device-mode instance of a destination receives data directly from the user’s browser (instead of through the Segment servers), by bundling a copy of destination’s code with the Segment SDK. Segment can’t bundle multiple copies of the destination SDK and so it can’t send data to multiple instances of the destination from the browser.
130+
- **Non-mobile sources can only connect to one *device-mode* instance of a destination, in addition to unlimited cloud-mode instances.** A web browser device-mode instance of a destination receives data directly from the user’s browser (instead of through the Segment servers), by bundling a copy of destination’s code with the Segment SDK. Segment can’t bundle multiple copies of the destination SDK and so it can’t send data to multiple instances of the destination from the browser.
130131
- **You cannot connect a source to more than one instance of a destination that operates in device-mode only**. These destinations can only accept data from code directly on the user’s device, and Segment cannot include duplicates of that code for a single source.
131132

132133
For more information see [the compatible destination lists below](#multi-instance-compatible-destinations).

src/connections/destinations/catalog/adwords-remarketing-lists/index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ hide-boilerplate: true
2020
| [Google Analytics](/docs/connections/destinations/catalog/google-analytics/) | Yes - Event Destination |
2121
| Google Adwords Remarketing Lists | Yes - List Destination |
2222

23+
## Details
2324

25+
- **Supports Personas**: Yes
26+
- **Personas Destination type**: List
27+
- **Must create audience_name field before Personas can update those values?**: No, Personas creates the audience for you.
28+
- **Audience appears as**: A Customer list, in the Audience Manager under Audience lists.
29+
- **Destination rate limit**: None
30+
- **Lookback window allowed**: Yes
31+
- **Identifiers required** : Email or Mobile Device ID (IDFA)
32+
- **Identifiers accepted** : Email and Mobile Device ID (IDFA)
33+
- **Client or Server-Side Connection**: Server-side
34+
- **Minimum audience size required**: 100
2435

2536
## Overview
2637

@@ -68,19 +79,6 @@ When you create an audience in Personas and connect it to Google Adwords Remarke
6879
2. Adds any users that fit the audience definition based on Email or Mobile ID (IDFA). Google uses these identifiers to match users in your list to users in the Google system who can be served ads.
6980
3. Every hour, Segment either adds or removes users from this audience based on the same identifiers.
7081

71-
## Quick Info
72-
73-
- **Supports Personas**: Yes
74-
- **Personas Destination type**: List
75-
- **Must create audience_name field before Personas can update those values?**: No, Personas creates the audience for you.
76-
- **Audience appears as**: A Customer list, in the Audience Manager under Audience lists.
77-
- **Destination rate limit**: None
78-
- **Lookback window allowed**: Yes
79-
- **Identifiers required** : Email or Mobile Device ID (IDFA)
80-
- **Identifiers accepted** : Email and Mobile Device ID (IDFA)
81-
- **Client or Server-Side Connection**: Server-side
82-
- **Minimum audience size required**: 100
83-
8482

8583
<!-- commenting out for now because this table format takes a wholepage
8684
| **Support for Personas** | Yes |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ You can also see this in the contact property history for each user record.
306306

307307

308308

309-
## HubSpot Personas Quick Info
309+
## HubSpot Personas Details
310310

311311
- **Personas Destination type**: Event Method (data is delivered to this Destination one-by-one on a realtime basis)
312312
- **Traits and Audiences created by**: Identify calls add and update traits and audiences as traits on the user, Track calls send events for `Audience Entered` and `Audience Exited`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To send computed traits or audiences to Iterable, you first must connect it to y
191191
3. On the set up screen, enter in your API Key for the Iterable.
192192

193193

194-
## Iterable Personas Quick Info
194+
## Iterable Personas Details
195195

196196
- **Personas Destination type**: Event Method (data is delivered to this Destination one-by-one on a realtime basis)
197197
- **Traits and Audiences created by**:You can add traits and audiences as user properties using `identify` calls. You can send audiences as `Audience Entered` or `Audience Exited` `track` calls with the audience name as an event property.

0 commit comments

Comments
 (0)