Skip to content

Release 22.9.2 #2558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 3, 2022
Merged
4 changes: 3 additions & 1 deletion .github/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(?:C|c)annonical
(?:D|d)eduplicate
(?:D|d)eduplication
(?:G|g)tag
(?:K|k)laviyo
(?:L|l)ookback
Expand Down Expand Up @@ -59,4 +61,4 @@ Vero
viewability
WebKit
Wootric
Zendesk
Zendesk
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ papi: vendor/bundle

# make the list of beta connections
.PHONY: beta
beta: vendor/bundle
beta:
@node scripts/beta.js

.PHONY: changelog
Expand Down
2 changes: 1 addition & 1 deletion scripts/catalog_papi.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const updateDestinations = async () => {
let connection_modes = getConnectionModes({
components: destination.components,
platforms: destination.supportedPlatforms,
browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
browserUnbundling: destination.supportedFeatures.browserUnbundling,
browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
methods: destination.supportedMethods
})
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2022-02-28
# destination categories last updated 2022-03-02
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
10 changes: 8 additions & 2 deletions src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2022-02-28
# destination data last updated 2022-03-02
items:
- destination_id: 60b5d0a01f3726b85dc05aab
display_name: 2mee
Expand Down Expand Up @@ -25309,7 +25309,7 @@ items:
mobile: true
server: false
cloud:
web: false
web: true
mobile: false
server: false
settings:
Expand Down Expand Up @@ -33789,6 +33789,12 @@ items:
setting.
required: false
label: Disable the Totango Heartbeat
- name: region
type: select
defaultValue: ''
description: What Region should data be sent to
required: true
label: Region
- name: serviceId
type: string
defaultValue: ''
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/regional-supported.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
# Last updated 2022-02-28
# Last updated 2022-03-02
warehouses:
- id: WcjBCzUGff
display_name: Azure SQL Data Warehouse
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/source_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# source cateogries last updated 2022-02-28
# source cateogries last updated 2022-03-02
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# sources last updated 2022-02-28
# sources last updated 2022-03-02
items:
- id: 8HWbgPTt3k
display_name: .NET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ Set up your Pixel to work with the Facebook Conversions API (Actions) destinatio

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

## Server Event Parameter Requirements

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.

| Server Event Parameter | Requirement | Implementation p |
| ---------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `action_source` | Always required | It is set automatically but it can be set manually. |
| `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. |
| `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. |
## Configuration options

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"}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hide-dossier: true
> 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)

> success ""
> **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.
> **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.

> info "Destination name change"
> Facebook Conversions API was renamed from Facebook Pixel Server-Side.
Expand Down
1 change: 1 addition & 0 deletions src/connections/destinations/catalog/hubspot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Segment can send the following group traits to HubSpot as special properties:
- industry
- phone
- website
- name


## Troubleshooting
Expand Down
3 changes: 3 additions & 0 deletions src/connections/destinations/catalog/mixpanel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ By default, each trait (that is, properties in an `identify` call) is registered

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).

> info ""
> Super properties require a device mode connection.

#### Set People Properties

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.
Expand Down
4 changes: 3 additions & 1 deletion vale-styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(?:C|c)annonical
(?:D|d)eduplicate
(?:D|d)eduplication
(?:G|g)tag
(?:K|k)laviyo
(?:L|l)ookback
Expand Down Expand Up @@ -59,4 +61,4 @@ Vero
viewability
WebKit
Wootric
Zendesk
Zendesk