Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about Customer Disclaimer Responses #7192

Merged
merged 4 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ See the example below:
}
```

## Customer Disclaimer Responses

If any checkboxes on the Custom Disclaimer form in Facebook are selected, the `custom_disclaimer_responses` field will be included in the data request sent to Segment. For more information, please refer to [Facebook's documentation](https://developers.facebook.com/docs/marketing-api/guides/lead-ads/retrieving#reading-custom-disclaimer-responses).
forstisabella marked this conversation as resolved.
Show resolved Hide resolved

Segment recommends adding the `checkbox_key` in your source settings to ensure that our integration accurately checks custom disclaimer responses. If no custom disclaimer checkboxes are selected, Segment will not forward lead information to the source.
forstisabella marked this conversation as resolved.
Show resolved Hide resolved
![image](https://github.com/user-attachments/assets/8c60b239-9ea5-430f-af09-d39603ced6fb)

However, if no `checkbox_key` is added to Segment's source settings, our integration will send lead information by default, regardless of custom disclaimer selections.
forstisabella marked this conversation as resolved.
Show resolved Hide resolved


forstisabella marked this conversation as resolved.
Show resolved Hide resolved
## Adding Destinations

Now that your Source is set up, you can connect it with destinations. 
Expand Down Expand Up @@ -140,7 +150,6 @@ Destinations that can be used with the Facebook Lead Ads Source:

Log into your downstream tools and check that your events are populating, and contain all of the properties you expect. If all your events and properties are not showing up, refer to the [Destination docs](/docs/connections/destinations/) for troubleshooting.


## Troubleshooting

### No Data After Updating Credentials
Expand Down