Skip to content

Commit 7367735

Browse files
author
markzegarelli
authored
Merge pull request #1699 from segmentio/chaselancaster-patch-1
Remove reference to "action_source = app"
2 parents f2772c1 + 7a80d67 commit 7367735

File tree

1 file changed

+1
-2
lines changed
  • src/connections/destinations/catalog/facebook-pixel-server-side

1 file changed

+1
-2
lines changed

src/connections/destinations/catalog/facebook-pixel-server-side/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,12 @@ Beginning February 15th 2021, Facebook requires the `action_source` server event
133133

134134
### Action Source
135135

136-
`action_source` is set to "website" as a default value. If a mobile library is used then `action_source` defaults to "app".
136+
`action_source` is set to "website" as a default value.
137137

138138
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.
139139

140140
| Action Source Values | Description |
141141
| -------------------- | --------------------------------------------------------------------------------------------------------- |
142-
| `app` | Conversion was made using your app. |
143142
| `chat` | Conversion was made via a messaging app, SMS, or online messaging feature. |
144143
| `email` | Conversion happened over email. |
145144
| `other` | Conversion happened in a way that is not listed. |

0 commit comments

Comments
 (0)