Skip to content

Instantly share code, notes, and snippets.

@mattm
Last active October 2, 2018 00:18
Show Gist options
  • Save mattm/3f584163f4ceb83e71c82ada3d9eabae to your computer and use it in GitHub Desktop.
Save mattm/3f584163f4ceb83e71c82ada3d9eabae to your computer and use it in GitHub Desktop.
Facebook Ad Insights Modeling
explore: fb_ad_insights {
label: "Facebook"
view_label: "Facebook"
join: fb_ad_insights_action_values {
view_label: "Facebook"
type: left_outer
relationship: one_to_one
sql_on: ${fb_ad_insights.primary_key} = ${fb_ad_insights_action_values.primary_key} and ${fb_ad_insights_action_values.action_type} = "offsite_conversion.fb_pixel_purchase" ;;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment