Skip to content

Instantly share code, notes, and snippets.

@mattm
Last active October 2, 2018 00:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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_conversions {
view_label: "Facebook"
type: left_outer
relationship: one_to_one
sql_on: ${fb_ad_insights.primary_key} = ${fb_conversions.primary_key} ;;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment