Skip to content

Commit 7a80d67

Browse files
Remove reference to "action_source = app"
"App" used to be a supported value for the Action Source when a customer was using this destination with a mobile library. However, Facebook no longer supports this and we have seen some customers still reference this information off of our docs. I have removed the information stating that action_source will default to "app" if a mobile library is used. I have also removed it from the chart as well. A Jira ticket has been submitted by James Reynolds to engineering so that the integration code no longer sets the action_source parameter to "app". See here for Facebook's updated action_source values: https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/server-event#action-source
1 parent f2772c1 commit 7a80d67

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)