Skip to content

Commit 86cd71c

Browse files
kdaswanimarkzegarellistayseesong
authored
Add FAQ and Troubleshooting Section to FB CAPI (Actions) doc (#2461)
* Add FAQ and Troubleshooting Section to FB CAPI (Actions) doc * Update src/connections/destinations/catalog/actions-facebook-conversions-api/index.md Co-authored-by: markzegarelli <[email protected]> * Update src/connections/destinations/catalog/actions-facebook-conversions-api/index.md Co-authored-by: markzegarelli <[email protected]> * Apply suggestions from code review Co-authored-by: stayseesong <[email protected]> Co-authored-by: markzegarelli <[email protected]> Co-authored-by: stayseesong <[email protected]>
1 parent 6f90a07 commit 86cd71c

File tree

1 file changed

+23
-1
lines changed
  • src/connections/destinations/catalog/actions-facebook-conversions-api

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,30 @@ You can send additional User Data to increase the match rate for events from a s
119119

120120
If you choose this option, each source sends different events, and deduplication is not necessary.
121121

122+
## FAQ & Troubleshooting
122123

123-
## Verify Events in Facebook
124+
### Other Standard Events
125+
126+
If you want to send a [Facebook standard event](https://developers.facebook.com/docs/meta-pixel/reference#standard-events){:target="_blank"} that Segment does not have a prebuilt mapping for, you can use the [Custom Event action](/docs/connections/destinations/catalog/actions-facebook-conversions-api/#custom-event) to send the standard event. For example, if you want to send a `CompleteRegistration` event, create a mapping for Custom Event, set up your Event Trigger criteria for completed registrations, and input a literal string of "CompleteRegistration" as the Event Name. You can use the Custom Data key/value editor to add fields that are in the `CompleteRegistration` event such as `content_name` and `currency`.
127+
128+
### PII Hashing
129+
130+
Segment creates a SHA-256 hash of the following fields:
131+
- External ID
132+
- Email
133+
- Phone
134+
- Gender
135+
- Data of Birth
136+
- Last Name
137+
- First Name
138+
- City
139+
- State
140+
- Zip Code
141+
- Country
142+
143+
If you use Facebook Pixel, the Pixel library also hashes the External ID. This means External IDs will match across Facebook Pixel and Facebook Conversions API if they use the External ID for [deduplication](https://developers.facebook.com/docs/marketing-api/conversions-api/deduplicate-pixel-and-server-events/#fbp-or-external-id){:target="_blank"}.
144+
145+
### Verify Events in Facebook
124146

125147
After you start sending events, you should start seeing them in twenty minutes. You can confirm that Facebook received them:
126148

0 commit comments

Comments
 (0)