Skip to content

Commit 4158374

Browse files
author
markzegarelli
authored
Added Action Source table (#2867)
1 parent b642e7f commit 4158374

File tree

1 file changed

+15
-0
lines changed
  • src/connections/destinations/catalog/actions-facebook-conversions-api

1 file changed

+15
-0
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

0 commit comments

Comments
 (0)