Skip to content

Commit 0e1945b

Browse files
authored
Merge pull request #361 from segmentio/repo-sync
repo sync
2 parents 681154f + a249629 commit 0e1945b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ Set up your Pixel to work with the Facebook Conversions API (Actions) destinatio
6565

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

68+
### Action Source
69+
70+
`action_source` is set to "website" as a default value.
71+
72+
You can set `action_source` manually by passing it as a property of a Track event. You can use either snake case or camel case to include `action_source` as a property in Track events.
73+
74+
| Action Source Values | Description |
75+
| -------------------- | --------------------------------------------------------------------------------------------------------- |
76+
| `chat` | Conversion was made through a messaging app, SMS, or online messaging feature. |
77+
| `email` | Conversion happened over email. |
78+
| `other` | Conversion happened in a way that is not listed. |
79+
| `phone_call` | Conversion was made over the phone. |
80+
| `physical_store` | Conversion was made in person at your physical store. |
81+
| `system_generated` | Conversion happened automatically, for example, a subscription renewal that's set on auto-pay each month. |
82+
| `website` | Conversion was made on your website. |
6883

6984
### Send events from both the browser and the server
7085

src/engage/campaigns/email-campaigns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You’ll build and then send your campaign in three stages:
2222

2323
Because Engage campaigns exist within Journeys, begin by creating a Journey:
2424

25-
1. Within your Personas space, select **Campaigns**, then click **New Journey**.
25+
1. Within your Personas space, select **Journeys**, then click **New Journey**.
2626
2. Name your Journey and select its entry settings.
2727
3. Click **Build Journey** to create the Journey.
2828

src/engage/campaigns/sms-campaigns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You’ll build and then send your campaign in three stages:
2222

2323
Because Engage campaigns exist within Journeys, begin by creating a Journey:
2424

25-
1. Within your Personas space, select **Campaigns**, then click **New Journey**.
25+
1. Within your Personas space, select **Journeys**, then click **New Journey**.
2626
2. Name your Journey and select its entry settings.
2727
3. Click **Build Journey** to create the Journey.
2828

0 commit comments

Comments
 (0)