Skip to content

Commit 7addd02

Browse files
authored
Merge pull request #244 from segmentio/repo-sync
repo sync
2 parents d42223c + d47166a commit 7addd02

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.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

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"}.

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.

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)