Skip to content

Commit 6b88681

Browse files
authoredMar 3, 2022
Merge pull request #2558 from segmentio/develop
Release 22.9.2
2 parents 204a307 + d065aef commit 6b88681

File tree

13 files changed

+33
-11
lines changed

13 files changed

+33
-11
lines changed
 

Diff for: ‎.github/Vocab/Docs/accept.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(?:C|c)annonical
2+
(?:D|d)eduplicate
3+
(?:D|d)eduplication
24
(?:G|g)tag
35
(?:K|k)laviyo
46
(?:L|l)ookback
@@ -59,4 +61,4 @@ Vero
5961
viewability
6062
WebKit
6163
Wootric
62-
Zendesk
64+
Zendesk

Diff for: ‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ papi: vendor/bundle
8181

8282
# make the list of beta connections
8383
.PHONY: beta
84-
beta: vendor/bundle
84+
beta:
8585
@node scripts/beta.js
8686

8787
.PHONY: changelog

Diff for: ‎scripts/catalog_papi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const updateDestinations = async () => {
349349
let connection_modes = getConnectionModes({
350350
components: destination.components,
351351
platforms: destination.supportedPlatforms,
352-
browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
352+
browserUnbundling: destination.supportedFeatures.browserUnbundling,
353353
browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
354354
methods: destination.supportedMethods
355355
})

Diff for: ‎src/_data/catalog/destination_categories.yml

+1-1
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 2022-02-28
2+
# destination categories last updated 2022-03-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

Diff for: ‎src/_data/catalog/destinations.yml

+8-2
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 2022-02-28
2+
# destination data last updated 2022-03-02
33
items:
44
- destination_id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -25309,7 +25309,7 @@ items:
2530925309
mobile: true
2531025310
server: false
2531125311
cloud:
25312-
web: false
25312+
web: true
2531325313
mobile: false
2531425314
server: false
2531525315
settings:
@@ -33789,6 +33789,12 @@ items:
3378933789
setting.
3379033790
required: false
3379133791
label: Disable the Totango Heartbeat
33792+
- name: region
33793+
type: select
33794+
defaultValue: ''
33795+
description: What Region should data be sent to
33796+
required: true
33797+
label: Region
3379233798
- name: serviceId
3379333799
type: string
3379433800
defaultValue: ''

Diff for: ‎src/_data/catalog/regional-supported.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2022-02-28
2+
# Last updated 2022-03-02
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse

Diff for: ‎src/_data/catalog/source_categories.yml

+1-1
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 2022-02-28
2+
# source cateogries last updated 2022-03-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

Diff for: ‎src/_data/catalog/sources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2022-02-28
2+
# sources last updated 2022-03-02
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

Diff for: ‎src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ Set up your Pixel to work with the Facebook Conversions API (Actions) destinatio
5555

5656
{% include components/actions-fields.html %}
5757

58+
## Server Event Parameter Requirements
5859

60+
Facebook requires the `action_source` server event parameter for all events sent to the Conversions API. This parameter is used to specify where the conversions occurred. If `action_source` is set to 'website' then the `client_user_agent` and the `event_source_url` parameters are also required. Events sent to the Conversions API that do not meet the requirements may not be available for optimization, targeting, or measurement.
61+
62+
| Server Event Parameter | Requirement | Implementation p |
63+
| ---------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
64+
| `action_source` | Always required | It is set automatically but it can be set manually. |
65+
| `client_user_agent` | Only required if `action_source` = "website" | It must be set manually if using a server library. It is set automatically if using the Segment web library. |
66+
| `event_source_url` | Only required if `action_source` = "website" | It must be set manually if using a server library. It is set automatically if using the Segment web library. |
5967
## Configuration options
6068

6169
The Facebook Conversions API (Actions) destination gives you several ways to implement your conversion tracking. You can use it with [Facebook Pixel](/docs/connections/destinations/catalog/facebook-pixel/), or as a stand-alone alternative. You can read more about implementation options below and in [Facebook documentation](https://developers.facebook.com/docs/marketing-api/conversions-api/guides/end-to-end-implementation#pick-your-integration-type){:target="_blank"}.

Diff for: ‎src/connections/destinations/catalog/facebook-pixel-server-side/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hide-dossier: true
1515
> On February 15th 2021, Facebook began enforcing new requirements for server event parameters. After that date, events sent to the Conversions API that do not meet the new requirements might not be available for optimization, targeting, or measurement. For details on how to implement these requirements see [Server Event Parameter Requirements](/docs/connections/destinations/catalog/facebook-pixel-server-side/#server-event-parameter-requirements)
1616
1717
> success ""
18-
> **Good to know**: This page is about the classic Facebook Conversions API Segment destination. There's also a page about the new [Facebook Conversions API (Actions) destination](/docs/connections/destinations/catalog/actions-facebook-conversions-api/). Both of these destinations are in Public Beta and receive data _from_ Segment. We recommend using the new Facebook Conversions API (Actions) destination for additional functionality and flexibility.
18+
> **Good to know**: This page is about the classic Facebook Conversions API Segment destination. There's also a page about the new [Facebook Conversions API (Actions) destination](/docs/connections/destinations/catalog/actions-facebook-conversions-api/). Both of these destinations are in Public Beta and receive data _from_ Segment. Segment recommends the new Facebook Conversions API (Actions) destination for additional functionality and flexibility.
1919
2020
> info "Destination name change"
2121
> Facebook Conversions API was renamed from Facebook Pixel Server-Side.

Diff for: ‎src/connections/destinations/catalog/hubspot/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Segment can send the following group traits to HubSpot as special properties:
163163
- industry
164164
- phone
165165
- website
166+
- name
166167

167168

168169
## Troubleshooting

Diff for: ‎src/connections/destinations/catalog/mixpanel/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ By default, each trait (that is, properties in an `identify` call) is registered
164164

165165
Disable **Set All Traits as Super Properties or People Properties By Default** to disable the default behavior and register super properties explicitly. For more information, see [Explicitly set People Properties and Super Properties](#explicitly-set-people-properties-and-super-properties).
166166

167+
> info ""
168+
> Super properties require a device mode connection.
169+
167170
#### Set People Properties
168171

169172
If you've enabled Mixpanel People in your Segment settings, Segment calls Mixpanel's `people.set` with the same `traits` object. There's no need for an additional API call to populate Mixpanel People.

Diff for: ‎vale-styles/Vocab/Docs/accept.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(?:C|c)annonical
2+
(?:D|d)eduplicate
3+
(?:D|d)eduplication
24
(?:G|g)tag
35
(?:K|k)laviyo
46
(?:L|l)ookback
@@ -59,4 +61,4 @@ Vero
5961
viewability
6062
WebKit
6163
Wootric
62-
Zendesk
64+
Zendesk

0 commit comments

Comments
 (0)
Please sign in to comment.