You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/facebook-pixel-server-side/index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,12 @@ Beginning February 15th 2021, Facebook requires the `action_source` server event
133
133
134
134
### Action Source
135
135
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.
137
137
138
138
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.
0 commit comments