Skip to content

Commit 5a0d049

Browse files
authored
Merge branch 'master' into digioh-oauth-flow
2 parents 5f155b7 + 4bf0b88 commit 5a0d049

File tree

12 files changed

+137
-67
lines changed

12 files changed

+137
-67
lines changed

scripts/ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ elif echo "$log" | grep -q 'dependabot'; then
2828
echo "Ignoring dependabot update"
2929
exit
3030
# ignore when master is merged into a branch
31-
elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
31+
elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
3232
echo "Build ignored because it's only an update from the main branch."
3333
exit
3434
else

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-06-08
2+
# destination categories last updated 2021-06-15
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 15 additions & 14 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-06-08
2+
# destination data last updated 2021-06-15
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -10099,8 +10099,9 @@ items:
1009910099
string_validators:
1010010100
regexp: ''
1010110101
description: >-
10102-
If you want to map all your default `.page()` calls that do not explicitly
10103-
pass in a `name` to a conversion event, you can enter it here.
10102+
If you want to map all your default .page() calls that do not explicitly
10103+
pass in a name to a conversion event, you can enter the Adwords Conversion
10104+
ID here.
1010410105
settings: []
1010510106
- name: disableAdPersonalization
1010610107
display_name: Disable Ad Personalization
@@ -12991,8 +12992,8 @@ items:
1299112992
categories:
1299212993
- Email Marketing
1299312994
methods:
12994-
alias: true
12995-
group: true
12995+
alias: false
12996+
group: false
1299612997
identify: true
1299712998
page_view: true
1299812999
track: true
@@ -19145,6 +19146,15 @@ items:
1914519146
required: false
1914619147
description: Map your Segment properties to Responsys Columns
1914719148
settings:
19149+
- name: columns
19150+
display_name: Segment Property Name
19151+
type: STRING
19152+
deprecated: false
19153+
required: true
19154+
string_validators:
19155+
regexp: ''
19156+
description: Enter the Segment Property Name.
19157+
settings: []
1914819158
- name: fieldName
1914919159
display_name: Responsys Column Name
1915019160
type: STRING
@@ -19178,15 +19188,6 @@ items:
1917819188
required: false
1917919189
description: Mark this property as a Primary Key in Responsys.
1918019190
settings: []
19181-
- name: columns
19182-
display_name: Segment Property Name
19183-
type: STRING
19184-
deprecated: false
19185-
required: true
19186-
string_validators:
19187-
regexp: ''
19188-
description: Enter the Segment Property Name.
19189-
settings: []
1919019191
- name: mapEmail
1919119192
display_name: Map Email
1919219193
type: BOOLEAN

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-06-08
2+
# source cateogries last updated 2021-06-15
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-06-08
2+
# sources last updated 2021-06-15
33
items:
44
- display_name: .NET
55
slug: net

src/connections/destinations/add-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The sections below list the most popular multi-instance Segment destinations. Th
171171
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, and **up to one instance in device-mode**.
172172

173173
- [Adobe Analytics](/docs/connections/destinations/catalog/adobe-analytics/)
174+
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
174175
- [Braze](/docs/connections/destinations/catalog/braze/)
175176
- [Customer.io](/docs/connections/destinations/catalog/customer-io)
176177
- [Google Analytics](/docs/connections/destinations/catalog/google-analytics/)
@@ -191,7 +192,6 @@ For the following destinations, a single source can connect to up to 10 instance
191192
- [Amazon Kinesis Firehose](/docs/connections/destinations/catalog/amazon-kinesis-firehose/)
192193
- [Amazon Lambda](/docs/connections/destinations/catalog/amazon-lambda/)
193194
- [Amazon Personalize](/docs/connections/destinations/catalog/amazon-personalize/)
194-
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
195195
- [Attribution](/docs/connections/destinations/catalog/attribution/)
196196
- [Attune](/docs/connections/destinations/catalog/attune/)
197197
- [Autopilot](/docs/connections/destinations/catalog/autopilothq/)

src/connections/destinations/catalog/google-ads-classic/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Google Ads (Classic) Destination
33
redirect_from: '/connections/destinations/catalog/adwords/'
44
strat: google
5+
hide-personas-partial: true
56
---
67

78
Our Google Ads (Classic) destination code is open-source on GitHub if you want to check out

src/connections/destinations/catalog/personas-display-video-360/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ When you complete the connection between Segment and DV360, it can take from 24
249249

250250
Google’s [documentation](https://developers.google.com/authorized-buyers/rtb/downloads/cookie-bulk-upload-proto) provides information about the accepted identifiers for this integration.
251251

252-
- To use DV360 with web traffic, you must collect `anon``ymous``_id` through the client-side `analytics.js` Source.
252+
253+
- To use DV360 with web traffic, you must collect `anonymous_id` through the client-side `analytics.js` Source.
253254
- To use DV360 with mobile traffic, you must collect `IDFA`s through Segment’s mobile sources.
254255

255256

src/connections/sources/catalog/libraries/website/shopify-littledata/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Littledata is available as an independent [Shopify App](https://apps.shopify.com
1414

1515
2. The app also sets up server-side webhook forwarding to ensure 100% accuracy of important Customer and Order data.
1616

17-
This source has a full [tracking plan and event schema](https://docs.google.com/spreadsheets/d/1JOlgpXpQ7ctktES6B_RyKn0_KxanxGF6) in Google Sheets, which is ready to [upload into Protocols](/docs/protocols/apis-and-extensions/#google-sheets-tracking-plan-uploader).
17+
This source has a full [tracking plan and event schema](https://docs.google.com/spreadsheets/d/1aljowRhMU9_7uGXmcipbP1Y14S4cOSdXGQA2Vx7BHko/copy) in Google Sheets, which is ready to [upload into Protocols](/docs/protocols/apis-and-extensions/#google-sheets-tracking-plan-uploader).
1818

1919
Here's an architecture diagram that shows how the Littledata app mediates data flow between Shopify and Segment.
2020

@@ -151,7 +151,7 @@ The list below outlines the properties included in the events listed above.
151151
| -------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------- |
152152
| `affiliation` | A comma-seperated list of order tags. Untagged orders use `Shopify` | String |
153153
| `cart_id` | The ID of the Shopify cart | String |
154-
| `checkoutId` | The ID of the checkout session | String |
154+
| `checkout_id` | The ID of the checkout session | String |
155155
| `context.uip` | The user's IP address | String |
156156
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |
157157
| `context['Google Analytics'].geoid` | The user's location | String |
@@ -168,6 +168,7 @@ The list below outlines the properties included in the events listed above.
168168
| `sent_from` | A unique property to identify events sent by Littledata | String |
169169
| `shipping_method` | The shipping method chosen for checkout | String |
170170
| `shipping` | The shipping cost | Float |
171+
| `source_name` | The source of the order (e.g. `web`, `android`, `pos`) | String |
171172
| `step` | The checkout [step number](https://blog.littledata.io/help/posts/shopify-checkout-funnel-updates/) | Integer |
172173
| `subscription_revenue` | The revenue associated with a [Subscription Event](#subscription-events) | Float |
173174
| `subtotal` | Order total after discounts but before taxes and shipping | Float |

0 commit comments

Comments
 (0)