Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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