Skip to content

Commit a758ae6

Browse files
committed
FB CAPI (Actions) - Describes how to setup app events
1 parent 767ef3e commit a758ae6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
94.5 KB
Loading

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,22 @@ If you choose this option, each source sends different events, and deduplication
116116

117117
Use this approach if you don't want to track users from the browser with Facebook Pixel. By default, Facebook Pixel collects cookie data, as well as browser data such as the IP Address and the User Agent, some of which you might not want to collect. By sending from a Segment server source to Facebook's Conversions API, you can control which identifiers you pass to Facebook.
118118

119+
### Send app events
120+
121+
App events may be sent through the Conversions API by first setting up a dataset in your Facebook Events Manager. Learn more about passing app events through the Conversions API [here](https://developers.facebook.com/docs/marketing-api/conversions-api/app-events). Learn how to create a dataset [here](https://www.facebook.com/business/help/750785952855662?id=490360542427371).
122+
123+
#### Configuring App Events
124+
Sending app events requires the `action_source` parameter to be set to `app`.
125+
126+
App Events usage is opt-in, and setting the `use_app_data` field to `Yes` is required before app data can be sent.
127+
128+
Additionally configure the "App Events Fields" object with the required fields:
129+
* `advertiser_tracking_enabled`
130+
* `application_tracking_enabled`
131+
* `version`
132+
* `osVersion`
133+
134+
![the app data object](images/app_data.png)
119135
#### Match rate considerations
120136

121137
If you use Facebook Conversions API as a stand-alone without certain data fields collected from the browser, the match rate might not be as high as if you included them. You can increase the match rate for events from a server source by including User Data, such as Zip Code, Country and State.

0 commit comments

Comments
 (0)