Skip to content

Commit ca86749

Browse files
authored
Merge pull request #2217 from segmentio/develop
Release 21.48.1
2 parents dd7b2c0 + bf13ce2 commit ca86749

File tree

20 files changed

+206
-105
lines changed

20 files changed

+206
-105
lines changed

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 PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-11-23
2+
# destination categories last updated 2021-11-25
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-11-23
2+
# destination data last updated 2021-11-25
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -2799,6 +2799,54 @@ items:
27992799
description: You can find your Site ID in your Auryc account.
28002800
required: true
28012801
label: Site ID
2802+
- display_name: AutopilotApp
2803+
name: AutopilotApp
2804+
slug: autopilotapp
2805+
hidden: false
2806+
url: connections/destinations/catalog/autopilotapp
2807+
previous_names:
2808+
- AutopilotApp
2809+
website: https://autopilotapp.com/
2810+
status: PUBLIC_BETA
2811+
categories:
2812+
- Email Marketing
2813+
- Marketing Automation
2814+
logo:
2815+
url: >-
2816+
https://public-segment-devcenter-production.s3.amazonaws.com/b5eba5a9-10f3-47eb-8de3-416d8663caf6.svg
2817+
mark:
2818+
url: >-
2819+
https://public-segment-devcenter-production.s3.amazonaws.com/ea4945e2-eaaa-44ac-aa87-b042272d35e3.svg
2820+
methods:
2821+
track: true
2822+
identify: true
2823+
group: false
2824+
alias: false
2825+
page: false
2826+
platforms:
2827+
browser: true
2828+
mobile: true
2829+
server: true
2830+
components: []
2831+
browserUnbundlingSupported: false
2832+
browserUnbundlingPublic: false
2833+
replay: false
2834+
connection_modes:
2835+
device:
2836+
web: false
2837+
mobile: false
2838+
server: false
2839+
cloud:
2840+
web: false
2841+
mobile: false
2842+
server: false
2843+
settings:
2844+
- name: apiKey
2845+
type: string
2846+
defaultValue: ''
2847+
description: Enter your autopilot API key here
2848+
required: true
2849+
label: API Key
28022850
- display_name: AutopilotHQ
28032851
name: AutopilotHQ
28042852
slug: autopilothq

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 PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-11-23
2+
# source cateogries last updated 2021-11-25
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

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 PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-11-23
2+
# sources last updated 2021-11-25
33
items:
44
- display_name: .NET
55
slug: net

src/_data/catalog/warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ items:
1818
description: >-
1919
The AWS S3 destination provides a more secure way to store data in your AWS S3 buckets.
2020
url: connections/storage/catalog/aws-s3
21-
status: PUBLIC_BETA
21+
status: PUBLIC
2222
logo:
2323
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
2424
mark:

src/config-api/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: Config API Overview
33
---
44

5+
> info "The Segment Public API: Beta Release"
6+
> The Segment Public API is available in Public Beta. This new API features more consistent endpoints, improved error handling and reporting, support for pagination, and more.
7+
>
8+
> See the [Segment Public API documentation](https://api.segmentapis.com/docs/){:target="_blank"} for more information.
9+
510
The Config API enables you to programmatically manage Segment workspaces, sources, destinations and more. With the API you can:
611

712
* List all your workspace Sources and Destinations to see how data flows through Segment

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Build your own subscriptions! Combine supported [triggers](/docs/connections/des
138138
- [Map User](#map-user)
139139
- [Group Identify User](#group-identify-user)
140140

141-
You can see the Segment event fields Amplitude accepts for each action in the Actions subscription set up page. Combine these
141+
You can see the Segment event fields Amplitude accepts for each action in the Actions subscription set up page.
142142

143143
### Log Event
144144

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ hidden: true
1111
> success ""
1212
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Google Enhanced Conversions Segment destination.
1313
14-
The Google Enhanced Conversions destination enables you to improve the accuracy of your conversion measurement. You can send first-party customer conversion data from your website, such as email address, to Google Ads. Segment hashes this data sends it in a privacy-safe way. Google matches hashed data with signed-in Google accounts to attribute the conversion to ad events, such as clicks or views. To learn more about Google Enhanced Conversions, see Google's documentation [About enhanced conversions (beta)](https://support.google.com/google-ads/answer/9888656?hl=en-GB){:target="_blank"}.
14+
The Google Enhanced Conversions destination enables you to improve the accuracy of your conversion measurement. You can supplement existing conversion tags by sending first-party customer conversion data from your website, such as email address, to Google Ads. Segment hashes this data and sends it in a privacy-safe way. Google matches hashed data with signed-in Google accounts to attribute the conversion to ad events, such as clicks or views. To learn more about Google Enhanced Conversions, see Google's documentation [About enhanced conversions](https://support.google.com/google-ads/answer/9888656?hl=en-GB){:target="_blank"}.
1515

1616
> warning "Before you begin"
17-
> Enable Enhanced Conversions in your Google Ads account. For each Conversion, specify in the settings to that you will use the enhanced conversions API:
17+
> Enable Enhanced Conversions in your Google Ads account. For each Conversion, specify in the settings that you will use the Enhanced Conversions API:
1818
> 1. When you log in to Google Ads, make sure you are in [Expert Mode](https://support.google.com/google-ads/answer/9520605?hl=en){:target="_blank"}.
1919
> 2. Click **Tools & Settings** in the top bar, and select **Conversions** from the dropdown. Select the **Conversion Action** you want Segment to log to.
2020
> 3. Expand the tab for **Enhanced conversions**. Enable **Turn on enhanced conversions**. Under "To start, select how you want to set up enhanced conversions", select **API**.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: AutopilotApp Destination
3+
rewrite: true
4+
beta: true
5+
---
6+
7+
[Autopilot](https://autopilotapp.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) helps thousands of organizations around the world automate their communications via email notifications, such as regular email newsletters, abandoned cart emails, as well as SMS messages, and more, to help organizations market and grow their businesses faster.
8+
9+
Once you connect Segment to AutopilotApp (the Autopilot product), you can leverage Autopilot's powerful [campaign](https://help.autopilotapp.com/user/latest/campaigns/) features on your Segment customer data.
10+
11+
This destination is maintained by Autopilot. For any issues with the destination, [contact the Autopilot Support team](mailto:[email protected]).
12+
13+
14+
## Getting Started
15+
16+
{% include content/connection-modes.md %}
17+
18+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
19+
2. Search for "AutopilotApp" in the Destinations Catalog, and select the "AutopilotApp" destination.
20+
3. Click **Configure AutopilotApp** and choose which Source should send data to the "AutopilotApp" destination.
21+
4. If requested, specify the Destination Name for your "AutopilotApp" destination, and click **Save**.
22+
5. Complete [integrating your Autopilot account with Segment](https://help.autopilotapp.com/user/latest/data-sources/configuring-a-new-data-source/3rd-party-integrations/segment.html), which automatically configures your Autopilot API keys within your "AutopilotApp" destination in Segment.
23+
24+
25+
## Supported methods
26+
27+
Autopilot supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
28+
29+
30+
### Identify
31+
32+
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.autopilotapp.com/user/latest/people/) in Autopilot. For example:
33+
34+
```js
35+
analytics.identify('userId123', {
36+
firstName: 'John',
37+
lastName: 'Doe',
38+
39+
});
40+
```
41+
42+
Segment sends Identify calls to Autopilot as an `identify` event.
43+
44+
45+
### Track
46+
47+
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.autopilotapp.com/user/latest/activities/) (including activity attributes) in Autopilot. For example:
48+
49+
```js
50+
analytics.track('Login Button Clicked', {
51+
action: "login-clicked"
52+
});
53+
```
54+
55+
Segment sends Track calls to Autopilot as a `track` event.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ To create resources of other types, such as Accounts or custom objects, Segment
179179

180180
### Sandbox Mode
181181

182-
To enable an integration with a Salesforce Sandbox instance, toggle the Sandbox setting to true.
182+
To enable an integration with a Salesforce Sandbox instance:
183+
1. Toggle the Sandbox setting to `true` in the Salesforce Destination settings.
184+
2. Append the sandbox name to the account email, as shown below:
185+
- `[email protected]` -> `[email protected]` where `sandboxname` is the name of your sandbox.
183186

184187
### API Call Limits
185188

0 commit comments

Comments
 (0)