How Can I Sync Facebook Pixel Data?
We get Facebook pixel data from the Facebook Graph API using the offsite_conversion.fb_pixel_* metrics in the action_type field. For more information, see Facebook's Ad Action Stats documentation.
The available pixel metrics are listed below:
offsite_conversion.fb_pixel_add_payment_infooffsite_conversion.fb_pixel_add_to_cartoffsite_conversion.fb_pixel_add_to_wishlistoffsite_conversion.fb_pixel_complete_registrationoffsite_conversion.fb_pixel_customoffsite_conversion.fb_pixel_initiate_checkoutoffsite_conversion.fb_pixel_leadoffsite_conversion.fb_pixel_purchaseoffsite_conversion.fb_pixel_searchoffsite_conversion.fb_pixel_view_content
To configure your Facebook Ads connection to include pixel data, do the following:
- In your Facebook Ads connector dashboard, go to the Setup tab.
- Click Edit connection details.
- Add a new Custom Report table.
- Under Action Breakdowns, include
action_type. - Under Fields, include
actionsand any other required fields. - Click Save.
- In the destination, locate the secondary table
<custom_report_name>_actions.Fivetran creates secondary tables for
actionsbecause it is considered a part of the listAdsActionStatsfield. - Search for
offsite_conversion.fb_pixel_*under theaction_typecolumn.